Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2021-05-07 16:45:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Fri May 7 16:45:31 2021 rev:510 rq:890660 version:4.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2021-04-29 22:44:44.084209900 +0200 +++ /work/SRC/openSUSE:Factory/.yast2.new.2988/yast2.changes 2021-05-07 16:45:47.664279006 +0200 @@ -1,0 +2,7 @@ +Mon May 3 14:35:49 UTC 2021 - David Diaz <dgonza...@suse.com> + +- Do not crash when a client execution return false + (related to bsc#1185561, and bsc#1180954). +- 4.4.3 + +------------------------------------------------------------------- @@ -45 +52 @@ - (related to bsc#1180594). + (related to bsc#1180954). Old: ---- yast2-4.4.2.tar.bz2 New: ---- yast2-4.4.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.EJlzIY/_old 2021-05-07 16:45:48.280277069 +0200 +++ /var/tmp/diff_new_pack.EJlzIY/_new 2021-05-07 16:45:48.284277057 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.4.2 +Version: 4.4.3 Release: 0 Summary: YaST2 Main Package License: GPL-2.0-only ++++++ yast2-4.4.2.tar.bz2 -> yast2-4.4.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.4.2/library/control/src/modules/ProductControl.rb new/yast2-4.4.3/library/control/src/modules/ProductControl.rb --- old/yast2-4.4.2/library/control/src/modules/ProductControl.rb 2021-04-27 13:02:04.000000000 +0200 +++ new/yast2-4.4.3/library/control/src/modules/ProductControl.rb 2021-05-05 12:48:16.000000000 +0200 @@ -1348,7 +1348,7 @@ # This code will be triggered before the red pop window appears on the user's screen Hooks.run("installation_failure") if result == false - result = result.to_sym + result = Convert.to_symbol(result) Hooks.run("after_#{step_name}") else diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.4.2/package/yast2.changes new/yast2-4.4.3/package/yast2.changes --- old/yast2-4.4.2/package/yast2.changes 2021-04-27 13:02:04.000000000 +0200 +++ new/yast2-4.4.3/package/yast2.changes 2021-05-05 12:48:16.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon May 3 14:35:49 UTC 2021 - David Diaz <dgonza...@suse.com> + +- Do not crash when a client execution return false + (related to bsc#1185561, and bsc#1180954). +- 4.4.3 + +------------------------------------------------------------------- Tue Apr 27 10:51:35 UTC 2021 - Josef Reidinger <jreidin...@suse.com> - Add to yast2 mixin Yast2::SecretAttributes for hiding sensitive @@ -42,7 +49,7 @@ - Use meaningful button labels when asking the user if would like to continue when an installation client is missing - (related to bsc#1180594). + (related to bsc#1180954). - 4.3.59 ------------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.4.2/package/yast2.spec new/yast2-4.4.3/package/yast2.spec --- old/yast2-4.4.2/package/yast2.spec 2021-04-27 13:02:04.000000000 +0200 +++ new/yast2-4.4.3/package/yast2.spec 2021-05-05 12:48:16.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.4.2 +Version: 4.4.3 Release: 0 Summary: YaST2 Main Package License: GPL-2.0-only