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-26 18:53:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-oldstable-image (Old) and /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-oldstable-image" Thu Sep 26 18:53:38 2024 rev:31 rq:1203703 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-oldstable-image/rust-oldstable-image.changes 2024-09-25 21:53:43.665371083 +0200 +++ /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.29891/rust-oldstable-image.changes 2024-09-26 18:54:42.528619112 +0200 @@ -1,0 +2,15 @@ +Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- rerender installation step in multiple lines, allow uninstalling optional packages + +------------------------------------------------------------------- +Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- improved log cleaning + +------------------------------------------------------------------- +Tue Sep 24 20:00:32 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- remove release tags for additional_versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.ITQS1t/_old 2024-09-26 18:54:43.172645796 +0200 +++ /var/tmp/diff_new_pack.ITQS1t/_new 2024-09-26 18:54:43.176645961 +0200 @@ -20,11 +20,13 @@ #!BuildTag: opensuse/bci/rust:1.80 #!BuildTag: opensuse/bci/rust:1.80-2.%RELEASE% #!BuildTag: opensuse/bci/rust:%%RUST_VERSION%% -#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%-2.%RELEASE% FROM opensuse/tumbleweed:latest -RUN set -euo pipefail; zypper -n in --no-recommends rust1.80 cargo1.80; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; \ + zypper -n install --no-recommends rust1.80 cargo1.80; \ + zypper -n clean; \ + rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.bci.rust