Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kea-image for openSUSE:Factory checked in at 2026-02-06 19:09:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kea-image (Old) and /work/SRC/openSUSE:Factory/.kea-image.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kea-image" Fri Feb 6 19:09:13 2026 rev:15 rq:1331467 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kea-image/kea-image.changes 2026-02-03 21:35:30.054702342 +0100 +++ /work/SRC/openSUSE:Factory/.kea-image.new.1670/kea-image.changes 2026-02-06 19:14:50.355435110 +0100 @@ -1,0 +2,5 @@ +Thu Feb 5 16:45:53 UTC 2026 - SUSE Update Bot <[email protected]> + +- use dockerfile run + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.ww7WcI/_old 2026-02-06 19:14:51.427480273 +0100 +++ /var/tmp/diff_new_pack.ww7WcI/_new 2026-02-06 19:14:51.439480779 +0100 @@ -25,7 +25,7 @@ RUN set -euo pipefail; \ export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \ - zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends kea util-linux + zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends kea sed util-linux RUN set -euo pipefail; zypper -n install --no-recommends systemd && \ systemd-tmpfiles --create --root /target @@ -66,5 +66,5 @@ EXPOSE 67/tcp 67/udp ENV KEA_PIDFILE_DIR="/var/run/kea" -RUN install -m 0750 -o root -g root -d /var/run/kea +RUN set -euo pipefail; install -m 0750 -o root -g root -d /var/run/kea
