Hello community,
here is the log from the commit of package yast2-iscsi-client for
openSUSE:Leap:15.2 checked in at 2020-01-17 11:58:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/yast2-iscsi-client (Old)
and /work/SRC/openSUSE:Leap:15.2/.yast2-iscsi-client.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-iscsi-client"
Fri Jan 17 11:58:48 2020 rev:26 rq:764548 version:4.2.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/yast2-iscsi-client/yast2-iscsi-client.changes
2020-01-15 16:32:13.096880233 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.yast2-iscsi-client.new.26092/yast2-iscsi-client.changes
2020-01-17 11:58:49.804435099 +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.COKGfc/_old 2020-01-17 11:58:50.116435236 +0100
+++ /var/tmp/diff_new_pack.COKGfc/_new 2020-01-17 11:58:50.116435236 +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