diff options
author | Remi Collet <remi@remirepo.net> | 2023-07-18 14:38:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-07-18 14:38:04 +0200 |
commit | 27f09994dd7ce400586162ef12aa2cfb281ea8d6 (patch) | |
tree | e30f7a4ecf72c3f5f557d267c6b7397f842505e8 /php82.spec | |
parent | 419484ff2683da5ad04d9979549bce0429557248 (diff) |
update to 8.2.9RC1
move httpd/nginx wants directive to config files in /etc
Diffstat (limited to 'php82.spec')
-rw-r--r-- | php82.spec | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -109,8 +109,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.8 -#global rcver RC1 +%global upver 8.2.9 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1794,8 +1794,8 @@ install -m 755 -d $RPM_BUILD_ROOT/run/php-fpm install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/php-fpm.service.d install -Dm 644 %{SOURCE6} $RPM_BUILD_ROOT%{_unitdir}/php-fpm.service %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -install -Dm 644 %{SOURCE12} $RPM_BUILD_ROOT%{_unitdir}/httpd.service.d/php-fpm.conf -install -Dm 644 %{SOURCE12} $RPM_BUILD_ROOT%{_unitdir}/nginx.service.d/php-fpm.conf +install -Dm 644 %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/httpd.service.d/php-fpm.conf +install -Dm 644 %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/nginx.service.d/php-fpm.conf %endif %if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 @@ -2115,8 +2115,8 @@ fi %endif %{_unitdir}/php-fpm.service %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -%{_unitdir}/httpd.service.d/php-fpm.conf -%{_unitdir}/nginx.service.d/php-fpm.conf +%config(noreplace) %{_sysconfdir}/systemd/system/httpd.service.d/php-fpm.conf +%config(noreplace) %{_sysconfdir}/systemd/system/nginx.service.d/php-fpm.conf %endif %dir %{_sysconfdir}/systemd/system/php-fpm.service.d %dir %ghost /run/php-fpm @@ -2195,6 +2195,10 @@ fi %changelog +* Tue Jul 18 2023 Remi Collet <remi@remirepo.net> - 8.2.9~RC1-1 +- update to 8.2.9RC1 +- move httpd/nginx wants directive to config files in /etc + * Wed Jul 5 2023 Remi Collet <remi@remirepo.net> - 8.2.8-1 - Update to 8.2.8 - http://www.php.net/releases/8_2_8.php |