Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2016-11-19 12:49:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2016-11-08 18:26:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2016-11-19 12:49:28.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Nov 16 15:18:39 CET 2016 - [email protected] + +- Added needed include in Kernel.rb. Found while testing + bnc#1009023 +- 3.2.4 + +------------------------------------------------------------------- Old: ---- yast2-3.2.3.tar.bz2 New: ---- yast2-3.2.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.uxa3rl/_old 2016-11-19 12:49:29.000000000 +0100 +++ /var/tmp/diff_new_pack.uxa3rl/_new 2016-11-19 12:49:29.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 3.2.3 +Version: 3.2.4 Release: 0 Summary: YaST2 - Main Package License: GPL-2.0 ++++++ yast2-3.2.3.tar.bz2 -> yast2-3.2.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-3.2.3/doc/desktop_file.md new/yast2-3.2.4/doc/desktop_file.md --- old/yast2-3.2.3/doc/desktop_file.md 2016-11-07 11:09:36.000000000 +0100 +++ new/yast2-3.2.4/doc/desktop_file.md 2016-11-17 16:34:49.000000000 +0100 @@ -79,6 +79,11 @@ * *X-SuSE-YaST-AutoInstResource* Specifies top level XML node under which is located module specific configuration in AutoYaST profile. +* *X-SuSE-YaST-AutoInstResourceAliases* Specifies a list of alternative names + for the top level XML node. It is used to keep backward compatibility: for + example, when migrating from `runlevel` to `services-manager`. Default value + is empty. + * *X-SuSE-YaST-AutoInstRequires* Contains comma separated list of modules that are required to run before this module. By default it is empty. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-3.2.3/library/general/src/lib/installation/proposal_client.rb new/yast2-3.2.4/library/general/src/lib/installation/proposal_client.rb --- old/yast2-3.2.3/library/general/src/lib/installation/proposal_client.rb 2016-11-07 11:09:36.000000000 +0100 +++ new/yast2-3.2.4/library/general/src/lib/installation/proposal_client.rb 2016-11-17 16:34:49.000000000 +0100 @@ -146,6 +146,8 @@ # button in the proposal dialog will be disabled - the user needs # to fix that blocker before continuing. # _Fatal_ is like _blocker_ but also stops building the proposal. + # _Error_ does not prevent continuing of the installation, but shows + # a popup that an user has to confirm to continue with the installation. # # * **`"language_changed"`** [Boolean] --- # This module just caused a change of the installation language. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-3.2.3/library/system/src/modules/Kernel.rb new/yast2-3.2.4/library/system/src/modules/Kernel.rb --- old/yast2-3.2.3/library/system/src/modules/Kernel.rb 2016-11-07 11:09:36.000000000 +0100 +++ new/yast2-3.2.4/library/system/src/modules/Kernel.rb 2016-11-17 16:34:49.000000000 +0100 @@ -38,6 +38,8 @@ module Yast class KernelClass < Module + include Yast::Logger + # default configuration file for Kernel modules loaded on boot MODULES_CONF_FILE = "yast.conf".freeze diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-3.2.3/package/yast2.changes new/yast2-3.2.4/package/yast2.changes --- old/yast2-3.2.3/package/yast2.changes 2016-11-07 11:09:36.000000000 +0100 +++ new/yast2-3.2.4/package/yast2.changes 2016-11-17 16:34:49.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Nov 16 15:18:39 CET 2016 - [email protected] + +- Added needed include in Kernel.rb. Found while testing + bnc#1009023 +- 3.2.4 + +------------------------------------------------------------------- Thu Nov 3 12:51:09 UTC 2016 - [email protected] - fix do not show again for packages downloaded to temporary diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-3.2.3/package/yast2.spec new/yast2-3.2.4/package/yast2.spec --- old/yast2-3.2.3/package/yast2.spec 2016-11-07 11:09:36.000000000 +0100 +++ new/yast2-3.2.4/package/yast2.spec 2016-11-17 16:34:49.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 3.2.3 +Version: 3.2.4 Release: 0 Summary: YaST2 - Main Package License: GPL-2.0
