Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust-oldstable-image for openSUSE:Factory checked in at 2024-09-08 11:59:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-oldstable-image (Old) and /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-oldstable-image" Sun Sep 8 11:59:55 2024 rev:28 rq:1199269 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-oldstable-image/rust-oldstable-image.changes 2024-08-15 09:58:35.347628600 +0200 +++ /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.10096/rust-oldstable-image.changes 2024-09-08 12:01:31.346297198 +0200 @@ -1,0 +2,5 @@ +Fri Sep 6 11:30:01 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- use full version in version label + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.5cAMIC/_old 2024-09-08 12:01:31.770314753 +0200 +++ /var/tmp/diff_new_pack.5cAMIC/_new 2024-09-08 12:01:31.774314918 +0200 @@ -18,6 +18,8 @@ #!BuildTag: opensuse/bci/rust:oldstable-2.%RELEASE% #!BuildTag: opensuse/bci/rust:1.79 #!BuildTag: opensuse/bci/rust:1.79-2.%RELEASE% +#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%% +#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%-2.%RELEASE% FROM opensuse/tumbleweed:latest @@ -28,7 +30,7 @@ LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.79" LABEL org.opencontainers.image.description="Rust 1.79 container based on the openSUSE Tumbleweed Base Container Image." -LABEL org.opencontainers.image.version="1.79" +LABEL org.opencontainers.image.version="%%RUST_VERSION%%" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project"