diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-02 09:52:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-02 09:52:52 +0200 |
commit | 7aebaab746ad2b3e18c34d532fff5e4e95f9ccdc (patch) | |
tree | 336ae1c8c52e06f199097a02885a0f15f8152149 | |
parent | b9180233bb78967b5e2ed5815e21c628848e2abc (diff) |
php-pecl-memcached: typo
-rw-r--r-- | php-pecl-memcached.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec index 8fadad1..f05ac4b 100644 --- a/php-pecl-memcached.spec +++ b/php-pecl-memcached.spec @@ -59,13 +59,14 @@ BuildRequires: libevent-devel >= 2.0.2 BuildRequires: libmemcached-devel > 1 %else # To ensure use of libmemcached-last for --enable-memcached-protocol -BuildRequires: libmemcached-devel > 1.0.16 +BuildRequires: libmemcached-devel >= 1.0.16 %endif %endif Requires(post): %{__pecl} Requires(postun): %{__pecl} +Requires: %{?scl_prefix}php-json%{?_isa} Requires: %{?scl_prefix}php-pecl-igbinary%{?_isa} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} |