Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-fpm8-image for openSUSE:Factory checked in at 2024-04-14 11:54:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-fpm8-image (Old) and /work/SRC/openSUSE:Factory/.php-fpm8-image.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-fpm8-image" Sun Apr 14 11:54:21 2024 rev:5 rq:1167103 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/php-fpm8-image/php-fpm8-image.changes 2024-01-18 21:53:34.561137821 +0100 +++ /work/SRC/openSUSE:Factory/.php-fpm8-image.new.26366/php-fpm8-image.changes 2024-04-14 12:24:10.200579514 +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.GlPmwA/_old 2024-04-14 12:24:10.924605880 +0200 +++ /var/tmp/diff_new_pack.GlPmwA/_new 2024-04-14 12:24:10.928606026 +0200 @@ -38,7 +38,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring php8-fpm; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring php8-fpm; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} ENV PHP_VERSION="%%php_version%%" ENV PHP_INI_DIR="/etc/php8/" ENV PHPIZE_DEPS="php8-devel awk make"
