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 | cbcb1a99c02891cd2a887f0c1e0ff0f021002c73 (patch) | |
tree | fe5c481c0e4ae489b1556769b1c02ff0f8e6a2ee | |
parent | 1fe9490b868a12c15e2c2b412453e28cc92242c8 (diff) |
minor fix
-rw-r--r-- | php-pecl-sphinx.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-sphinx.spec b/php-pecl-sphinx.spec index bc4b346..5fe7d00 100644 --- a/php-pecl-sphinx.spec +++ b/php-pecl-sphinx.spec @@ -52,7 +52,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} <= %{version} Obsoletes: php53u-pecl-%{pecl_name} <= %{version} |