diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-17 08:41:12 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-17 08:41:12 +0100 |
| commit | d38ef62b1adc579ab0dd228bae18a4b50a5e5f52 (patch) | |
| tree | 6489f640a71f54adcd6f68e57ef5954a95fa6cc9 /php85.spec | |
| parent | 15713497314c11adb8efb542d20163a23b261923 (diff) | |
move httpd/nginx drop-ins back to /usr/lib/systemd/system #2415127
Diffstat (limited to 'php85.spec')
| -rw-r--r-- | php85.spec | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -94,7 +94,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1567,8 +1567,8 @@ install -m 755 -d $RPM_BUILD_ROOT/run/php-fpm # this folder requires systemd >= 204 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 -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 +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 # Nginx configuration install -D -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/conf.d/php-fpm.conf @@ -1802,8 +1802,8 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/nginx/conf.d/php-fpm.conf %config(noreplace) %{_sysconfdir}/nginx/default.d/php.conf %{_unitdir}/php-fpm.service -%config(noreplace) %{_sysconfdir}/systemd/system/httpd.service.d/php-fpm.conf -%config(noreplace) %{_sysconfdir}/systemd/system/nginx.service.d/php-fpm.conf +%{_unitdir}/httpd.service.d/php-fpm.conf +%{_unitdir}/nginx.service.d/php-fpm.conf %dir %{_sysconfdir}/systemd/system/php-fpm.service.d %dir %ghost /run/php-fpm %{_sbindir}/php-fpm @@ -1869,6 +1869,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Mon Nov 17 2025 Remi Collet <remi@remirepo.net> - 8.5.0~RC5-2 +- move httpd/nginx drop-ins back to /usr/lib/systemd/system #2415127 + * Wed Nov 12 2025 Remi Collet <remi@remirepo.net> - 8.5.0~RC5-1 - update to 8.5.0RC5 |
