Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2019-10-03 14:05:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Thu Oct 3 14:05:50 2019 rev:262 rq:733471 version:4.2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2019-09-11 10:15:47.471545026 +0200 +++ /work/SRC/openSUSE:Factory/.autoyast2.new.2352/autoyast2.changes 2019-10-03 14:05:51.948654955 +0200 @@ -1,0 +2,7 @@ +Thu Sep 26 12:12:57 UTC 2019 - Josef Reidinger <[email protected]> + +- Move kdump import before software import to allow kdump to + specify packages it needs in first stage (bsc#1149208) +- 4.2.9 + +------------------------------------------------------------------- Old: ---- autoyast2-4.2.8.tar.bz2 New: ---- autoyast2-4.2.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.Yz8v4t/_old 2019-10-03 14:05:52.764652856 +0200 +++ /var/tmp/diff_new_pack.Yz8v4t/_new 2019-10-03 14:05:52.768652846 +0200 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.2.8 +Version: 4.2.9 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only ++++++ autoyast2-4.2.8.tar.bz2 -> autoyast2-4.2.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.2.8/package/autoyast2.changes new/autoyast2-4.2.9/package/autoyast2.changes --- old/autoyast2-4.2.8/package/autoyast2.changes 2019-08-28 13:13:37.000000000 +0200 +++ new/autoyast2-4.2.9/package/autoyast2.changes 2019-09-26 16:12:36.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Sep 26 12:12:57 UTC 2019 - Josef Reidinger <[email protected]> + +- Move kdump import before software import to allow kdump to + specify packages it needs in first stage (bsc#1149208) +- 4.2.9 + +------------------------------------------------------------------- Wed Aug 28 11:01:24 CEST 2019 - [email protected] - Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.2.8/package/autoyast2.spec new/autoyast2-4.2.9/package/autoyast2.spec --- old/autoyast2-4.2.8/package/autoyast2.spec 2019-08-28 13:13:37.000000000 +0200 +++ new/autoyast2-4.2.9/package/autoyast2.spec 2019-09-26 16:12:36.000000000 +0200 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.2.8 +Version: 4.2.9 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.2.8/src/clients/inst_autosetup.rb new/autoyast2-4.2.9/src/clients/inst_autosetup.rb --- old/autoyast2-4.2.8/src/clients/inst_autosetup.rb 2019-08-28 13:13:37.000000000 +0200 +++ new/autoyast2-4.2.9/src/clients/inst_autosetup.rb 2019-09-26 16:12:36.000000000 +0200 @@ -371,6 +371,14 @@ # Register system return :abort unless suse_register + # SLES only. Have to be run before software to add required packages to enable kdump + if Builtins.haskey(Profile.current, "kdump") + Call.Function( + "kdump_auto", + ["Import", Ops.get_map(Profile.current, "kdump", {})] + ) + end + # Software return :abort if UI.PollInput == :abort && Popup.ConfirmAbort(:painless) @@ -407,14 +415,6 @@ Call.Function("deploy_image_auto", ["Write"]) - # SLES only - if Builtins.haskey(Profile.current, "kdump") - Call.Function( - "kdump_auto", - ["Import", Ops.get_map(Profile.current, "kdump", {})] - ) - end - Progress.NextStage if Profile.current.has_key? ('runlevel')
