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 2025-11-25 15:54:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-apache8-image (Old) and /work/SRC/openSUSE:Factory/.php-apache8-image.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-apache8-image" Tue Nov 25 15:54:53 2025 rev:40 rq:1319978 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/php-apache8-image/php-apache8-image.changes 2025-10-21 11:18:32.040123299 +0200 +++ /work/SRC/openSUSE:Factory/.php-apache8-image.new.14147/php-apache8-image.changes 2025-11-25 15:56:26.239562424 +0100 @@ -1,0 +2,5 @@ +Fri Nov 21 23:05:09 UTC 2025 - SUSE Update Bot <[email protected]> + +- use long form commands + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.G3tU8X/_old 2025-11-25 15:56:27.071597490 +0100 +++ /var/tmp/diff_new_pack.G3tU8X/_new 2025-11-25 15:56:27.079597827 +0100 @@ -17,7 +17,7 @@ FROM registry.opensuse.org/opensuse/bci/php-apache:8 RUN set -eux; \ - zypper -n in $my_dependencies; \ + zypper -n install $my_dependencies; \ # additional setup steps # Copy the app into the Apache2 document root @@ -47,7 +47,7 @@ ```Dockerfile FROM registry.opensuse.org/opensuse/bci/php-apache:8 -RUN zypper -n in php8-gd php8-intl +RUN zypper -n install php8-gd php8-intl ``` Alternatively, you can use the `docker-php-ext-install` script. It is provided @@ -74,7 +74,7 @@ FROM registry.opensuse.org/opensuse/bci/php-apache:8 RUN set -euo pipefail; \ - zypper -n in $PHPIZE_DEPS php8-pecl; \ + zypper -n install $PHPIZE_DEPS php8-pecl; \ pecl install APCu-5.1.21; ``` ++++++ docker-php-ext-install ++++++ --- /var/tmp/diff_new_pack.G3tU8X/_old 2025-11-25 15:56:27.159601199 +0100 +++ /var/tmp/diff_new_pack.G3tU8X/_new 2025-11-25 15:56:27.175601873 +0100 @@ -7,5 +7,5 @@ [[ "$ext" =~ ^- ]] || extensions+=("php8-$ext") done -zypper -n in ${extensions[*]} +zypper -n install ${extensions[*]}
