Hello community, here is the log from the commit of package yast2-iscsi-client for openSUSE:Factory checked in at 2020-01-11 14:47:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old) and /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-iscsi-client" Sat Jan 11 14:47:28 2020 rev:127 rq:762098 version:4.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes 2019-08-27 10:17:19.575955791 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.6675/yast2-iscsi-client.changes 2020-01-11 14:47:34.717363462 +0100 @@ -1,0 +2,7 @@ +Thu Jan 9 08:47:18 UTC 2020 - Knut Anderssen <[email protected]> + +- Keep the current service state after writing the configuration by + default (bsc#1160374). +- 4.2.3 + +------------------------------------------------------------------- Old: ---- yast2-iscsi-client-4.2.2.tar.bz2 New: ---- yast2-iscsi-client-4.2.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-iscsi-client.spec ++++++ --- /var/tmp/diff_new_pack.jPzTDz/_old 2020-01-11 14:47:35.321363698 +0100 +++ /var/tmp/diff_new_pack.jPzTDz/_new 2020-01-11 14:47:35.325363699 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-iscsi-client # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 4.2.2 +Version: 4.2.3 Release: 0 Summary: YaST2 - iSCSI Client Configuration License: GPL-2.0-only ++++++ yast2-iscsi-client-4.2.2.tar.bz2 -> yast2-iscsi-client-4.2.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.2.2/package/yast2-iscsi-client.changes new/yast2-iscsi-client-4.2.3/package/yast2-iscsi-client.changes --- old/yast2-iscsi-client-4.2.2/package/yast2-iscsi-client.changes 2019-08-22 17:18:42.000000000 +0200 +++ new/yast2-iscsi-client-4.2.3/package/yast2-iscsi-client.changes 2020-01-09 10:22:58.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Jan 9 08:47:18 UTC 2020 - Knut Anderssen <[email protected]> + +- Keep the current service state after writing the configuration by + default (bsc#1160374). +- 4.2.3 + +------------------------------------------------------------------- Thu Aug 22 16:57:36 CEST 2019 - [email protected] - Using rb_default_ruby_abi tag in the spec file in order to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.2.2/package/yast2-iscsi-client.spec new/yast2-iscsi-client-4.2.3/package/yast2-iscsi-client.spec --- old/yast2-iscsi-client-4.2.2/package/yast2-iscsi-client.spec 2019-08-22 17:18:42.000000000 +0200 +++ new/yast2-iscsi-client-4.2.3/package/yast2-iscsi-client.spec 2020-01-09 10:22:58.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 4.2.2 +Version: 4.2.3 Release: 0 Summary: YaST2 - iSCSI Client Configuration Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.2.2/src/include/iscsi-client/dialogs.rb new/yast2-iscsi-client-4.2.3/src/include/iscsi-client/dialogs.rb --- old/yast2-iscsi-client-4.2.2/src/include/iscsi-client/dialogs.rb 2019-08-22 17:18:42.000000000 +0200 +++ new/yast2-iscsi-client-4.2.3/src/include/iscsi-client/dialogs.rb 2020-01-09 10:22:58.000000000 +0100 @@ -357,7 +357,12 @@ # # @return [::CWM::ServiceWidget] def service_widget - @service_widget ||= ::CWM::ServiceWidget.new(IscsiClient.services) + return @service_widget if @service_widget + + @service_widget = ::CWM::ServiceWidget.new(IscsiClient.services) + # Do not touch the service after writing the config (bsc#1160374). + @service_widget.default_action = :nothing + @service_widget end # main tabbed dialog
