diff options
-rw-r--r-- | php-pecl-uuid.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 606c622..cb45054 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -34,7 +34,7 @@ Summary: Universally Unique Identifier extension for PHP Name: %{?sub_prefix}php-pecl-uuid Version: 1.0.4 -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: LGPLv2+ Group: Development/Languages URL: http://pecl.php.net/package/uuid @@ -223,6 +223,7 @@ rm -rf %{buildroot} %changelog * Fri Jun 19 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-2 - allow build against rh-php56 (as more-php56) +- rebuild for "rh_layout" (php70) * Fri May 8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-1 - update to 1.0.4 (no change since RC) |