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 2026-02-17 17:19:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind-image (Old)
 and      /work/SRC/openSUSE:Factory/.bind-image.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind-image"

Tue Feb 17 17:19:02 2026 rev:17 rq:1333587 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind-image/bind-image.changes    2026-02-09 
13:53:03.756098998 +0100
+++ /work/SRC/openSUSE:Factory/.bind-image.new.1977/bind-image.changes  
2026-02-17 17:19:08.291034345 +0100
@@ -1,0 +2,5 @@
+Tue Feb 17 11:19:45 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- rerender templates with generalized tmpfiles generation logic
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.z2n4sr/_old  2026-02-17 17:19:08.983063307 +0100
+++ /var/tmp/diff_new_pack.z2n4sr/_new  2026-02-17 17:19:08.991063642 +0100
@@ -29,10 +29,11 @@
     export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \
     zypper -n --installroot /target --gpg-auto-import-keys install 
--no-recommends bind bind-utils
 
+RUN set -euo pipefail; zypper -n install --no-recommends systemd && \
+    systemd-tmpfiles --create --root /target bind.conf
+
 # patch named.prep to not call logger (provided by systemd)
 # and just log to stdout
-RUN set -euo pipefail; zypper -n install --no-recommends systemd && \
-    systemd-tmpfiles --create --root /target
 RUN set -euo pipefail; \
     mkdir -p /target/usr/local/lib/bind; \
     cp /target//usr/libexec/bind/named.prep 
/target/usr/local/lib/bind/named.prep; \
@@ -85,9 +86,6 @@
     install -d -m 755 -o root -g root /var/lib/named/master; \
     install -d -m 755 -o named -g named /var/lib/named/slave; \
     install -d -m 750 -o named -g named /var/log/named;
-# create files that tmpfiles.d would create for us
-RUN set -euo pipefail; touch /var/lib/named/127.0.0.zone 
/var/lib/named/localhost.zone /var/lib/named/named.root.key 
/var/lib/named/root.hint
-
 ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
 HEALTHCHECK --interval=10s --timeout=5s --retries=10 CMD dig +retry=0 +short 
@127.0.0.1 conncheck.opensuse.org >/dev/null && echo OK
 

Reply via email to