commit yast2-iscsi-client for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-iscsi-client for openSUSE:Factory checked in at 2014-06-02 06:59:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old) and /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-iscsi-client" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes 2014-05-10 07:48:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new/yast2-iscsi-client.changes 2014-06-02 06:59:57.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 19 12:20:59 CEST 2014 - gs@suse.de + +- enable service 'iscsid' (additionally to socket) +- 3.1.9 + +------------------------------------------------------------------- Old: ---- yast2-iscsi-client-3.1.8.tar.bz2 New: ---- yast2-iscsi-client-3.1.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-iscsi-client.spec ++++++ --- /var/tmp/diff_new_pack.ncxtoz/_old 2014-06-02 06:59:57.000000000 +0200 +++ /var/tmp/diff_new_pack.ncxtoz/_new 2014-06-02 06:59:57.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 3.1.8 +Version: 3.1.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-iscsi-client-3.1.8.tar.bz2 -> yast2-iscsi-client-3.1.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-3.1.8/package/yast2-iscsi-client.changes new/yast2-iscsi-client-3.1.9/package/yast2-iscsi-client.changes --- old/yast2-iscsi-client-3.1.8/package/yast2-iscsi-client.changes 2014-05-06 14:18:51.000000000 +0200 +++ new/yast2-iscsi-client-3.1.9/package/yast2-iscsi-client.changes 2014-05-19 12:28:20.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon May 19 12:20:59 CEST 2014 - gs@suse.de + +- enable service 'iscsid' (additionally to socket) +- 3.1.9 + +------------------------------------------------------------------- Tue May 6 13:00:25 CEST 2014 - gs@suse.de - avoid title on the left in installation workflow (bnc #868859) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-3.1.8/package/yast2-iscsi-client.spec new/yast2-iscsi-client-3.1.9/package/yast2-iscsi-client.spec --- old/yast2-iscsi-client-3.1.8/package/yast2-iscsi-client.spec 2014-05-06 14:18:51.000000000 +0200 +++ new/yast2-iscsi-client-3.1.9/package/yast2-iscsi-client.spec 2014-05-19 12:28:20.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 3.1.8 +Version: 3.1.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-3.1.8/src/clients/iscsi-client_finish.rb new/yast2-iscsi-client-3.1.9/src/clients/iscsi-client_finish.rb --- old/yast2-iscsi-client-3.1.8/src/clients/iscsi-client_finish.rb 2014-05-06 14:18:51.000000000 +0200 +++ new/yast2-iscsi-client-3.1.9/src/clients/iscsi-client_finish.rb 2014-05-19 12:28:20.000000000 +0200 @@ -88,10 +88,12 @@ ) ) if Ops.greater_than(Builtins.size(IscsiClientLib.sessions), 0) + Builtins.y2milestone("enabling iscsi and iscsid service/socket") socket = SystemdSocket.find("iscsid") socket.enable if socket + # enable iscsi and iscsid service + Service.Enable("iscsid") Service.Enable("iscsi") - Builtins.y2milestone("iscsi service and iscsid socket enabled") end else Builtins.y2error("unknown function: %1", @func) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de