diff options
| -rw-r--r-- | php-pecl-xattr.spec | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index cad7941..28e0b40 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -30,7 +30,7 @@  Summary:        Extended attributes  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.2.1 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -228,6 +228,7 @@ rm -rf %{buildroot}  %changelog  * Fri Jun 19 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-2  - allow build against rh-php56 (as more-php56) +- rebuild for "rh_layout" (php70)  * Sun Apr 19 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-1  - update to 1.2.1  | 
