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 2023-04-13 14:10:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-update (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-update.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-update"

Thu Apr 13 14:10:21 2023 rev:151 rq:1078740 version:4.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes        
2023-03-04 22:44:05.000002358 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-update.new.19717/yast2-update.changes     
2023-04-13 14:10:34.304236008 +0200
@@ -1,0 +2,6 @@
+Wed Apr 12 13:36:43 UTC 2023 - Ladislav Slezák <[email protected]>
+
+- Rebuild the RPM database during upgrade (--rebuilddb) (bsc#1209565)
+- 4.6.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-update-4.6.0.tar.bz2

New:
----
  yast2-update-4.6.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-update.spec ++++++
--- /var/tmp/diff_new_pack.xLp8Gg/_old  2023-04-13 14:10:34.948239706 +0200
+++ /var/tmp/diff_new_pack.xLp8Gg/_new  2023-04-13 14:10:34.952239729 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 Summary:        YaST2 - Update
 Group:          System/YaST
@@ -52,8 +52,8 @@
 Requires:       yast2-installation
 # ProductSpec#register_target
 Requires:       yast2-packager >= 4.4.15
-# filtering orphaned packages
-Requires:       yast2-pkg-bindings >= 4.5.1
+# "rebuild_db" option in Pkg.TargetInitializeOptions
+Requires:       yast2-pkg-bindings >= 4.6.1
 Requires:       yast2-ruby-bindings >= 1.0.0
 # nokogiri is used for parsing pam conf.
 Requires:       rubygem(%{rb_default_ruby_abi}:nokogiri)

++++++ yast2-update-4.6.0.tar.bz2 -> yast2-update-4.6.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.6.0/package/yast2-update.changes 
new/yast2-update-4.6.1/package/yast2-update.changes
--- old/yast2-update-4.6.0/package/yast2-update.changes 2023-03-03 
16:03:41.000000000 +0100
+++ new/yast2-update-4.6.1/package/yast2-update.changes 2023-04-12 
16:40:21.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Apr 12 13:36:43 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/yast2-update-4.6.0/package/yast2-update.spec 
new/yast2-update-4.6.1/package/yast2-update.spec
--- old/yast2-update-4.6.0/package/yast2-update.spec    2023-03-03 
16:03:41.000000000 +0100
+++ new/yast2-update-4.6.1/package/yast2-update.spec    2023-04-12 
16:40:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 Summary:        YaST2 - Update
 Group:          System/YaST
@@ -52,8 +52,8 @@
 Requires:       yast2-installation
 # ProductSpec#register_target
 Requires:       yast2-packager >= 4.4.15
-# filtering orphaned packages
-Requires:       yast2-pkg-bindings >= 4.5.1
+# "rebuild_db" option in Pkg.TargetInitializeOptions
+Requires:       yast2-pkg-bindings >= 4.6.1
 Requires:       yast2-ruby-bindings >= 1.0.0
 # nokogiri is used for parsing pam conf.
 Requires:  rubygem(%{rb_default_ruby_abi}:nokogiri)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.6.0/src/include/update/rootpart.rb 
new/yast2-update-4.6.1/src/include/update/rootpart.rb
--- old/yast2-update-4.6.0/src/include/update/rootpart.rb       2023-03-03 
16:03:41.000000000 +0100
+++ new/yast2-update-4.6.1/src/include/update/rootpart.rb       2023-04-12 
16:40:21.000000000 +0200
@@ -458,8 +458,10 @@
         # override the current target distribution at the system and use
         # the target distribution from the base product to make the new service
         # repositories compatible with the base product at upgrade (bnc#881320)
-        if Pkg.TargetInitializeOptions(Installation.destdir,
-          "target_distro" => target_distribution) != true
+        if !Pkg.TargetInitializeOptions(Installation.destdir,
+          # enable DB rebuild at upgrade (bsc#1209565)
+          "rebuild_db"    => true,
+          "target_distro" => target_distribution)
           # Target load failed, #466803
           Builtins.y2error("Pkg::TargetInitialize failed")
           if Popup.AnyQuestion(

Reply via email to