Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruby-3.4-image for openSUSE:Factory checked in at 2025-04-28 16:20:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-3.4-image (Old) and /work/SRC/openSUSE:Factory/.ruby-3.4-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-3.4-image" Mon Apr 28 16:20:26 2025 rev:5 rq:1273114 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-3.4-image/ruby-3.4-image.changes 2025-04-22 22:14:55.215478194 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-3.4-image.new.30101/ruby-3.4-image.changes 2025-04-28 16:20:36.687907050 +0200 @@ -1,0 +2,5 @@ +Mon Apr 28 10:47:42 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- zypper clean also the system repository from the container + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.I0b7K7/_old 2025-04-28 16:20:37.291932358 +0200 +++ /var/tmp/diff_new_pack.I0b7K7/_new 2025-04-28 16:20:37.295932526 +0200 @@ -23,8 +23,8 @@ FROM opensuse/tumbleweed:latest RUN set -euo pipefail; \ - zypper -n install --no-recommends ruby3.4 ruby3.4-rubygem-bundler ruby3.4-devel util-linux gcc-c++ sqlite3-devel make timezone curl findutils gawk git-core procps util-linux; \ - zypper -n clean; \ + zypper -n install --no-recommends ruby3.4 ruby3.4-rubygem-bundler ruby3.4-devel util-linux gcc-c++ sqlite3-devel make timezone curl findutils gawk git-core procps util-linux +RUN set -euo pipefail; zypper -n clean -a; \ 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