summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-30 12:59:06 +0100
committerRemi Collet <remi@remirepo.net>2018-01-30 12:59:06 +0100
commit7c4f7c0dccd1cb41035dc6ec5695583b53d9d054 (patch)
treecd45906352e422a8f624815bb147aad53c7c21fe /php.spec
parenta75ddf6c42c27a2afd6b8f631ac56ac51296adf6 (diff)
v7.2.2
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec11
1 files changed, 5 insertions, 6 deletions
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 <remi@remirepo.net> - 7.2.2-1
+- Update to 7.2.2 - http://www.php.net/releases/7_2_2.php
+
* Tue Jan 16 2018 Remi Collet <remi@remirepo.net> - 7.2.2~RC1-1
- update to 7.2.2RC1
- define SOURCE_DATE_EPOCH for reproducible build