Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opensuse-postfix-image for openSUSE:Factory checked in at 2022-08-17 18:17:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opensuse-postfix-image (Old) and /work/SRC/openSUSE:Factory/.opensuse-postfix-image.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-postfix-image" Wed Aug 17 18:17:03 2022 rev:10 rq:997514 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opensuse-postfix-image/opensuse-postfix-image.changes 2022-07-13 13:45:59.510083215 +0200 +++ /work/SRC/openSUSE:Factory/.opensuse-postfix-image.new.1521/opensuse-postfix-image.changes 2022-08-17 18:21:23.466959621 +0200 @@ -1,0 +2,6 @@ +Wed Aug 17 09:53:07 UTC 2022 - ku...@suse.com + +- Update to version 20220817.7d0bf3a: + * Fix ignoring of SIGTERM (replace pause with sleep) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.z34LEv/_old 2022-08-17 18:21:23.962960649 +0200 +++ /var/tmp/diff_new_pack.z34LEv/_new 2022-08-17 18:21:23.966960657 +0200 @@ -4,6 +4,6 @@ </service> <service name="tar_scm"> <param name="url">https://github.com/thkukuk/containers-mailserver.git</param> - <param name="changesrevision">c55a10794649e86260e2a2f738954c771d61fc17</param></service></servicedata> + <param name="changesrevision">7d0bf3a1eabe7dbab68506de5ff6264f146008f4</param></service></servicedata> (No newline at EOF) ++++++ entrypoint.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/entrypoint/entrypoint.sh new/entrypoint/entrypoint.sh --- old/entrypoint/entrypoint.sh 2022-07-13 08:54:19.000000000 +0200 +++ new/entrypoint/entrypoint.sh 2022-08-17 11:51:44.000000000 +0200 @@ -440,7 +440,7 @@ if [ "$1" = 'postfix' ]; then start_daemons "$@" echo "postfix running and ready" - /usr/bin/pause + sleep infinity & wait $! else exec "$@" fi