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 | 48d1c0b751b089b128288e1c9844565fe975bdca (patch) | |
tree | 3e5f764855315cb2cd37c50c6635459979d959b4 | |
parent | 181773a4618bf1878c08beb24d686a1d36850ad2 (diff) |
minor fix
-rw-r--r-- | php-pecl-binpack.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-binpack.spec b/php-pecl-binpack.spec index 46ed83f..fce9dcf 100644 --- a/php-pecl-binpack.spec +++ b/php-pecl-binpack.spec @@ -40,7 +40,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} |