Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bind-image for openSUSE:Factory 
checked in at 2025-09-29 16:38:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind-image (Old)
 and      /work/SRC/openSUSE:Factory/.bind-image.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind-image"

Mon Sep 29 16:38:14 2025 rev:13 rq:1307796 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind-image/bind-image.changes    2025-08-02 
00:42:03.835323960 +0200
+++ /work/SRC/openSUSE:Factory/.bind-image.new.11973/bind-image.changes 
2025-09-29 16:38:54.907253972 +0200
@@ -1,0 +2,5 @@
+Mon Sep 29 09:32:28 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- remove non-reproducible files from container
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.EM4VCG/_old  2025-09-29 16:38:55.403274765 +0200
+++ /var/tmp/diff_new_pack.EM4VCG/_new  2025-09-29 16:38:55.407274932 +0200
@@ -37,7 +37,13 @@
     sed -i -e 's|logger "Warning: \$1"|echo "Warning: \$1" >\&2|' -e '/\. 
\$SYSCONFIG_FILE/d' /target/usr/local/lib/bind/named.prep
 
 RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
-    rm -rf 
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2};
 rm -f {/target,}/etc/shadow-
+    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}; \
+    rm -f {/target,}/usr/lib/sysimage/rpm/.rpm.lock; \
+    rm -f {/target,}/var/cache/ldconfig/aux-cache; \
+    command -v zypper >/dev/null 2>&1 || rm -f /var/lib/zypp/AutoInstalled
+
 FROM opensuse/bci/bci-micro:latest
 COPY --from=builder /target /
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers

Reply via email to