Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kea-image for openSUSE:Factory checked in at 2025-04-28 16:20:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kea-image (Old) and /work/SRC/openSUSE:Factory/.kea-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kea-image" Mon Apr 28 16:20:17 2025 rev:6 rq:1273109 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kea-image/kea-image.changes 2025-01-02 19:20:58.363341773 +0100 +++ /work/SRC/openSUSE:Factory/.kea-image.new.30101/kea-image.changes 2025-04-28 16:20:24.959415624 +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.qB5iGx/_old 2025-04-28 16:20:25.519439090 +0200 +++ /var/tmp/diff_new_pack.qB5iGx/_new 2025-04-28 16:20:25.523439258 +0200 @@ -22,8 +22,8 @@ FROM opensuse/tumbleweed:latest RUN set -euo pipefail; \ - zypper -n install --no-recommends kea util-linux; \ - zypper -n clean; \ + zypper -n install --no-recommends kea 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