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 | 8aab9ac1a3dac8120c9aeefd847f5eeeac421fb5 (patch) | |
| tree | 5c6511c64dd512c497a4c870130d6a0b2ae46a50 | |
| parent | e67a9fca58d3723cf07737b78ac46798fd5afcce (diff) | |
minor fix
| -rw-r--r-- | php-pecl-judy.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-judy.spec b/php-pecl-judy.spec index 7e788d4..51bbc8d 100644 --- a/php-pecl-judy.spec +++ b/php-pecl-judy.spec @@ -59,7 +59,7 @@ Provides:       %{?scl_prefix}php-pecl-%{ext_name}%{?_isa}   = %{version}-%{rele  Obsoletes:      %{?scl_prefix}php-pecl-Judy < 1.0.1  Provides:       %{?scl_prefix}php-pecl-Judy = %{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-%{ext_name}  <= %{version}  Obsoletes:     php53u-pecl-%{ext_name} <= %{version}  | 
