Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-apache8-image for openSUSE:Factory checked in at 2024-09-26 18:53:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-apache8-image (Old) and /work/SRC/openSUSE:Factory/.php-apache8-image.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-apache8-image" Thu Sep 26 18:53:31 2024 rev:24 rq:1203690 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/php-apache8-image/php-apache8-image.changes 2024-09-25 21:54:01.986133108 +0200 +++ /work/SRC/openSUSE:Factory/.php-apache8-image.new.29891/php-apache8-image.changes 2024-09-26 18:54:29.808092040 +0200 @@ -1,0 +2,10 @@ +Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- rerender installation step in multiple lines, allow uninstalling optional packages + +------------------------------------------------------------------- +Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- improved log cleaning + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.mp7DtE/_old 2024-09-26 18:54:30.296112263 +0200 +++ /var/tmp/diff_new_pack.mp7DtE/_new 2024-09-26 18:54:30.300112430 +0200 @@ -22,7 +22,10 @@ FROM opensuse/tumbleweed:latest -RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring apache2-mod_php8; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; \ + zypper -n install php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring apache2-mod_php8; \ + zypper -n clean; \ + rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.bci.php-apache