Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package golang-oldstable-image for openSUSE:Factory checked in at 2024-10-15 14:59:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old) and /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-oldstable-image" Tue Oct 15 14:59:54 2024 rev:34 rq:1207918 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes 2024-10-14 13:22:08.946343674 +0200 +++ /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.19354/golang-oldstable-image.changes 2024-10-15 15:00:38.738273442 +0200 @@ -1,0 +2,5 @@ +Mon Oct 14 11:26:26 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de> + +- 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.il8yBF/_old 2024-10-15 15:00:39.218293434 +0200 +++ /var/tmp/diff_new_pack.il8yBF/_new 2024-10-15 15:00:39.222293601 +0200 @@ -17,9 +17,10 @@ #!BuildTag: opensuse/bci/golang:oldstable-2.%RELEASE% #!BuildTag: opensuse/bci/golang:oldstable +#!BuildTag: opensuse/bci/golang:%%golang_version%%-2.%RELEASE% +#!BuildTag: opensuse/bci/golang:%%golang_version%% #!BuildTag: opensuse/bci/golang:1.22-2.%RELEASE% #!BuildTag: opensuse/bci/golang:1.22 -#!BuildTag: opensuse/bci/golang:%%golang_version%% FROM opensuse/tumbleweed:latest @@ -38,8 +39,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="1.22-2.%RELEASE%" -LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/golang:1.22-2.%RELEASE%" +LABEL org.opencontainers.image.ref.name="%%golang_version%%-2.%RELEASE%" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/golang:%%golang_version%%-2.%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI" LABEL org.opensuse.release-stage="released"