summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-19 09:14:40 +0200
committerRemi Collet <remi@php.net>2023-07-19 09:14:40 +0200
commit9dac10d56154276fa7f3b75642f9837a64c775bf (patch)
tree31f69750a95efe7502ca7a1e80c922a7526ce17b /php81.spec
parentbca1cf309084f7f8ebfb3a8b57f1b1828a547a26 (diff)
update to 8.1.22RC1
move httpd/nginx wants directive to config files in /etc
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/php81.spec b/php81.spec
index a50501d..23ad098 100644
--- a/php81.spec
+++ b/php81.spec
@@ -109,8 +109,8 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.1.21
-#global rcver RC1
+%global upver 8.1.22
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1793,8 +1793,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
@@ -2114,8 +2114,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
@@ -2194,6 +2194,10 @@ fi
%changelog
+* Wed Jul 19 2023 Remi Collet <remi@remirepo.net> - 8.1.22~RC1-1
+- update to 8.1.22RC1
+- move httpd/nginx wants directive to config files in /etc
+
* Wed Jul 5 2023 Remi Collet <remi@remirepo.net> - 8.1.21-1
- Update to 8.1.21 - http://www.php.net/releases/8_1_21.php