Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postfix-image for openSUSE:Factory checked in at 2026-03-19 17:38:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix-image (Old) and /work/SRC/openSUSE:Factory/.postfix-image.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfix-image" Thu Mar 19 17:38:31 2026 rev:35 rq:1341021 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postfix-image/postfix-image.changes 2026-03-11 20:54:07.434981359 +0100 +++ /work/SRC/openSUSE:Factory/.postfix-image.new.8177/postfix-image.changes 2026-03-19 17:39:16.222515677 +0100 @@ -1,0 +2,5 @@ +Wed Mar 18 15:32:56 UTC 2026 - SUSE Update Bot <[email protected]> + +- invoke systemd-tmpfiles to unbreak the container + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.wRR8gO/_old 2026-03-19 17:39:16.790539214 +0100 +++ /var/tmp/diff_new_pack.wRR8gO/_new 2026-03-19 17:39:16.794539379 +0100 @@ -27,6 +27,10 @@ export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \ zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends ca-certificates-mozilla curl cyrus-sasl cyrus-sasl-plain ed findutils gawk grep netcfg postfix postfix-ldap postfix-lmdb sed timezone openldap2 openldap2-client mandoc spamassassin-spamc spamass-milter gzip tar +RUN set -euo pipefail; zypper -n install --no-recommends systemd && \ + systemd-tmpfiles --create --root /target postfix.conf + + # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; \
