From 790948138fa7eac5f62bfef6303d00e1b6dd939a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 18 Feb 2024 19:23:16 +0100 Subject: [PATCH] fix for missing space in php-fpm.service.in [release 7.4.33-5mamba;Sun Feb 18 2024] --- php7.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php7.spec b/php7.spec index b0ef54e..c7a57f6 100644 --- a/php7.spec +++ b/php7.spec @@ -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 7.4.33-5mamba +- fix for missing space in php-fpm.service.in + * Tue Feb 06 2024 Silvan Calarco 7.4.33-4mamba - fix php7-fpm service file so that it runs php-fpm7 - install headers in %{_includedir}/php7