diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-21 07:40:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-21 07:40:09 +0100 |
commit | 6fc06f780668614a3377d1d3696c55ecf8ccb8f3 (patch) | |
tree | 0786e4d17ca0fd3643134a807de0a1ffa0f37081 /php-pecl-crypto.spec | |
parent | 6cb65eb216193295b55c7d10ef6dd67431b7bf41 (diff) |
cleanups
Diffstat (limited to 'php-pecl-crypto.spec')
-rw-r--r-- | php-pecl-crypto.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec index 40b3459..b19b791 100644 --- a/php-pecl-crypto.spec +++ b/php-pecl-crypto.spec @@ -43,16 +43,17 @@ Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" # Other third party repo stuff -%if "%{php_version}" > "5.4" Obsoletes: php53-pecl-%{pecl_name} Obsoletes: php53u-pecl-%{pecl_name} Obsoletes: php54-pecl-%{pecl_name} -%endif %if "%{php_version}" > "5.5" Obsoletes: php55u-pecl-%{pecl_name} %endif +%if "%{php_version}" > "5.6" +Obsoletes: php56u-pecl-%{pecl_name} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 |