Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package init-image for openSUSE:Factory 
checked in at 2024-04-14 11:54:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/init-image (Old)
 and      /work/SRC/openSUSE:Factory/.init-image.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "init-image"

Sun Apr 14 11:54:09 2024 rev:8 rq:1167088 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/init-image/init-image.changes    2024-03-25 
21:10:26.438123123 +0100
+++ /work/SRC/openSUSE:Factory/.init-image.new.26366/init-image.changes 
2024-04-14 12:23:59.460184950 +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.Kj89uR/_old  2024-04-14 12:23:59.884200625 +0200
+++ /var/tmp/diff_new_pack.Kj89uR/_new  2024-04-14 12:23:59.888200772 +0200
@@ -41,7 +41,7 @@
 # endlabelprefix
 LABEL usage="This container should only be used to build containers for 
daemons. Add your packages and enable services using systemctl."
 
-RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n 
clean; rm -rf /var/log/*
+RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n 
clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
 CMD ["/usr/lib/systemd/systemd"]
 
 RUN mkdir -p /etc/systemd/system.conf.d/ && \

Reply via email to