diff options
| -rw-r--r-- | php-pecl-crypto.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec index dfb451b..50c48ca 100644 --- a/php-pecl-crypto.spec +++ b/php-pecl-crypto.spec @@ -23,7 +23,7 @@  Summary:        Wrapper for OpenSSL Crypto Library  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        0.1.1 -Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1  License:        BSD  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -42,6 +42,7 @@ Requires(post): %{__pecl}  Requires(postun): %{__pecl}  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api} +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  Provides:       %{?scl_prefix}php-%{pecl_name} = %{version}  Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -208,6 +209,9 @@ rm -rf %{buildroot}  %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 0.1.1-3.1 +- Fedora 21 SCL mass rebuild +  * Tue Aug 26 2014 Remi Collet <rcollet@redhat.com> - 0.1.1-3  - improve SCL build  | 
