Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-packager for openSUSE:Factory checked in at 2022-05-05 23:04:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old) and /work/SRC/openSUSE:Factory/.yast2-packager.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-packager" Thu May 5 23:04:34 2022 rev:426 rq:974680 version:4.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes 2022-04-30 00:45:50.374967101 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-packager.new.1538/yast2-packager.changes 2022-05-05 23:04:39.597427480 +0200 @@ -1,0 +2,8 @@ +Tue May 3 06:50:36 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> + +- Run the package solver after selecting additional system + packages, fixes possible broken package dependencies after system + upgrade (bsc#1195828) +- 4.5.3 + +------------------------------------------------------------------- Old: ---- yast2-packager-4.5.2.tar.bz2 New: ---- yast2-packager-4.5.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.HOyVZF/_old 2022-05-05 23:04:40.253428297 +0200 +++ /var/tmp/diff_new_pack.HOyVZF/_new 2022-05-05 23:04:40.257428303 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 4.5.2 +Version: 4.5.3 Release: 0 Summary: YaST2 - Package Library License: GPL-2.0-or-later ++++++ yast2-packager-4.5.2.tar.bz2 -> yast2-packager-4.5.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.5.2/package/yast2-packager.changes new/yast2-packager-4.5.3/package/yast2-packager.changes --- old/yast2-packager-4.5.2/package/yast2-packager.changes 2022-04-28 09:45:08.000000000 +0200 +++ new/yast2-packager-4.5.3/package/yast2-packager.changes 2022-05-03 17:41:29.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue May 3 06:50:36 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> + +- Run the package solver after selecting additional system + packages, fixes possible broken package dependencies after system + upgrade (bsc#1195828) +- 4.5.3 + +------------------------------------------------------------------- Wed Apr 27 13:31:36 UTC 2022 - Stefan Hundhammer <shundham...@suse.com> - Don't rely on install.inf availability #(bsc#1198560) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.5.2/package/yast2-packager.spec new/yast2-packager-4.5.3/package/yast2-packager.spec --- old/yast2-packager-4.5.2/package/yast2-packager.spec 2022-04-28 09:45:08.000000000 +0200 +++ new/yast2-packager-4.5.3/package/yast2-packager.spec 2022-05-03 17:41:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 4.5.2 +Version: 4.5.3 Release: 0 Summary: YaST2 - Package Library License: GPL-2.0-or-later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.5.2/src/modules/Packages.rb new/yast2-packager-4.5.3/src/modules/Packages.rb --- old/yast2-packager-4.5.2/src/modules/Packages.rb 2022-04-28 09:45:08.000000000 +0200 +++ new/yast2-packager-4.5.3/src/modules/Packages.rb 2022-05-03 17:41:29.000000000 +0200 @@ -1939,6 +1939,9 @@ end end + # update the dependendcies + Pkg.PkgSolve(false) + nil end