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 | bc205c6213ee485650861798a503f165b24d0e7f (patch) | |
tree | 2613ced47bd542fa1ddd86a30e830f011d0a8878 | |
parent | bd3fac8f1abcf4533b8b562d1a4a2a4a9d87f9bd (diff) |
minor fix
-rw-r--r-- | php-pecl-newt.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-newt.spec b/php-pecl-newt.spec index 841e82c..6498e2b 100644 --- a/php-pecl-newt.spec +++ b/php-pecl-newt.spec @@ -49,7 +49,7 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff Obsoletes: php53-pecl-%{pecl_name} Obsoletes: php53u-pecl-%{pecl_name} |