Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-12-image for openSUSE:Factory checked in at 2023-10-26 17:14:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-12-image (Old) and /work/SRC/openSUSE:Factory/.postgres-12-image.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-12-image" Thu Oct 26 17:14:00 2023 rev:3 rq:1120395 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-12-image/postgres-12-image.changes 2023-10-02 20:06:00.221806012 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-12-image.new.24901/postgres-12-image.changes 2023-10-26 17:15:11.713979412 +0200 @@ -1,0 +2,5 @@ +Wed Oct 25 15:40:55 UTC 2023 - Dirk Mueller <dmuel...@suse.com> + +- ensure rundir for postgres is created with the proper permissions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.vkjWTP/_old 2023-10-26 17:15:13.238035385 +0200 +++ /var/tmp/diff_new_pack.vkjWTP/_new 2023-10-26 17:15:13.242035532 +0200 @@ -52,6 +52,7 @@ RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \ sed -i -e 's/exec gosu postgres "/exec setpriv --reuid=postgres --regid=postgres --clear-groups -- "/g' /usr/local/bin/docker-entrypoint.sh; \ mkdir /docker-entrypoint-initdb.d; \ + install -m 1775 -o postgres -g postgres -d /run/postgresql; \ install -d -m 0700 -o postgres -g postgres $PGDATA; \ sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql12/postgresql.conf.sample