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-07-19 19:11:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-15-image (Old) and /work/SRC/openSUSE:Factory/.postgres-15-image.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-15-image" Wed Jul 19 19:11:49 2023 rev:2 rq:1099515 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-15-image/postgres-15-image.changes 2023-07-06 18:29:26.827427450 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-15-image.new.5570/postgres-15-image.changes 2023-07-19 19:12:07.037086678 +0200 @@ -1,0 +2,5 @@ +Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <dmuel...@suse.com> + +- Remove distribution-release from the package list, it is inherited from the base image + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.UMQJuW/_old 2023-07-19 19:12:07.501089392 +0200 +++ /var/tmp/diff_new_pack.UMQJuW/_new 2023-07-19 19:12:07.505089415 +0200 @@ -25,7 +25,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends postgresql15-server distribution-release; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends postgresql15-server; zypper -n clean; rm -rf /var/log/* ENV LANG="en_US.utf8" ENV PG_MAJOR="15" ENV PG_VERSION="%%pg_version%%"