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-04-14 11:54:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old) and /work/SRC/openSUSE:Factory/.rust-stable-image.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-stable-image" Sun Apr 14 11:54:55 2024 rev:13 rq:1167480 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes 2024-04-12 17:37:27.817671210 +0200 +++ /work/SRC/openSUSE:Factory/.rust-stable-image.new.26366/rust-stable-image.changes 2024-04-14 12:24:44.489828167 +0200 @@ -1,0 +2,5 @@ +Fri Apr 12 12:03:53 UTC 2024 - Dirk Mueller <[email protected]> + +- Don't wipe everything in /var/log, only remove log files (this omits directories owned by packages) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.XYaFVg/_old 2024-04-14 12:24:45.461863564 +0200 +++ /var/tmp/diff_new_pack.XYaFVg/_new 2024-04-14 12:24:45.461863564 +0200 @@ -41,7 +41,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends rust1.77 cargo1.77; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends rust1.77 cargo1.77; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} ENV RUST_VERSION="%%RUST_VERSION%%" ENV CARGO_VERSION="%%CARGO_VERSION%%" ENV CC="/usr/local/bin/gcc"
