From 7c4f7c0dccd1cb41035dc6ec5695583b53d9d054 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jan 2018 12:59:06 +0100 Subject: v7.2.2 --- php.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 8cd481c..795f427 100644 --- a/php.spec +++ b/php.spec @@ -125,7 +125,7 @@ %endif %global upver 7.2.2 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -289,11 +289,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. @@ -1842,6 +1838,9 @@ fi %changelog +* Tue Jan 30 2018 Remi Collet - 7.2.2-1 +- Update to 7.2.2 - http://www.php.net/releases/7_2_2.php + * Tue Jan 16 2018 Remi Collet - 7.2.2~RC1-1 - update to 7.2.2RC1 - define SOURCE_DATE_EPOCH for reproducible build -- cgit