Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-17-image for openSUSE:Factory checked in at 2024-10-15 14:58:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-17-image (Old) and /work/SRC/openSUSE:Factory/.postgres-17-image.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-17-image" Tue Oct 15 14:58:57 2024 rev:3 rq:1207896 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-17-image/postgres-17-image.changes 2024-10-14 13:21:31.264764121 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-17-image.new.19354/postgres-17-image.changes 2024-10-15 14:59:34.615605583 +0200 @@ -1,0 +2,5 @@ +Mon Oct 14 11:26:26 UTC 2024 - SUSE Update Bot <[email protected]> + +- make the version-%release tag the first one listed; remove duplicates where they existed; update image.ref/reference to point to the version-%release(-) tag + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.z47aUq/_old 2024-10-15 14:59:35.059624050 +0200 +++ /var/tmp/diff_new_pack.z47aUq/_new 2024-10-15 14:59:35.063624215 +0200 @@ -15,10 +15,11 @@ #!UseOBSRepositories +#!BuildTag: opensuse/postgres:%%pg_patch_version%%-%RELEASE% +#!BuildTag: opensuse/postgres:%%pg_patch_version%% #!BuildTag: opensuse/postgres:17-%RELEASE% #!BuildTag: opensuse/postgres:17 #!BuildTag: opensuse/postgres:%%pg_minor_version%% -#!BuildTag: opensuse/postgres:%%pg_patch_version%% FROM opensuse/tumbleweed:latest @@ -37,8 +38,8 @@ LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project" LABEL org.opencontainers.image.source="%SOURCEURL%" -LABEL org.opencontainers.image.ref.name="17-%RELEASE%" -LABEL org.opensuse.reference="registry.opensuse.org/opensuse/postgres:17-%RELEASE%" +LABEL org.opencontainers.image.ref.name="%%pg_patch_version%%-%RELEASE%" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/postgres:%%pg_patch_version%%-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI" LABEL org.opensuse.release-stage="released"
