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-09 13:53:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bind-image (Old) and /work/SRC/openSUSE:Factory/.bind-image.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bind-image" Mon Feb 9 13:53:02 2026 rev:16 rq:1332008 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/bind-image/bind-image.changes 2026-01-02 14:28:24.588179275 +0100 +++ /work/SRC/openSUSE:Factory/.bind-image.new.1670/bind-image.changes 2026-02-09 13:53:03.756098998 +0100 @@ -1,0 +2,5 @@ +Mon Feb 9 10:23:34 UTC 2026 - SUSE Update Bot <[email protected]> + +- use systemd-tmpfiles + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.nJdqDr/_old 2026-02-09 13:53:04.388125917 +0100 +++ /var/tmp/diff_new_pack.nJdqDr/_new 2026-02-09 13:53:04.392126088 +0100 @@ -31,6 +31,8 @@ # 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; \
