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-02-04 00:45:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old) and /work/SRC/openSUSE:Factory/.yast2-installation.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation" Fri Feb 4 00:45:52 2022 rev:493 rq:950736 version:4.4.39 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes 2022-01-27 23:17:24.906792370 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-installation.new.1898/yast2-installation.changes 2022-02-04 00:46:13.945149270 +0100 @@ -1,0 +2,14 @@ +Wed Feb 2 11:46:42 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> + +- Fixed crash in Ruby 3.1 after pressing the hamburger menu icon + in the welcome screen (bsc#1195422) +- 4.4.39 + +------------------------------------------------------------------- +Tue Feb 1 07:52:48 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> + +- Redirect the STDERR output in the memsample script to not + break the YaST UI (bsc#1195116) +- 4.4.38 + +------------------------------------------------------------------- Old: ---- yast2-installation-4.4.37.tar.bz2 New: ---- yast2-installation-4.4.39.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.QiawO3/_old 2022-02-04 00:46:14.745143418 +0100 +++ /var/tmp/diff_new_pack.QiawO3/_new 2022-02-04 00:46:14.749143389 +0100 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.37 +Version: 4.4.39 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only ++++++ yast2-installation-4.4.37.tar.bz2 -> yast2-installation-4.4.39.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.37/bin/memsample new/yast2-installation-4.4.39/bin/memsample --- old/yast2-installation-4.4.37/bin/memsample 2022-01-27 19:40:08.000000000 +0100 +++ new/yast2-installation-4.4.39/bin/memsample 2022-02-02 13:39:44.000000000 +0100 @@ -39,6 +39,7 @@ I=$((I + 1)) I_TIME=$(printf %04d $I)-$(date -Iseconds) + # redirect STDERR to not break the YaST UI (bsc#1195116) { echo "### df-$I_TIME" df -k / @@ -48,7 +49,7 @@ echo "### ps-$I_TIME" memsample_ps - } | gzip -c >> "$ARCHIVE" + } 2>&1 | gzip -c >> "$ARCHIVE" sleep "$SLEEP" done diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.37/doc/control-file.md new/yast2-installation-4.4.39/doc/control-file.md --- old/yast2-installation-4.4.37/doc/control-file.md 2022-01-27 19:40:08.000000000 +0100 +++ new/yast2-installation-4.4.39/doc/control-file.md 2022-02-02 13:39:44.000000000 +0100 @@ -380,6 +380,9 @@ - (boolean) *enable\_clone* - the cloning feature will be either enabled or disabled. +- (integer) *boot\_timeout* - Allows to specify a different boot timeout + for product or system role. Default is 8. + - (boolean) *skip\_language\_dialog* - the language dialog might be skipped (if language already selected). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.37/package/yast2-installation.changes new/yast2-installation-4.4.39/package/yast2-installation.changes --- old/yast2-installation-4.4.37/package/yast2-installation.changes 2022-01-27 19:40:08.000000000 +0100 +++ new/yast2-installation-4.4.39/package/yast2-installation.changes 2022-02-02 13:39:44.000000000 +0100 @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Wed Feb 2 11:46:42 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> + +- Fixed crash in Ruby 3.1 after pressing the hamburger menu icon + in the welcome screen (bsc#1195422) +- 4.4.39 + +------------------------------------------------------------------- +Tue Feb 1 07:52:48 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> + +- Redirect the STDERR output in the memsample script to not + break the YaST UI (bsc#1195116) +- 4.4.38 + +------------------------------------------------------------------- Thu Jan 27 07:50:21 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> - Handle service name collision during upgrade (bsc#1194453), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.37/package/yast2-installation.spec new/yast2-installation-4.4.39/package/yast2-installation.spec --- old/yast2-installation-4.4.37/package/yast2-installation.spec 2022-01-27 19:40:08.000000000 +0100 +++ new/yast2-installation-4.4.39/package/yast2-installation.spec 2022-02-02 13:39:44.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.37 +Version: 4.4.39 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.37/src/lib/installation/console.rb new/yast2-installation-4.4.39/src/lib/installation/console.rb --- old/yast2-installation-4.4.37/src/lib/installation/console.rb 2022-01-27 19:40:08.000000000 +0100 +++ new/yast2-installation-4.4.39/src/lib/installation/console.rb 2022-02-02 13:39:44.000000000 +0100 @@ -37,6 +37,7 @@ end # inject the code +require "irb" require "irb/workspace" module IRB # :nodoc: class WorkSpace @@ -67,9 +68,7 @@ # configure IRB and start an interactive session # @param context [Object] context in which the IRB session runs def irb(context) - # lazy loading - require "irb" - # enable TAB completion + # lazy loading, enable TAB completion require "irb/completion" # see the Binding::irb method in irb.rb in the Ruby stdlib