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 | 3848e5c6ce96abd9dd3b7d234cba6410a31784ce (patch) | |
tree | a6cb25032c089bd7c11791045530489d969551ff | |
parent | e274cf759f02697a7ed7109356b1639e52fe9bc5 (diff) |
minor fix
-rw-r--r-- | php-pecl-quickhash.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-quickhash.spec b/php-pecl-quickhash.spec index c59c678..30d670d 100644 --- a/php-pecl-quickhash.spec +++ b/php-pecl-quickhash.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} Obsoletes: php53u-pecl-%{pecl_name} |