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 | e59dbc4310d008c6cfbd92ac6917d49fc7aa4f02 (patch) | |
tree | fd6448941043af44abf618c51a61bac690407815 | |
parent | 94f8db4e201532cba8eab5995c2b602d5e01fb2b (diff) |
minor fix
-rw-r--r-- | php-pecl-igbinary.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 24a53cc..2f57622 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -60,7 +60,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{relea Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff Obsoletes: php53-pecl-%{extname} Obsoletes: php53u-pecl-%{extname} |