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 | 8afb083560c6f55fec97304f83822624541280e4 (patch) | |
tree | ac1cc952cd4f3479fa6b907ac124aecf0fecd47e /php-pecl-oci8.spec | |
parent | 6b162670b4d87f572157a4be7ab93ac2f74d0b3a (diff) |
minor fix
Diffstat (limited to 'php-pecl-oci8.spec')
-rw-r--r-- | php-pecl-oci8.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-oci8.spec b/php-pecl-oci8.spec index b07f3aa..3bdf65a 100644 --- a/php-pecl-oci8.spec +++ b/php-pecl-oci8.spec @@ -57,7 +57,7 @@ Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%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} |