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 2023-07-19 19:11:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-oldstable-image (Old) and /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-oldstable-image" Wed Jul 19 19:11:50 2023 rev:2 rq:1099517 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-oldstable-image/rust-oldstable-image.changes 2023-07-04 15:23:40.642673454 +0200 +++ /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.5570/rust-oldstable-image.changes 2023-07-19 19:12:08.405094680 +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.HlRjzG/_old 2023-07-19 19:12:08.893097534 +0200 +++ /var/tmp/diff_new_pack.HlRjzG/_new 2023-07-19 19:12:08.897097558 +0200 @@ -24,7 +24,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends rust1.69 cargo1.69 distribution-release; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends rust1.69 cargo1.69; zypper -n clean; rm -rf /var/log/* ENV RUST_VERSION="%%RUST_VERSION%%" ENV CARGO_VERSION="%%CARGO_VERSION%%" ENV CC="/usr/local/bin/gcc"