Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-14-image for openSUSE:Factory checked in at 2023-07-19 19:11:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-14-image (Old) and /work/SRC/openSUSE:Factory/.postgres-14-image.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-14-image" Wed Jul 19 19:11:49 2023 rev:2 rq:1099514 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-14-image/postgres-14-image.changes 2023-07-08 22:47:53.503393301 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-14-image.new.5570/postgres-14-image.changes 2023-07-19 19:12:06.333082560 +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.G2LUFa/_old 2023-07-19 19:12:06.869085695 +0200 +++ /var/tmp/diff_new_pack.G2LUFa/_new 2023-07-19 19:12:06.873085719 +0200 @@ -24,7 +24,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends postgresql14-server distribution-release; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends postgresql14-server; zypper -n clean; rm -rf /var/log/* ENV LANG="en_US.utf8" ENV PG_MAJOR="14" ENV PG_VERSION="%%pg_version%%"