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 | 65fda3357cf139df021c16f0d5317082d1ccf0da (patch) | |
| tree | 2c176263280d9ec6ead34ea761580cf2ec092794 | |
| parent | 2ff4ca4cd7aa5b913cac0d9ff51fe8256aababf0 (diff) | |
minor fix
| -rw-r--r-- | php-pecl-uv.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 1aab019..c3d7d97 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -44,7 +44,7 @@ Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{rele  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:     php70u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php70w-pecl-%{pecl_name} <= %{version}  | 
