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 2025-07-14 10:49:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-14-image (Old) and /work/SRC/openSUSE:Factory/.postgres-14-image.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-14-image" Mon Jul 14 10:49:48 2025 rev:43 rq:1292229 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-14-image/postgres-14-image.changes 2025-06-11 16:23:19.188445936 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-14-image.new.7373/postgres-14-image.changes 2025-07-14 10:54:48.448359788 +0200 @@ -1,0 +2,5 @@ +Fri Jul 11 10:46:14 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- order ENVs alphanumerically + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.gqrjWF/_old 2025-07-14 10:54:49.268393746 +0200 +++ /var/tmp/diff_new_pack.gqrjWF/_new 2025-07-14 10:54:49.272393912 +0200 @@ -47,9 +47,9 @@ # endlabelprefix LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%" ENV LANG="en_US.utf8" +ENV PGDATA="/var/lib/pgsql/data" ENV PG_MAJOR="14" ENV PG_VERSION="%%pg_minor_version%%" -ENV PGDATA="/var/lib/pgsql/data" ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] CMD ["postgres"] EXPOSE 5432/tcp