Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tomcat-9-image for openSUSE:Factory checked in at 2024-04-14 11:54:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tomcat-9-image (Old) and /work/SRC/openSUSE:Factory/.tomcat-9-image.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tomcat-9-image" Sun Apr 14 11:54:33 2024 rev:2 rq:1167118 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/tomcat-9-image/tomcat-9-image.changes 2024-03-08 18:09:22.134557700 +0100 +++ /work/SRC/openSUSE:Factory/.tomcat-9-image.new.26366/tomcat-9-image.changes 2024-04-14 12:24:24.893114549 +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.76ehBI/_old 2024-04-14 12:24:25.297129262 +0200 +++ /var/tmp/diff_new_pack.76ehBI/_new 2024-04-14 12:24:25.301129407 +0200 @@ -43,7 +43,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends tomcat; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends tomcat; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} ENV TOMCAT_MAJOR="9" ENV TOMCAT_VERSION="%%tomcat_version%%" ENV CATALINA_HOME="/usr/share/tomcat"
