--- rpms/smeserver-php/sme10/smeserver-php.spec 2020/11/19 02:53:49 1.19 +++ rpms/smeserver-php/sme10/smeserver-php.spec 2020/12/25 20:45:28 1.24 @@ -1,5 +1,5 @@ %define version 3.0.0 -%define release 17 +%define release 22 %define name smeserver-php @@ -24,6 +24,8 @@ Patch10: smeserver-php-3.0.0-bz11014.sme Patch11: smeserver-php-3.0.0-bz11087-webapps.patch Patch12: smeserver-php-3.0.0-bz11092.typo-upload.patch Patch13: smeserver-php-3.0.0-bz11173-bz11015-logging.patch +Patch14: smeserver-php-3.0.0-bz11267-ibay-php-version.patch +Patch15: smeserver-php-3.0.0-bz11287-fix-event-links.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: x86_64 @@ -222,6 +224,8 @@ Manage PHP FPM pools, and switch between %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 +%patch15 -p1 %build perl createlinks @@ -235,6 +239,11 @@ perl createlinks %{__mkdir_p} root/%{_presetdir} echo 'enable php-fpm.service' >root/%{_presetdir}/80-koozali-php.preset +#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 +echo "WantedBy=sme-server.target" > root/usr/lib/systemd/system/php-fpm.service.d + %{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ for phpver in "55" "56" "70" "71" "72" "73" "74"; do #needed folder @@ -257,6 +266,11 @@ echo 'enable php'$phpver'-php-fpm.servic echo 'TEMPLATE_PATH="/etc/logrotate.d/php-fpm" MORE_DATA={ PHP_VERSION => '$phpver'}' > root/etc/e-smith/templates.metadata/etc/logrotate.d/php$phpver-php-fpm +#drop in systemd file +%{__mkdir_p} root/usr/lib/systemd/system/php$phpver-php-fpm.service.d +echo "[Install]" > root/usr/lib/systemd/system/php$phpver-php-fpm.service.d/51koozali.conf +echo "WantedBy=sme-server.target" > root/usr/lib/systemd/system/php$phpver-php-fpm.service.d/51koozali.conf + done #to add a new php version @@ -313,6 +327,23 @@ rm -rf $RPM_BUILD_ROOT %preun %changelog +* Fri Dec 25 2020 Jean-Philipe Pialasse 3.0.0-22.sme +- add WantedBy=sme-server.target for all php-fpm service files [SME: 11294] + +* Mon Dec 21 2020 John Crisp 3.0.0.21.sme +- Fix createlinks typo missing event links [SME: 11287] +- Fix typo + +* Thu Dec 17 2020 John Crisp 3.0.0.20.sme +- Fix individual PHP version for ibay [SME: 11267] + +* Sun Dec 13 2020 Jean-Philipe Pialasse 3.0.0-19.sme +- fix wrong syntax = in place of eq [SME: 11173] + thanks to Terry Fage + +* Mon Dec 07 2020 Jean-Philipe Pialasse 3.0.0-18.sme +- fix logrotate error because parent directory has insecure permissions [SME: 11173] + * Wed Nov 18 2020 Jean-Philipe Pialasse 3.0.0-17.sme - fix warning: ~ action is deprecated with rsyslog [SME: 11015] - fix logrotate error because parent directory has insecure permissions [SME: 11173]