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 | 8c94a8dc12c3681b72c49824b5211dc43a49f53b (patch) | |
| tree | 8fe3e5862a4d483fdaa951bc75b6f09f5eeeb465 | |
| parent | b8095c3d415edaafba50c2bfc65bcf8cc41f7e79 (diff) | |
minor fix
| -rw-r--r-- | php-pecl-hrtime.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-hrtime.spec b/php-pecl-hrtime.spec index 3933777..c4245b9 100644 --- a/php-pecl-hrtime.spec +++ b/php-pecl-hrtime.spec @@ -43,7 +43,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}  <= %{version}  Obsoletes:     php53u-pecl-%{pecl_name} <= %{version}  | 
