From 7408893aed0857080f64a06fb84c2a8c5c8be757 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jan 2018 15:55:44 +0100 Subject: v7.2.2 --- php72.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index eb218ec..fc3a70b 100644 --- a/php72.spec +++ b/php72.spec @@ -112,12 +112,12 @@ %endif %global upver 7.2.2 -%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 @@ -298,11 +298,7 @@ Requires: php-common%{?_isa} = %{version}-%{release} Requires(pre): /usr/sbin/useradd %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. @@ -2126,6 +2122,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-2 - dba: revert drop gdbm support -- cgit