diff options
Diffstat (limited to 'php-pecl-memcached.spec')
-rw-r--r-- | php-pecl-memcached.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec index c6fd2e9..5ba3518 100644 --- a/php-pecl-memcached.spec +++ b/php-pecl-memcached.spec @@ -256,6 +256,7 @@ done rm -rf %{buildroot} +%if 0%{?fedora} < 24 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -272,6 +273,7 @@ fi if [ $1 -eq 0 -a -x %{__pecl} ] ; then %{pecl_uninstall} %{pecl_name} >/dev/null || : fi +%endif %check |