diff options
-rw-r--r-- | distribution/src/rpm/ice.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distribution/src/rpm/ice.spec b/distribution/src/rpm/ice.spec index dfa6be82d2b..e9baae6b89b 100644 --- a/distribution/src/rpm/ice.spec +++ b/distribution/src/rpm/ice.spec @@ -99,7 +99,7 @@ BuildRequires: php-devel >= 5.3.2 BuildRequires: python-devel >= 2.6.5 %endif %if "%{dist}" == ".sles11" -BuildRequires: php5-devel >= 5.2.6 +BuildRequires: php53-devel >= 5.3.0 BuildRequires: python-devel >= 2.6.0 %endif @@ -241,7 +241,7 @@ Summary: The Ice run time for PHP Group: System Environment/Libraries Requires: ice-libs = %{version}-%{release} %if "%{dist}" == ".sles11" -Requires: php5 +Requires: php53 %endif %if "%{dist}" == ".el6" Requires: php |