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 | 92a797120214edb989440288776d5023c240fbd7 (patch) | |
| tree | d6165c668c002f7dddbf282ddd8272e57525ec5c | |
| parent | d9749e950db8229a210a43b35feba297f1f996e6 (diff) | |
minor fix
| -rw-r--r-- | php-pecl-hdr-histogram.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-hdr-histogram.spec b/php-pecl-hdr-histogram.spec index 895dd40..4c15709 100644 --- a/php-pecl-hdr-histogram.spec +++ b/php-pecl-hdr-histogram.spec @@ -47,7 +47,7 @@ Provides:      %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{relea  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:     php54-pecl-hdr-histogram  <= %{version}  Obsoletes:     php54w-pecl-hdr-histogram <= %{version}  | 
