Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2023-04-13 14:10:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Thu Apr 13 14:10:19 2023 rev:333 rq:1078736 version:4.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2023-03-04 22:42:50.707645225 +0100 +++ /work/SRC/openSUSE:Factory/.autoyast2.new.19717/autoyast2.changes 2023-04-13 14:10:32.044223032 +0200 @@ -1,0 +2,6 @@ +Wed Apr 12 13:40:10 UTC 2023 - Ladislav Slezák <[email protected]> + +- Rebuild the RPM database during upgrade (--rebuilddb) (bsc#1209565) +- 4.6.1 + +------------------------------------------------------------------- Old: ---- autoyast2-4.6.0.tar.bz2 New: ---- autoyast2-4.6.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.HrEfsR/_old 2023-04-13 14:10:32.624226362 +0200 +++ /var/tmp/diff_new_pack.HrEfsR/_new 2023-04-13 14:10:32.632226408 +0200 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.6.0 +Version: 4.6.1 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only @@ -134,8 +134,8 @@ # storage-ng based version Requires: yast2-update >= 3.3.0 Requires: yast2-xml -# RPM dependencies in Pkg.Resolvables -Requires: yast2-pkg-bindings >= 4.3.0 +# Pkg.TargetInitializeOptions with "rebuild_db" option +Requires: yast2-pkg-bindings >= 4.6.1 Requires: yast2-ruby-bindings >= 1.0.0 # bsc#1185095 Recommends: (icewm if libyui-qt) ++++++ autoyast2-4.6.0.tar.bz2 -> autoyast2-4.6.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.6.0/package/autoyast2.changes new/autoyast2-4.6.1/package/autoyast2.changes --- old/autoyast2-4.6.0/package/autoyast2.changes 2023-03-03 15:49:30.000000000 +0100 +++ new/autoyast2-4.6.1/package/autoyast2.changes 2023-04-12 16:24:00.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Apr 12 13:40:10 UTC 2023 - Ladislav Slezák <[email protected]> + +- Rebuild the RPM database during upgrade (--rebuilddb) (bsc#1209565) +- 4.6.1 + +------------------------------------------------------------------- Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák <[email protected]> - Bump version to 4.6.0 (bsc#1208913) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.6.0/package/autoyast2.spec new/autoyast2-4.6.1/package/autoyast2.spec --- old/autoyast2-4.6.0/package/autoyast2.spec 2023-03-03 15:49:30.000000000 +0100 +++ new/autoyast2-4.6.1/package/autoyast2.spec 2023-04-12 16:24:00.000000000 +0200 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.6.0 +Version: 4.6.1 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only @@ -134,8 +134,8 @@ # storage-ng based version Requires: yast2-update >= 3.3.0 Requires: yast2-xml -# RPM dependencies in Pkg.Resolvables -Requires: yast2-pkg-bindings >= 4.3.0 +# Pkg.TargetInitializeOptions with "rebuild_db" option +Requires: yast2-pkg-bindings >= 4.6.1 Requires: yast2-ruby-bindings >= 1.0.0 # bsc#1185095 Recommends: (icewm if libyui-qt) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.6.0/src/lib/autoinstall/clients/inst_autosetup_upgrade.rb new/autoyast2-4.6.1/src/lib/autoinstall/clients/inst_autosetup_upgrade.rb --- old/autoyast2-4.6.0/src/lib/autoinstall/clients/inst_autosetup_upgrade.rb 2023-03-03 15:49:30.000000000 +0100 +++ new/autoyast2-4.6.1/src/lib/autoinstall/clients/inst_autosetup_upgrade.rb 2023-04-12 16:24:00.000000000 +0200 @@ -309,7 +309,9 @@ # initialize target PackageCallbacks.SetConvertDBCallbacks - Pkg.TargetInit(Installation.destdir, false) + Pkg.TargetInitializeOptions(Installation.destdir, + # enable DB rebuild at upgrade (bsc#1209565) + "rebuild_db" => true) # read old and new product Update.GetProductName
