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 | be10e395b167bb9fe30234c8cfd90f340163e5e3 (patch) | |
tree | 46d0fbef1de585aa5afdc3abe5143cd060c2ba6d | |
parent | 87d95d72d9d0513e9aad73827f604f1dcd70608f (diff) |
minor fix
-rw-r--r-- | php-pecl-stomp-php7.spec | 2 | ||||
-rw-r--r-- | php-pecl-stomp.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-stomp-php7.spec b/php-pecl-stomp-php7.spec index 44f8861..b44ec72 100644 --- a/php-pecl-stomp-php7.spec +++ b/php-pecl-stomp-php7.spec @@ -41,7 +41,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{rele 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} diff --git a/php-pecl-stomp.spec b/php-pecl-stomp.spec index 1c4dac2..dc808cf 100644 --- a/php-pecl-stomp.spec +++ b/php-pecl-stomp.spec @@ -44,7 +44,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} |