Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git-image for openSUSE:Factory 
checked in at 2026-06-15 19:47:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-image (Old)
 and      /work/SRC/openSUSE:Factory/.git-image.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-image"

Mon Jun 15 19:47:33 2026 rev:50 rq:1359425 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-image/git-image.changes      2026-04-28 
12:00:49.536622250 +0200
+++ /work/SRC/openSUSE:Factory/.git-image.new.1981/git-image.changes    
2026-06-15 19:51:42.140195373 +0200
@@ -1,0 +2,5 @@
+Mon Jun 15 08:02:42 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- improve image cleaning
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.kjde23/_old  2026-06-15 19:51:42.720219699 +0200
+++ /var/tmp/diff_new_pack.kjde23/_new  2026-06-15 19:51:42.728220035 +0200
@@ -37,7 +37,7 @@
 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 -rf 
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2};
 \
+    rm -rf 
{/target,}/var/log/{alternatives.log,lastlog,suseconnect.log,tallylog,zypper.log,zypp/history,YaST2};
 \
     rm -rf {/target,}/run/*; \
     rm -f {/target,}/etc/{shadow-,group-,passwd-,.pwd.lock}; \
     rm -f {/target,}/usr/lib/sysimage/rpm/.rpm.lock; \
@@ -49,7 +49,6 @@
 RUN set -euo pipefail; sed -i 's/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1\2/' 
/target/etc/shadow
 FROM opensuse/bci/bci-micro:latest
 COPY --from=builder /target /
-RUN set -euo pipefail; rm -vf /usr/lib/sysimage/rpm/Index.db
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers
 # labelprefix=org.opensuse.application.git
 LABEL org.opencontainers.image.title="openSUSE Tumbleweed with Git"

Reply via email to