[yast-commit] <rest-service> eula : new version of yast2-country package
ref: refs/heads/eula commit cdf1596b4c70c2fb9f5bae6b2f0278310cf4dab2 Author: Jiri Suchomel <jsuchome@suse.cz> Date: Thu Oct 1 12:30:35 2009 +0200 new version of yast2-country package --- .../package/yast2-webservice-language.spec | 11 ++++++++++- plugins/time/package/yast2-webservice-time.spec | 8 ++++++++ 2 files changed, 18 insertions(+), 1 deletions(-) diff --git a/plugins/language/package/yast2-webservice-language.spec b/plugins/language/package/yast2-webservice-language.spec index 5f31bd7..59639f1 100644 --- a/plugins/language/package/yast2-webservice-language.spec +++ b/plugins/language/package/yast2-webservice-language.spec @@ -22,7 +22,16 @@ Source: www.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: rubygem-mocha -Requires: yast2-country >= 2.18.9 + +# YaPI/LANGUAGE.pm +%if 0%{?suse_version} == 0 || %suse_version > 1110 +# 11.2 or newer +Requires: yast2-country >= 2.18.10 +%else +# 11.1 or SLES11 +Requires: yast2-country >= 2.17.35 +%endif + # %define pkg_user yastws diff --git a/plugins/time/package/yast2-webservice-time.spec b/plugins/time/package/yast2-webservice-time.spec index c767ea3..ce7b552 100644 --- a/plugins/time/package/yast2-webservice-time.spec +++ b/plugins/time/package/yast2-webservice-time.spec @@ -22,7 +22,15 @@ Source: www.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: rubygem-mocha + +# YaPI/TIME.pm +%if 0%{?suse_version} == 0 || %suse_version > 1110 +# 11.2 or newer Requires: yast2-country >= 2.18.10 +%else +# 11.1 or SLES11 +Requires: yast2-country >= 2.17.35 +%endif # %define pkg_user yastws -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Jiri Suchomel