Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at 2022-03-05 14:43:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old) and /work/SRC/openSUSE:Factory/.yast2-installation.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation" Sat Mar 5 14:43:02 2022 rev:498 rq:959333 version:4.4.46 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes 2022-02-28 19:43:24.469937680 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-installation.new.1958/yast2-installation.changes 2022-03-05 14:43:08.591696772 +0100 @@ -1,0 +2,6 @@ +Thu Mar 3 17:58:27 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> + +- Fixed crash when starting the expert console (bsc#1196724) +- 4.4.46 + +------------------------------------------------------------------- Old: ---- yast2-installation-4.4.45.tar.bz2 New: ---- yast2-installation-4.4.46.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.N7xSN0/_old 2022-03-05 14:43:09.275696945 +0100 +++ /var/tmp/diff_new_pack.N7xSN0/_new 2022-03-05 14:43:09.283696947 +0100 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.45 +Version: 4.4.46 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only ++++++ yast2-installation-4.4.45.tar.bz2 -> yast2-installation-4.4.46.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.45/package/yast2-installation.changes new/yast2-installation-4.4.46/package/yast2-installation.changes --- old/yast2-installation-4.4.45/package/yast2-installation.changes 2022-02-28 15:57:35.000000000 +0100 +++ new/yast2-installation-4.4.46/package/yast2-installation.changes 2022-03-04 07:44:51.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Mar 3 17:58:27 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> + +- Fixed crash when starting the expert console (bsc#1196724) +- 4.4.46 + +------------------------------------------------------------------- Mon Feb 28 14:35:31 UTC 2022 - Ancor Gonzalez Sosa <an...@suse.com> - Fixed the start of the VNC server during installation. Done by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.45/package/yast2-installation.spec new/yast2-installation-4.4.46/package/yast2-installation.spec --- old/yast2-installation-4.4.45/package/yast2-installation.spec 2022-02-28 15:57:35.000000000 +0100 +++ new/yast2-installation-4.4.46/package/yast2-installation.spec 2022-03-04 07:44:51.000000000 +0100 @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 4.4.45 +Version: 4.4.46 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.45/src/lib/installation/console/commands.rb new/yast2-installation-4.4.46/src/lib/installation/console/commands.rb --- old/yast2-installation-4.4.45/src/lib/installation/console/commands.rb 2022-02-28 15:57:35.000000000 +0100 +++ new/yast2-installation-4.4.46/src/lib/installation/console/commands.rb 2022-03-04 07:44:51.000000000 +0100 @@ -81,9 +81,9 @@ commands end - def respond_to_missing?(_method_name) + def respond_to_missing?(_method_name, _include_private = false) # method missing is not used for fancy meta programming, - # but to provide different behavior. No not respond to anything missing. + # but to provide different behavior. Not to respond to anything missing. false end