Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package distribution-image for openSUSE:Factory checked in at 2026-03-26 21:11:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/distribution-image (Old) and /work/SRC/openSUSE:Factory/.distribution-image.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "distribution-image" Thu Mar 26 21:11:46 2026 rev:45 rq:1342898 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/distribution-image/distribution-image.changes 2026-03-11 20:54:01.194726333 +0100 +++ /work/SRC/openSUSE:Factory/.distribution-image.new.8177/distribution-image.changes 2026-03-27 06:38:15.414157790 +0100 @@ -1,0 +2,5 @@ +Thu Mar 26 12:42:13 UTC 2026 - SUSE Update Bot <[email protected]> + +- rebuild rpm database to make it reproducible + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.8aL0RR/_old 2026-03-27 06:38:15.966180542 +0100 +++ /var/tmp/diff_new_pack.8aL0RR/_new 2026-03-27 06:38:15.978181037 +0100 @@ -37,6 +37,8 @@ # 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 -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; \ rm -rf {/target,}/run/*; \ rm -f {/target,}/etc/{shadow-,group-,passwd-,.pwd.lock}; \ @@ -49,6 +51,7 @@ 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.registry LABEL org.opencontainers.image.title="openSUSE Tumbleweed OCI Container Registry (Distribution)"
