Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mariadb-image for openSUSE:Factory checked in at 2026-02-09 15:35:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mariadb-image (Old) and /work/SRC/openSUSE:Factory/.mariadb-image.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb-image" Mon Feb 9 15:35:30 2026 rev:64 rq:1332007 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/mariadb-image/mariadb-image.changes 2026-01-02 14:27:47.006624180 +0100 +++ /work/SRC/openSUSE:Factory/.mariadb-image.new.1670/mariadb-image.changes 2026-02-09 15:36:04.354478634 +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.nicWOF/_old 2026-02-09 15:36:05.070508766 +0100 +++ /var/tmp/diff_new_pack.nicWOF/_new 2026-02-09 15:36:05.082509271 +0100 @@ -27,6 +27,9 @@ RUN set -euo pipefail; \ export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \ zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends coreutils findutils gawk mariadb mariadb-tools openssl sed timezone util-linux zstd + +RUN set -euo pipefail; zypper -n install --no-recommends systemd && \ + systemd-tmpfiles --create --root /target # sanity check that the version from the tag is equal to the version of mariadb that we expect RUN set -euo pipefail; \ [ "$(rpm --root /target -q --qf '%{version}' mariadb | \
