From 874d504ee19af720df493f7a3b29b1dadfcac976b5e8d0bca2bf2ca045a958df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Fri, 12 Apr 2024 12:15:14 +0000 Subject: [PATCH] [info=8cf4c0c675b0583078efe58cb4d01c82] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/distribution-image?expand=0&rev=113 --- config.sh | 2 +- distribution-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 20c0e58..862b0cb 100644 --- a/config.sh +++ b/config.sh @@ -25,6 +25,6 @@ if command -v zypper > /dev/null; then zypper -n clean fi -rm -rf /var/log/zypp +rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} exit 0 diff --git a/distribution-image.changes b/distribution-image.changes index 62a8f3b..7a05835 100644 --- a/distribution-image.changes +++ b/distribution-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 12 12:03:53 UTC 2024 - Dirk Mueller + +- Don't wipe everything in /var/log, only remove log files (this omits directories owned by packages) + ------------------------------------------------------------------- Thu Apr 4 17:37:20 UTC 2024 - Dirk Mueller