From 32f3d88ab4dbd666bff2f61aa0915e4ba7cb6a81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 31 Jan 2018 07:34:42 +0100 Subject: Update to 7.1.14 - http://www.php.net/releases/7_1_14.php --- php.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index b7e66eb..a6abb9d 100644 --- a/php.spec +++ b/php.spec @@ -121,7 +121,7 @@ %endif %global upver 7.1.14 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -280,11 +280,7 @@ Requires(pre): %{_root_sbindir}/useradd Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} %if %{with_systemd} BuildRequires: systemd-devel -BuildRequires: systemd-units -Requires: systemd-units -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +%{?systemd_requires} # This is actually needed for the %%triggerun script but Requires(triggerun) # is not valid. We can use %%post because this particular %%triggerun script # should fire just after this package is installed. @@ -1821,6 +1817,9 @@ fi %changelog +* Wed Jan 31 2018 Remi Collet - 7.1.14-1 +- Update to 7.1.14 - http://www.php.net/releases/7_1_14.php + * Wed Jan 17 2018 Remi Collet - 7.1.14~RC1-1 - Update to 7.1.14RC1 - define SOURCE_DATE_EPOCH for reproducible build -- cgit