From 4239520cff41fcd668178a92b7fe6164b4ef8ede Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 31 Aug 2014 18:46:43 +0200 Subject: php 5.6: don't obsolete php54 --- php56.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index 84b6af4..cd6df8d 100644 --- a/php56.spec +++ b/php56.spec @@ -232,7 +232,9 @@ BuildRequires: systemtap-sdt-devel BuildRequires: bison %endif -Obsoletes: php53, php53u, php54, php54w, php55u, php55w, php56u, php56w +Obsoletes: php53, php53u, php54w, php55u, php55w, php56u, php56w +# Avoid obsoleting php54 from RHSCL +Obsoletes: php54 > 5.4 %if %{with_zts} Obsoletes: php-zts < 5.3.7 Provides: php-zts = %{version}-%{release} -- cgit