diff options
-rw-r--r-- | php-smbclient-dev.spec | 2 | ||||
-rw-r--r-- | php-smbclient.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php-smbclient-dev.spec b/php-smbclient-dev.spec index 8e9e803..d684f67 100644 --- a/php-smbclient-dev.spec +++ b/php-smbclient-dev.spec @@ -78,7 +78,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele 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 %if "%{php_version}" > "5.5" Obsoletes: php55u-%{pecl_name} <= %{version} diff --git a/php-smbclient.spec b/php-smbclient.spec index dcd1c0a..fdc58b4 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -77,7 +77,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele 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 %if "%{php_version}" > "5.5" Obsoletes: php55u-%{pecl_name} <= %{version} |