[yast-devel] Re: [yast-commit] <rest-service> master : yast2-webservice.spec - fixed yast2-core requires
Ladislav Slezak napsal(a):
ref: refs/heads/master commit f7da8445fb1e5e934ce6d88e12f9a5b9e6f714f1 Author: Ladislav Slezak <lslezak@novell.com> Date: Wed Sep 30 18:10:41 2009 +0200
yast2-webservice.spec - fixed yast2-core requires
- requires yast2-core >= 2.18.10 in Factory and yast2-core >= 2.17.31 in SLE11 --- webservice/package/yast2-webservice.spec | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/webservice/package/yast2-webservice.spec b/webservice/package/yast2-webservice.spec index b018153..b67d1a8 100644 --- a/webservice/package/yast2-webservice.spec +++ b/webservice/package/yast2-webservice.spec @@ -10,7 +10,16 @@
Name: yast2-webservice -Requires: yast2-core >= 2.18.10, lighttpd-mod_magnet, ruby-fcgi, ruby-dbus, sqlite + +%if 0%{?suse_version} == 0 || %suse_version > 1110 +# 11.2 or newer +Requires: yast2-core >= 2.18.10 +%else +# 11.1 or SLES11 +Requires: yast2-core >= 2.17.31 +%endif + +Requires: lighttpd-mod_magnet, ruby-fcgi, ruby-dbus, sqlite Requires: rubygem-yast2-webservice-tasks Recommends: avahi-utils Requires: yast2-dbus-server ^^^^ Hi, yast2-dbus-server is also on SLE11? I think that in factory is dbus splitted, but SLE11 has it in one package. Josef
-- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On 30.9.2009 20:44, josef reidinger wrote:
Hi, yast2-dbus-server is also on SLE11? I think that in factory is dbus splitted, but SLE11 has it in one package. Josef
Yes, it's there since today :-) I have backported the change to SLE11-SP1 branch. -- Best Regards Ladislav Slezák Yast Developer ------------------------------------------------------------------------ SUSE LINUX, s.r.o. e-mail: lslezak@suse.cz Lihovarská 1060/12 tel: +420 284 028 960 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
* Ladislav Slezak <lslezak@suse.cz> [Sep 30. 2009 21:02]:
On 30.9.2009 20:44, josef reidinger wrote:
Hi, yast2-dbus-server is also on SLE11? I think that in factory is dbus splitted, but SLE11 has it in one package. Josef
Yes, it's there since today :-)
I have backported the change to SLE11-SP1 branch.
Thanks. I think this makes a lot of sense for the anxious SLE admin who doesn't want to expose YaST on D-Bus. With SP1, he can simply skip installing yast2-dbus-server. Klaus --- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (3)
-
josef reidinger
-
Klaus Kaempf
-
Ladislav Slezak