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 | 77739ec5a8573e0323f64a771edf676928ef5ecb (patch) | |
tree | 0977af1b388170e4582d4f275a168075fecb941f | |
parent | 815d29c3432fb170d404c156afad5bbc546d85a0 (diff) |
minor fix
-rw-r--r-- | php-pecl-mosquitto.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-mosquitto.spec b/php-pecl-mosquitto.spec index 27e8d05..fd8e8e6 100644 --- a/php-pecl-mosquitto.spec +++ b/php-pecl-mosquitto.spec @@ -50,7 +50,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} |