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 | a2f9e5a3a8fcc92f52e6cf2213af9cd8be91cfbb (patch) | |
tree | a88462764af293ba4de030f82fec5325bd608ea2 /php-pecl-eio.spec | |
parent | 6283169512af5381fd563ec400aa8ace86887ffd (diff) |
minor fix
Diffstat (limited to 'php-pecl-eio.spec')
-rw-r--r-- | php-pecl-eio.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index ba540b4..7ccbf6b 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -62,7 +62,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} 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-%{pecl_name} <= %{version} Obsoletes: php53u-pecl-%{pecl_name} <= %{version} |