diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 11 |
2 files changed, 6 insertions, 7 deletions
@@ -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 @@ -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 |