Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-15-image for openSUSE:Factory checked in at 2023-10-26 17:14:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-15-image (Old) and /work/SRC/openSUSE:Factory/.postgres-15-image.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-15-image" Thu Oct 26 17:14:02 2023 rev:4 rq:1120398 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-15-image/postgres-15-image.changes 2023-10-02 20:06:04.233950299 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-15-image.new.24901/postgres-15-image.changes 2023-10-26 17:15:15.726126765 +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.HHfCFx/_old 2023-10-26 17:15:16.218144835 +0200 +++ /var/tmp/diff_new_pack.HHfCFx/_new 2023-10-26 17:15:16.222144982 +0200 @@ -53,6 +53,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/postgresql15/postgresql.conf.sample