summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-28 14:58:23 +0100
committerRemi Collet <remi@remirepo.net>2018-02-28 14:58:23 +0100
commitd3413a5834760e12fa271f111b4cf36ccda38945 (patch)
tree7326ba7b0332cc13941525d3ada3f3c79f3b8146 /php71.spec
parent4f51b3559ab78393cf70aff98f42955a1d8313e3 (diff)
Update to 7.1.15 - http://www.php.net/releases/7_1_15.php
FPM: revert pid file removal
Diffstat (limited to 'php71.spec')
-rw-r--r--php71.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php71.spec b/php71.spec
index c67ec36..4c2f56b 100644
--- a/php71.spec
+++ b/php71.spec
@@ -108,7 +108,7 @@
%endif
%global upver 7.1.15
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1646,8 +1646,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
@@ -2054,6 +2052,10 @@ fi
%changelog
+* Wed Feb 28 2018 Remi Collet <remi@remirepo.net> - 7.1.15-1
+- Update to 7.1.15 - http://www.php.net/releases/7_1_15.php
+- FPM: revert pid file removal
+
* Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 7.1.15~RC1-1
- Update to 7.1.15RC1
- adapt ldap patch