Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2022-06-18 22:05:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Sat Jun 18 22:05:20 2022 rev:533 rq:983135 version:4.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2022-05-25 20:34:11.172196159 +0200 +++ /work/SRC/openSUSE:Factory/.yast2.new.1548/yast2.changes 2022-06-18 22:05:26.695592611 +0200 @@ -1,0 +2,6 @@ +Thu Jun 16 11:06:09 UTC 2022 - Josef Reidinger <jreidin...@suse.com> + +- Allow to install missing packages in chroot (bsc#1199840) +- 4.5.5 + +------------------------------------------------------------------- Old: ---- yast2-4.5.4.tar.bz2 New: ---- yast2-4.5.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.KFUbv6/_old 2022-06-18 22:05:27.415593633 +0200 +++ /var/tmp/diff_new_pack.KFUbv6/_new 2022-06-18 22:05:27.419593639 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.5.4 +Version: 4.5.5 Release: 0 Summary: YaST2 Main Package ++++++ yast2-4.5.4.tar.bz2 -> yast2-4.5.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.5.4/library/packages/src/modules/PackageSystem.rb new/yast2-4.5.5/library/packages/src/modules/PackageSystem.rb --- old/yast2-4.5.4/library/packages/src/modules/PackageSystem.rb 2022-05-24 15:21:05.000000000 +0200 +++ new/yast2-4.5.5/library/packages/src/modules/PackageSystem.rb 2022-06-16 13:17:20.000000000 +0200 @@ -49,6 +49,7 @@ Yast.import "Report" Yast.import "Stage" Yast.import "CommandLine" + Yast.import "Installation" # Was last operation canceled? # @@ -82,7 +83,7 @@ PackageLock.Check # always initizalize target, it should be cheap according to #45356 - @target_initialized = Pkg.TargetInit("/", false) + @target_initialized = Pkg.TargetInit(Installation.destdir, false) nil end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.5.4/package/yast2.changes new/yast2-4.5.5/package/yast2.changes --- old/yast2-4.5.4/package/yast2.changes 2022-05-24 15:21:05.000000000 +0200 +++ new/yast2-4.5.5/package/yast2.changes 2022-06-16 13:17:20.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jun 16 11:06:09 UTC 2022 - Josef Reidinger <jreidin...@suse.com> + +- Allow to install missing packages in chroot (bsc#1199840) +- 4.5.5 + +------------------------------------------------------------------- Mon May 23 15:10:38 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> - Added experimental infrastructure for managing system in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.5.4/package/yast2.spec new/yast2-4.5.5/package/yast2.spec --- old/yast2-4.5.4/package/yast2.spec 2022-05-24 15:21:05.000000000 +0200 +++ new/yast2-4.5.5/package/yast2.spec 2022-06-16 13:17:20.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.5.4 +Version: 4.5.5 Release: 0 Summary: YaST2 Main Package