Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package supermin for openSUSE:Factory 
checked in at 2024-07-29 21:54:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/supermin (Old)
 and      /work/SRC/openSUSE:Factory/.supermin.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supermin"

Mon Jul 29 21:54:01 2024 rev:25 rq:1190315 version:5.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/supermin/supermin.changes        2024-07-15 
19:47:01.262700611 +0200
+++ /work/SRC/openSUSE:Factory/.supermin.new.1882/supermin.changes      
2024-07-29 21:55:10.283482857 +0200
@@ -1,0 +2,8 @@
+Mon Jul 29 10:16:35 MDT 2024 - carn...@suse.com
+
+- bsc#1228373 - supermin regression in Tumbleweed / Factory causes
+  virt-inspector to fail
+  add-rpm-database-location.patch
+- Drop disable-test-if-newer-ext2.patch
+
+-------------------------------------------------------------------

Old:
----
  disable-test-if-newer-ext2.patch

New:
----
  add-rpm-database-location.patch

BETA DEBUG BEGIN:
  Old:  add-rpm-database-location.patch
- Drop disable-test-if-newer-ext2.patch
BETA DEBUG END:

BETA DEBUG BEGIN:
  New:  virt-inspector to fail
  add-rpm-database-location.patch
- Drop disable-test-if-newer-ext2.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ supermin.spec ++++++
--- /var/tmp/diff_new_pack.jZCVtM/_old  2024-07-29 21:55:10.755501972 +0200
+++ /var/tmp/diff_new_pack.jZCVtM/_new  2024-07-29 21:55:10.755501972 +0200
@@ -28,8 +28,8 @@
 Source9:        supermin.keyring
 Patch30:        suse_release.patch
 Patch31:        supermin-kernel_version_compressed.patch
-Patch32:        disable-test-if-newer-ext2.patch
-Patch33:        detect-aarch64-kernel.patch
+Patch32:        detect-aarch64-kernel.patch
+Patch33:        add-rpm-database-location.patch
 BuildRequires:  augeas
 BuildRequires:  autoconf
 BuildRequires:  automake

++++++ add-rpm-database-location.patch ++++++
References: bsc#1228373

--- a/src/ph_rpm.ml
+++ b/src/ph_rpm.ml
@@ -239,6 +239,7 @@ let rpm_package_name pkg =
   rpm.name
 
 let rpmdb_locations = [
+  "/usr/lib/sysimage/rpm/Packages.db";
   "/usr/lib/sysimage/rpm/rpmdb.sqlite";
   "/var/lib/rpm/rpmdb.sqlite";
   "/var/lib/rpm/Packages"

Reply via email to