diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-11 14:44:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-11 14:44:28 +0100 |
commit | f5872fa861455288b62fd1abc6d9217eb0d1c082 (patch) | |
tree | 82caf54e68d6650f610209319c1303f13ff26cab | |
parent | cbaa4d1919480b24ac0ed34bbb580439aba26855 (diff) |
minor fix
-rw-r--r-- | php-pecl-taint.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-taint.spec b/php-pecl-taint.spec index 749ba2d..56dcb92 100644 --- a/php-pecl-taint.spec +++ b/php-pecl-taint.spec @@ -41,7 +41,7 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "7.1" |