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 2024-09-26 18:53:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old) and /work/SRC/openSUSE:Factory/.rust-stable-image.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-stable-image" Thu Sep 26 18:53:38 2024 rev:31 rq:1203704 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes 2024-09-25 21:53:44.393401365 +0200 +++ /work/SRC/openSUSE:Factory/.rust-stable-image.new.29891/rust-stable-image.changes 2024-09-26 18:54:43.332652426 +0200 @@ -1,0 +2,15 @@ +Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller <[email protected]> + +- rerender installation step in multiple lines, allow uninstalling optional packages + +------------------------------------------------------------------- +Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller <[email protected]> + +- improved log cleaning + +------------------------------------------------------------------- +Tue Sep 24 20:00:32 UTC 2024 - Dirk Mueller <[email protected]> + +- remove release tags for additional_versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.PKYXH7/_old 2024-09-26 18:54:43.768670490 +0200 +++ /var/tmp/diff_new_pack.PKYXH7/_new 2024-09-26 18:54:43.772670656 +0200 @@ -20,12 +20,14 @@ #!BuildTag: opensuse/bci/rust:1.81 #!BuildTag: opensuse/bci/rust:1.81-1.%RELEASE% #!BuildTag: opensuse/bci/rust:%%RUST_VERSION%% -#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%-1.%RELEASE% #!BuildTag: opensuse/bci/rust:latest FROM opensuse/tumbleweed:latest -RUN set -euo pipefail; zypper -n in --no-recommends rust1.81 cargo1.81; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; \ + zypper -n install --no-recommends rust1.81 cargo1.81; \ + 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
