Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package micro-fips-image for 
openSUSE:Factory checked in at 2026-09-01 15:47:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/micro-fips-image (Old)
 and      /work/SRC/openSUSE:Factory/.micro-fips-image.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "micro-fips-image"

Tue Sep  1 15:47:56 2026 rev:23 rq:1374931 version:%OS_VERSION_ID_SP%.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/micro-fips-image/micro-fips-image.changes        
2026-07-28 18:15:19.889122561 +0200
+++ 
/work/SRC/openSUSE:Factory/.micro-fips-image.new.1265/micro-fips-image.changes  
    2026-09-01 15:49:25.884006157 +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.kTYb3d/_old  2026-09-01 15:49:26.404024300 +0200
+++ /var/tmp/diff_new_pack.kTYb3d/_new  2026-09-01 15:49:26.409024474 +0200
@@ -36,7 +36,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}; \

Reply via email to