--- rpms/smeserver-php/sme10/smeserver-php.spec 2021/10/24 22:35:08 1.52 +++ rpms/smeserver-php/sme10/smeserver-php.spec 2021/12/20 14:49:42 1.53 @@ -1,5 +1,5 @@ %define version 3.0.0 -%define release 41 +%define release 42 %define name smeserver-php @@ -318,7 +318,7 @@ perl createlinks #drop in systemd file %{__mkdir_p} root/usr/lib/systemd/system/php-fpm.service.d echo "[Install]" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf -echo "WantedBy=sme-server.target" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf +echo "WantedBy=sme-server.target" >> root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf %{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ for phpver in "55" "56" "70" "71" "72" "73" "74" "80" "81"; do @@ -403,6 +403,9 @@ rm -rf $RPM_BUILD_ROOT %preun %changelog +* Mon Dec 20 2021 Jean-Philippe Pialasse 3.0.0-42.sme +- fix missing section in php-fpm dropin file [SME: 11814] + * Sun Oct 24 2021 Jean-Philippe Pialasse 3.0.0-41.sme - add php81 support [SME: 11717]