Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2017-07-17 10:31:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Mon Jul 17 10:31:44 2017 rev:226 rq:510381 version:3.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2017-07-08 
12:27:43.490942069 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2017-07-17 
10:31:44.710711782 +0200
@@ -1,0 +2,11 @@
+Thu Jul 13 14:49:31 CEST 2017 - sch...@suse.de
+
+- Crash while writing settings via the menue "File/Apply Profile
+  to this System" in AutoYaST configuration module:
+  As we are switching to "autoinstallation" 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#1047809)
+- 3.3.1
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-3.3.0.tar.bz2

New:
----
  autoyast2-3.3.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.ZTE1CM/_old  2017-07-17 10:31:45.270632842 +0200
+++ /var/tmp/diff_new_pack.ZTE1CM/_new  2017-07-17 10:31:45.274632279 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.3.0
+Version:        3.3.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ autoyast2-3.3.0.tar.bz2 -> autoyast2-3.3.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.3.0/package/autoyast2.changes 
new/autoyast2-3.3.1/package/autoyast2.changes
--- old/autoyast2-3.3.0/package/autoyast2.changes       2017-07-07 
03:44:22.688456557 +0200
+++ new/autoyast2-3.3.1/package/autoyast2.changes       2017-07-14 
17:48:28.120785952 +0200
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------
+Thu Jul 13 14:49:31 CEST 2017 - sch...@suse.de
+
+- Crash while writing settings via the menue "File/Apply Profile
+  to this System" in AutoYaST configuration module:
+  As we are switching to "autoinstallation" 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#1047809)
+- 3.3.1
+
+-------------------------------------------------------------------
 Thu Jul  6 14:31:28 CEST 2017 - sch...@suse.de
 
 - AutoYaST configuration module; Crash while writing settings to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.3.0/package/autoyast2.spec 
new/autoyast2-3.3.1/package/autoyast2.spec
--- old/autoyast2-3.3.0/package/autoyast2.spec  2017-07-07 03:44:22.688456557 
+0200
+++ new/autoyast2-3.3.1/package/autoyast2.spec  2017-07-14 17:48:28.120785952 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.3.0
+Version:        3.3.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.3.0/src/include/autoinstall/conftree.rb 
new/autoyast2-3.3.1/src/include/autoinstall/conftree.rb
--- old/autoyast2-3.3.0/src/include/autoinstall/conftree.rb     2017-07-07 
03:44:22.840456557 +0200
+++ new/autoyast2-3.3.1/src/include/autoinstall/conftree.rb     2017-07-14 
17:48:28.280785952 +0200
@@ -760,6 +760,12 @@
             oldStage = Stage.stage
             Mode.SetMode("autoinstallation")
             Stage.Set("continue")
+
+            # As we are now in "autoinstallation" mode and accessing to the 
target
+            # system we have to set StorageDevices flag disks_valid to true.
+            # So InitLibstorage can scan valid disks. (bnc#1047809)
+            StorageDevices.InitDone
+
             WFM.CallFunction("inst_autopost", [])
             AutoinstSoftware.addPostPackages(
               Ops.get_list(Profile.current, ["software", "post-packages"], [])


Reply via email to