fix for missing space in php-fpm.service.in [release 7.4.33-5mamba;Sun Feb 18 2024]

This commit is contained in:
Silvan Calarco 2024-02-18 19:23:16 +01:00
parent ba40f64b66
commit 790948138f

View File

@ -7,7 +7,7 @@
Name: php7
Version: 7.4.33
Release: 4mamba
Release: 5mamba
Summary: The PHP HTML-embedded scripting language
Group: Applications/Development
Vendor: openmamba
@ -284,7 +284,7 @@ sed -E "s|(include_dir[\t ]*=.*php)|\17|g" \
-i scripts/php-config.in
# systemd service: run php-fpm7 instead of php-fpm
sed -i "s|/php-fpm |/php-fpm7|" sapi/fpm/php-fpm.service.in
sed -i "s|/php-fpm |/php-fpm7 |" sapi/fpm/php-fpm.service.in
sed -i "s|/run/php-fpm/|/run/php7-fpm/|" sapi/fpm/php-fpm.service.in
# prevent %%doc confusion over LICENSE files
@ -583,6 +583,9 @@ fi
%config(noreplace) %{_sysconfdir}/httpd/httpd.d/php7.conf
%changelog
* Sun Feb 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.33-5mamba
- fix for missing space in php-fpm.service.in
* Tue Feb 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.33-4mamba
- fix php7-fpm service file so that it runs php-fpm7
- install headers in %{_includedir}/php7