1 |
%define version 3.0.0 |
%define version 3.0.0 |
2 |
%define release 34 |
%define release 35 |
3 |
%define name smeserver-php |
%define name smeserver-php |
4 |
|
|
5 |
|
|
320 |
#drop in systemd file |
#drop in systemd file |
321 |
%{__mkdir_p} root/usr/lib/systemd/system/php$phpver-php-fpm.service.d |
%{__mkdir_p} root/usr/lib/systemd/system/php$phpver-php-fpm.service.d |
322 |
echo "[Install]" > root/usr/lib/systemd/system/php$phpver-php-fpm.service.d/51koozali.conf |
echo "[Install]" > root/usr/lib/systemd/system/php$phpver-php-fpm.service.d/51koozali.conf |
323 |
echo "WantedBy=sme-server.target" > 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 |
324 |
|
|
325 |
done |
done |
326 |
|
|
378 |
%preun |
%preun |
379 |
|
|
380 |
%changelog |
%changelog |
381 |
|
* Wed Jun 02 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-35.sme |
382 |
|
- fix missing Install section for systemd drop in [SME: 11612] |
383 |
|
|
384 |
* Wed Apr 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-34.sme |
* Wed Apr 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-34.sme |
385 |
- fix open_basedir for pool missing /var/lib/php/$ibay/ [SME: 11573] |
- fix open_basedir for pool missing /var/lib/php/$ibay/ [SME: 11573] |
386 |
|
|