1 |
%define version 3.0.0 |
%define version 3.0.0 |
2 |
%define release 41 |
%define release 42 |
3 |
%define name smeserver-php |
%define name smeserver-php |
4 |
|
|
5 |
|
|
318 |
#drop in systemd file |
#drop in systemd file |
319 |
%{__mkdir_p} root/usr/lib/systemd/system/php-fpm.service.d |
%{__mkdir_p} root/usr/lib/systemd/system/php-fpm.service.d |
320 |
echo "[Install]" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
echo "[Install]" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
321 |
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 |
322 |
|
|
323 |
%{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ |
%{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ |
324 |
for phpver in "55" "56" "70" "71" "72" "73" "74" "80" "81"; do |
for phpver in "55" "56" "70" "71" "72" "73" "74" "80" "81"; do |
403 |
%preun |
%preun |
404 |
|
|
405 |
%changelog |
%changelog |
406 |
|
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-42.sme |
407 |
|
- fix missing section in php-fpm dropin file [SME: 11814] |
408 |
|
|
409 |
* Sun Oct 24 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-41.sme |
* Sun Oct 24 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-41.sme |
410 |
- add php81 support [SME: 11717] |
- add php81 support [SME: 11717] |
411 |
|
|