Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xorg-client-image for
openSUSE:Factory checked in at 2026-09-01 15:48:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-client-image (Old)
and /work/SRC/openSUSE:Factory/.xorg-client-image.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-client-image"
Tue Sep 1 15:48:14 2026 rev:19 rq:1374947 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-client-image/xorg-client-image.changes
2026-07-28 18:12:42.131599830 +0200
+++
/work/SRC/openSUSE:Factory/.xorg-client-image.new.1265/xorg-client-image.changes
2026-09-01 15:49:44.411652544 +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.UruAqB/_old 2026-09-01 15:49:45.017673686 +0200
+++ /var/tmp/diff_new_pack.UruAqB/_new 2026-09-01 15:49:45.021673826 +0200
@@ -33,7 +33,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}; \