summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-31 07:34:42 +0100
committerRemi Collet <remi@remirepo.net>2018-01-31 07:34:42 +0100
commit32f3d88ab4dbd666bff2f61aa0915e4ba7cb6a81 (patch)
tree40f8b0ec24a382d51987ee91d87669fe44327209
parent65ed52a5ed4a2d2d7550f8c6850983a1ac0f70a2 (diff)
Update to 7.1.14 - http://www.php.net/releases/7_1_14.php
-rw-r--r--failed.txt2
-rw-r--r--php.spec11
2 files changed, 6 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index 59b8416..5bf5256 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.1.14RC1 (2018-01-17)
+===== 7.1.14 (2018-02-01)
$ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
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 <remi@remirepo.net> - 7.1.14-1
+- Update to 7.1.14 - http://www.php.net/releases/7_1_14.php
+
* Wed Jan 17 2018 Remi Collet <remi@remirepo.net> - 7.1.14~RC1-1
- Update to 7.1.14RC1
- define SOURCE_DATE_EPOCH for reproducible build