diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-11-30 18:32:33 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-11-30 18:32:33 -0800 |
commit | 11e651338df1c620f00ae0e4b4af91c55541ee6e (patch) | |
tree | e82e208a51e7400c63f440c3784cefb7ec73b095 | |
parent | makedist & RPM fixes (diff) | |
download | ice-11e651338df1c620f00ae0e4b4af91c55541ee6e.tar.bz2 ice-11e651338df1c620f00ae0e4b4af91c55541ee6e.tar.xz ice-11e651338df1c620f00ae0e4b4af91c55541ee6e.zip |
SLES RPM fixes
-rw-r--r-- | distribution/src/rpm/ice.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distribution/src/rpm/ice.spec b/distribution/src/rpm/ice.spec index 41aab831476..3daa92b030b 100644 --- a/distribution/src/rpm/ice.spec +++ b/distribution/src/rpm/ice.spec @@ -87,7 +87,7 @@ BuildRequires: ruby-devel %endif %if %{mono} -BuildRequires: mono-core >= 1.2.6, mono-devel >= 1.2.6 +BuildRequires: mono-core >= 2.0.1, mono-devel >= 2.0.1 %endif %if "%{dist}" == ".rhel5" @@ -97,8 +97,8 @@ BuildRequires: php-devel >= 5.1.6 BuildRequires: python-devel >= 2.4.3 %endif %if "%{dist}" == ".sles11" -BuildRequires: php5-devel >= 5.1.2 -BuildRequires: python-devel >= 2.4.2 +BuildRequires: php5-devel >= 5.2.6 +BuildRequires: python-devel >= 2.6.0 %endif %description |