Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opensuse-tumbleweed-image for openSUSE:Factory checked in at 2022-03-08 20:31:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old) and /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-tumbleweed-image" Tue Mar 8 20:31:39 2022 rev:18 rq:960012 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes 2021-08-02 12:05:47.141646898 +0200 +++ /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.2349/opensuse-tumbleweed-image.changes 2022-03-11 11:48:37.962792892 +0100 @@ -1,0 +2,12 @@ +Mon Feb 7 15:08:12 UTC 2022 - Fabian Vogt <fv...@suse.com> + +- Clean /var/log and /var/cache/zypp more explicitly to keep + file ownership intact +- Remove redundant call to zypper clean + +------------------------------------------------------------------- +Fri Jan 14 12:28:34 UTC 2022 - Dan ??erm??k <dcer...@suse.com> + +- Cleanup /var/log, /var/cache/zypp and clear zypper's caches + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.qMBY8Q/_old 2022-03-11 11:48:38.494793517 +0100 +++ /var/tmp/diff_new_pack.qMBY8Q/_new 2022-03-11 11:48:38.498793522 +0100 @@ -36,6 +36,18 @@ # Remove zypp uuid (bsc#1098535) rm -f /var/lib/zypp/AnonymousUniqueId +# Remove various log files. While it's possible to just rm -rf /var/log/*, that +# would also remove some package owned directories (not %ghost) and some files +# are actually wanted, like lastlog in the !docker case. +# For those wondering about YaST2 here: Kiwi writes /etc/hosts, so the version +# from the netcfg package ends up as /etc/hosts.rpmnew, which zypper writes a +# letter about to /var/log/YaST2/config_diff_2022_03_06.log. Kiwi fixes this, +# but the log file remains. +rm -rf /var/log/{zypper.log,zypp/history,YaST2} + +# Remove the entire zypper cache content (not the dir itself, owned by libzypp) +rm -rf /var/cache/zypp/* + # Assign a fixed architecture in zypp.conf, to use the container's arch even if # the host arch differs (e.g. docker with --platform doesn't affect uname) arch=$(rpm -q --qf %{arch} glibc)