Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2017-04-25 08:57:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Tue Apr 25 08:57:23 2017 rev:222 rq:489016 version:3.2.14 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2017-04-12 17:10:50.612894879 +0200 +++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2017-04-25 08:57:24.997635761 +0200 @@ -1,0 +2,7 @@ +Thu Apr 13 14:02:34 CEST 2017 - [email protected] + +- Moved configuration management before software selection in + order to select packages which are needed for CM. (FATE#319830) +- 3.2.14 + +------------------------------------------------------------------- Old: ---- autoyast2-3.2.13.tar.bz2 New: ---- autoyast2-3.2.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.khvujN/_old 2017-04-25 08:57:25.837517002 +0200 +++ /var/tmp/diff_new_pack.khvujN/_new 2017-04-25 08:57:25.841516436 +0200 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.2.13 +Version: 3.2.14 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ autoyast2-3.2.13.tar.bz2 -> autoyast2-3.2.14.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.2.13/package/autoyast2.changes new/autoyast2-3.2.14/package/autoyast2.changes --- old/autoyast2-3.2.13/package/autoyast2.changes 2017-04-12 14:45:30.538433241 +0200 +++ new/autoyast2-3.2.14/package/autoyast2.changes 2017-04-18 09:44:10.236091561 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Apr 13 14:02:34 CEST 2017 - [email protected] + +- Moved configuration management before software selection in + order to select packages which are needed for CM. (FATE#319830) +- 3.2.14 + +------------------------------------------------------------------- Thu Apr 6 11:27:01 UTC 2017 - [email protected] - Fix subvolumes schema definition (bsc#1013047) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.2.13/package/autoyast2.spec new/autoyast2-3.2.14/package/autoyast2.spec --- old/autoyast2-3.2.13/package/autoyast2.spec 2017-04-12 14:45:30.538433241 +0200 +++ new/autoyast2-3.2.14/package/autoyast2.spec 2017-04-18 09:44:10.236091561 +0200 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.2.13 +Version: 3.2.14 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.2.13/src/clients/inst_autosetup.rb new/autoyast2-3.2.14/src/clients/inst_autosetup.rb --- old/autoyast2-3.2.13/src/clients/inst_autosetup.rb 2017-04-12 14:45:30.546433241 +0200 +++ new/autoyast2-3.2.14/src/clients/inst_autosetup.rb 2017-04-18 09:44:10.240091561 +0200 @@ -322,6 +322,19 @@ return :abort if Popup.ConfirmAbort(:painless) if UI.PollInput == :abort Progress.NextStage + # The configuration_management has to be called before software selection. + # So the software selection can take care about packages + # needed by the configuration_management. + if Profile.current["configuration_management"] + return :abort unless WFM.CallFunction( + "configuration_management_auto", + ["Import", Profile.current["configuration_management"]] + ) + # Do not start it in second installation stage again. + # Provisioning will already be called in the first stage. + Profile.remove_sections("configuration_management") + end + if Profile.current["suse_register"] return :abort unless WFM.CallFunction( "scc_auto", @@ -383,16 +396,6 @@ ) end - if Profile.current["configuration_management"] - return :abort unless WFM.CallFunction( - "configuration_management_auto", - ["Import", Profile.current["configuration_management"]] - ) - # Do not start it in second installation stage again. - # Provisioning will already be called in the first stage. - Profile.remove_sections("configuration_management") - end - Progress.NextStage if Profile.current.has_key? ('runlevel')
