From e7313d7ccf7e3a4b57f142a653e06fc55f52306d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Feb 2018 09:08:48 +0100 Subject: Update to 7.2.3 - http://www.php.net/releases/7_2_3.php FPM: revert pid file removal improve devel dependencies --- php72.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index dcd3c17..cf4916d 100644 --- a/php72.spec +++ b/php72.spec @@ -112,12 +112,12 @@ %endif %global upver 7.2.3 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1725,8 +1725,6 @@ install -m 755 -d $RPM_BUILD_ROOT/run/php-fpm install -m 755 -d $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d install -m 644 php-fpm.tmpfiles $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d/php-fpm.conf # install systemd unit files and scripts for handling server startup -sed -e 's/^pid/;pid/' \ - -i $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.conf # 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 @@ -2137,6 +2135,11 @@ fi %changelog +* Wed Feb 28 2018 Remi Collet - 7.2.3-1 +- Update to 7.2.3 - http://www.php.net/releases/7_2_3.php +- FPM: revert pid file removal +- improve devel dependencies + * Wed Feb 14 2018 Remi Collet - 7.2.3~RC1-2 - rebuild for new tag and drop patch merged upstream - drop ldconfig scriptlets on F28 -- cgit