diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php80.spec | 14 | 
2 files changed, 10 insertions, 6 deletions
| @@ -1,4 +1,4 @@ -===== 8.0.29 (2023-06-08) +===== 8.0.30 (2023-08-03)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -102,7 +102,7 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.0.29 +%global upver          8.0.30  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -1797,8 +1797,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 @@ -2118,8 +2118,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 @@ -2198,6 +2198,10 @@ fi  %changelog +* Thu Aug  3 2023 Remi Collet <remi@remirepo.net> - 8.0.30-1 +- Update to 8.0.30 - http://www.php.net/releases/8_0_30.php +- move httpd/nginx wants directive to config files in /etc +  * Thu Jun  8 2023 Remi Collet <remi@remirepo.net> - 8.0.29-1  - Update to 8.0.29 - http://www.php.net/releases/8_0_29.php | 
