Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-15-image for openSUSE:Factory checked in at 2024-04-14 11:54:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-15-image (Old) and /work/SRC/openSUSE:Factory/.postgres-15-image.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-15-image" Sun Apr 14 11:54:26 2024 rev:8 rq:1167108 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-15-image/postgres-15-image.changes 2024-01-18 21:53:44.529499830 +0100 +++ /work/SRC/openSUSE:Factory/.postgres-15-image.new.26366/postgres-15-image.changes 2024-04-14 12:24:15.852785341 +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.LvqxPK/_old 2024-04-14 12:24:17.876859049 +0200 +++ /var/tmp/diff_new_pack.LvqxPK/_new 2024-04-14 12:24:17.912860360 +0200 @@ -40,7 +40,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends postgresql15-server; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends postgresql15-server; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} ENV LANG="en_US.utf8" ENV PG_MAJOR="15" ENV PG_VERSION="%%pg_version%%"
