Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package blackbox_exporter-image for
openSUSE:Factory checked in at 2026-09-01 15:51:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blackbox_exporter-image (Old)
and /work/SRC/openSUSE:Factory/.blackbox_exporter-image.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blackbox_exporter-image"
Tue Sep 1 15:51:27 2026 rev:44 rq:1375057 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/blackbox_exporter-image/blackbox_exporter-image.changes
2026-07-28 18:10:40.663360580 +0200
+++
/work/SRC/openSUSE:Factory/.blackbox_exporter-image.new.1265/blackbox_exporter-image.changes
2026-09-01 15:52:05.193564095 +0200
@@ -1,0 +2,5 @@
+Mon Aug 31 16:26:00 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- fix access permissions of rpmdb
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.ugNfYP/_old 2026-09-01 15:52:05.818585900 +0200
+++ /var/tmp/diff_new_pack.ugNfYP/_new 2026-09-01 15:52:05.823586075 +0200
@@ -32,7 +32,7 @@
# cleanup logs and temporary files
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
t=$(mktemp -d); mv /target/usr/lib/sysimage/rpm/Packages.db $t; rpmdb
--rebuilddb --dbpath=$t; \
- rm /target/usr/lib/sysimage/rpm/*.db && mv $t/Packages.db
/target/usr/lib/sysimage/rpm/; \
+ rm /target/usr/lib/sysimage/rpm/*.db && install -m 0644 $t/Packages.db
/target/usr/lib/sysimage/rpm/; \
rm -rf
{/target,}/var/log/{alternatives.log,lastlog,suseconnect.log,tallylog,zypper.log,zypp/history,YaST2};
\
rm -rf {/target,}/run/{zypp.pid,regenerate-initrd,systemd}; \
rm -f {/target,}/etc/{shadow-,group-,passwd-,.pwd.lock}; \