Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-3.11-image for openSUSE:Factory checked in at 2024-04-14 11:54:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-3.11-image (Old) and /work/SRC/openSUSE:Factory/.python-3.11-image.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-3.11-image" Sun Apr 14 11:54:29 2024 rev:5 rq:1167112 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-3.11-image/python-3.11-image.changes 2024-01-18 21:53:49.313673572 +0100 +++ /work/SRC/openSUSE:Factory/.python-3.11-image.new.26366/python-3.11-image.changes 2024-04-14 12:24:21.240981554 +0200 @@ -1,0 +2,5 @@ +Fri Apr 12 12:03:53 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- 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.Yd9wNp/_old 2024-04-14 12:24:21.672997286 +0200 +++ /var/tmp/diff_new_pack.Yd9wNp/_new 2024-04-14 12:24:21.676997432 +0200 @@ -41,7 +41,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core python311-wheel python311-pipx; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core python311-wheel python311-pipx; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} ENV PYTHON_VERSION="%%py311_ver%%" ENV PATH="$PATH:/root/.local/bin" ENV PIP_VERSION="%%pip_ver%%"