Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-13-image for openSUSE:Factory checked in at 2023-10-26 17:14:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-13-image (Old) and /work/SRC/openSUSE:Factory/.postgres-13-image.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-13-image" Thu Oct 26 17:14:01 2023 rev:3 rq:1120396 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-13-image/postgres-13-image.changes 2023-10-02 20:06:01.609855929 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-13-image.new.24901/postgres-13-image.changes 2023-10-26 17:15:13.770054925 +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.jAUBbi/_old 2023-10-26 17:15:14.342075933 +0200 +++ /var/tmp/diff_new_pack.jAUBbi/_new 2023-10-26 17:15:14.350076227 +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/postgresql13/postgresql.conf.sample