[yast-commit] <rest-service> network : new yast2-users package
ref: refs/heads/network commit e5e25ecfd6ff7d923a0e2dab8847ea235a9d0a6f Author: Jiri Suchomel <jsuchome@suse.cz> Date: Thu Oct 1 12:46:22 2009 +0200 new yast2-users package --- .../package/yast2-webservice-administrator.spec | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/plugins/administrator/package/yast2-webservice-administrator.spec b/plugins/administrator/package/yast2-webservice-administrator.spec index 2b0f204..40a546e 100644 --- a/plugins/administrator/package/yast2-webservice-administrator.spec +++ b/plugins/administrator/package/yast2-webservice-administrator.spec @@ -11,8 +11,6 @@ Name: yast2-webservice-administrator PreReq: yast2-webservice -# requires YaPI::USERS -Requires: yast2-users Provides: yast2-webservice:/srv/www/yastws/app/controllers/administrator_controller.rb License: MIT Group: Productivity/Networking/Web/Utilities @@ -25,6 +23,15 @@ Source1: org.opensuse.yast.modules.yapi.administrator.policy BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +# requires YaPI::USERS +%if 0%{?suse_version} == 0 || %suse_version > 1110 +# 11.2 or newer +Requires: yast2-users >= 2.18.13 +%else +# 11.1 or SLES11 +Requires: yast2-users >= 2.17.29 +%endif + # %define pkg_user yastws %define plugin_name administrator -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Jiri Suchomel