summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-gearman.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec
index 408eb35..993196e 100644
--- a/php-pecl-gearman.spec
+++ b/php-pecl-gearman.spec
@@ -32,7 +32,7 @@
Name: %{?sub_prefix}php-pecl-gearman
Version: %{extver}
-Release: 8%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 9%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: PHP wrapper to libgearman
Group: Development/Tools
@@ -173,7 +173,7 @@ done
rm -rf %{buildroot}
-%if 0%{?fedora} < 24
+%if 0%{?fedora} < 24 && 0%{?rhel} < 8
# when pear installed alone, after us
%triggerin -- %{?scl_prefix}php-pear
if [ -x %{__pecl} ] ; then
@@ -209,6 +209,9 @@ fi
%changelog
+* Mon Jan 21 2019 Remi Collet <remi@fedoraproject.org> - 1.1.2-9
+- clean for EL-8
+
* Wed Mar 9 2016 Remi Collet <remi@fedoraproject.org> - 1.1.2-8
- adapt for F24