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 | fcda2e31198a16d42c53d4b2fa3509e404be13f7 (patch) | |
tree | 6259c9f1f4fa2b1f5c6786339ef00759659d3744 | |
parent | 2c471703187cf58d37b81662bd0fada9586bcc48 (diff) |
minor fix
-rw-r--r-- | php-pecl-xslcache.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-xslcache.spec b/php-pecl-xslcache.spec index fb5ccb5..3d726eb 100644 --- a/php-pecl-xslcache.spec +++ b/php-pecl-xslcache.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} <= %{version} Obsoletes: php53u-pecl-%{pecl_name} <= %{version} |