Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust-stable-image for openSUSE:Factory checked in at 2023-07-19 19:11:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old) and /work/SRC/openSUSE:Factory/.rust-stable-image.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-stable-image" Wed Jul 19 19:11:52 2023 rev:2 rq:1099518 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes 2023-07-04 15:23:39.186664704 +0200 +++ /work/SRC/openSUSE:Factory/.rust-stable-image.new.5570/rust-stable-image.changes 2023-07-19 19:12:09.009098213 +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.mjBZM5/_old 2023-07-19 19:12:09.485100997 +0200 +++ /var/tmp/diff_new_pack.mjBZM5/_new 2023-07-19 19:12:09.489101020 +0200 @@ -25,7 +25,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends rust1.70 cargo1.70 distribution-release; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends rust1.70 cargo1.70; zypper -n clean; rm -rf /var/log/* ENV RUST_VERSION="%%RUST_VERSION%%" ENV CARGO_VERSION="%%CARGO_VERSION%%" ENV CC="/usr/local/bin/gcc"