Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-update for openSUSE:Factory checked in at 2021-09-09 23:07:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-update (Old) and /work/SRC/openSUSE:Factory/.yast2-update.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-update" Thu Sep 9 23:07:20 2021 rev:143 rq:917267 version:4.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes 2021-07-29 21:31:33.968800461 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-update.new.1899/yast2-update.changes 2021-09-09 23:07:23.836820728 +0200 @@ -1,0 +2,8 @@ +Mon Sep 6 14:08:12 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> + +- Fixed crash during system upgrade (synchronize the YaST and + libzypp repositories to avoid deleting caches for used + repositories) (bsc#1189590) +- 4.4.3 + +------------------------------------------------------------------- Old: ---- yast2-update-4.4.2.tar.bz2 New: ---- yast2-update-4.4.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-update.spec ++++++ --- /var/tmp/diff_new_pack.UHh97S/_old 2021-09-09 23:07:24.252821210 +0200 +++ /var/tmp/diff_new_pack.UHh97S/_new 2021-09-09 23:07:24.256821215 +0200 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.4.2 +Version: 4.4.3 Release: 0 Summary: YaST2 - Update License: GPL-2.0-only ++++++ yast2-update-4.4.2.tar.bz2 -> yast2-update-4.4.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.4.2/package/yast2-update.changes new/yast2-update-4.4.3/package/yast2-update.changes --- old/yast2-update-4.4.2/package/yast2-update.changes 2021-07-26 11:12:50.000000000 +0200 +++ new/yast2-update-4.4.3/package/yast2-update.changes 2021-09-07 14:05:32.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Sep 6 14:08:12 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> + +- Fixed crash during system upgrade (synchronize the YaST and + libzypp repositories to avoid deleting caches for used + repositories) (bsc#1189590) +- 4.4.3 + +------------------------------------------------------------------- Fri Jul 23 08:56:04 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com> - Avoid to bind-mount /run twice (bsc#1181066). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.4.2/package/yast2-update.spec new/yast2-update-4.4.3/package/yast2-update.spec --- old/yast2-update-4.4.2/package/yast2-update.spec 2021-07-26 11:12:50.000000000 +0200 +++ new/yast2-update-4.4.3/package/yast2-update.spec 2021-09-07 14:05:32.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.4.2 +Version: 4.4.3 Release: 0 Summary: YaST2 - Update Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.4.2/src/clients/update_proposal.rb new/yast2-update-4.4.3/src/clients/update_proposal.rb --- old/yast2-update-4.4.2/src/clients/update_proposal.rb 2021-07-26 11:12:50.000000000 +0200 +++ new/yast2-update-4.4.3/src/clients/update_proposal.rb 2021-09-07 14:05:32.000000000 +0200 @@ -392,6 +392,8 @@ PackageCallbacks.SetConvertDBCallbacks Pkg.TargetInit(Installation.destdir, false) + # sync the YaST and libzypp repositories to avoid possible crashes (bsc#1189590) + Pkg.SourceSaveAll Update.GetProductName