Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2017-07-08 12:27:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Sat Jul 8 12:27:42 2017 rev:225 rq:508663 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2017-06-12 15:12:46.826717742 +0200 +++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2017-07-08 12:27:43.490942069 +0200 @@ -1,0 +2,10 @@ +Thu Jul 6 14:31:28 CEST 2017 - [email protected] + +- AutoYaST configuration module; Crash while writing settings to + the system: + As we are switching to "normal" mode and accessing to the target + system we have to set StorageDevices flag disks_valid to true. + So InitLibstorage can scan valid target disks. (bnc#1046738) +- 3.3.0 + +------------------------------------------------------------------- Old: ---- autoyast2-3.2.16.tar.bz2 New: ---- autoyast2-3.3.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.1vQoXj/_old 2017-07-08 12:27:44.306826985 +0200 +++ /var/tmp/diff_new_pack.1vQoXj/_new 2017-07-08 12:27:44.310826420 +0200 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.2.16 +Version: 3.3.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ autoyast2-3.2.16.tar.bz2 -> autoyast2-3.3.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.2.16/package/autoyast2.changes new/autoyast2-3.3.0/package/autoyast2.changes --- old/autoyast2-3.2.16/package/autoyast2.changes 2017-06-09 11:58:05.770288775 +0200 +++ new/autoyast2-3.3.0/package/autoyast2.changes 2017-07-07 03:44:22.688456557 +0200 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Thu Jul 6 14:31:28 CEST 2017 - [email protected] + +- AutoYaST configuration module; Crash while writing settings to + the system: + As we are switching to "normal" mode and accessing to the target + system we have to set StorageDevices flag disks_valid to true. + So InitLibstorage can scan valid target disks. (bnc#1046738) +- 3.3.0 + +------------------------------------------------------------------- Fri Jun 9 09:08:50 CEST 2017 - [email protected] - Report shrinked partitions if there is not enough space. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.2.16/package/autoyast2.spec new/autoyast2-3.3.0/package/autoyast2.spec --- old/autoyast2-3.2.16/package/autoyast2.spec 2017-06-09 11:58:05.770288775 +0200 +++ new/autoyast2-3.3.0/package/autoyast2.spec 2017-07-07 03:44:22.688456557 +0200 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.2.16 +Version: 3.3.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.2.16/src/include/autoinstall/conftree.rb new/autoyast2-3.3.0/src/include/autoinstall/conftree.rb --- old/autoyast2-3.2.16/src/include/autoinstall/conftree.rb 2017-06-09 11:58:05.778288775 +0200 +++ new/autoyast2-3.3.0/src/include/autoinstall/conftree.rb 2017-07-07 03:44:22.840456557 +0200 @@ -576,6 +576,11 @@ # The settings will be written in a running system. # So we are switching to "normal" mode. (bnc#909223) Mode.SetMode("normal") + # As we are now in "normal" mode and accessing to the target + # system we have to set StorageDevices flag disks_valid to true. + # So InitLibstorage can scan valid disks. (bnc#1046738) + StorageDevices.InitDone + Call.Function(module_auto, ["Write"]) Mode.SetMode(oldMode) end
