From c1e8e29248c034421920c64d8db34ca0bfa84697 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Oct 2019 11:39:16 +0200 Subject: Update to 7.2.24 - http://www.php.net/releases/7_2_24.php --- php72.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index 7197655..5fa8060 100644 --- a/php72.spec +++ b/php72.spec @@ -117,7 +117,7 @@ %endif %global upver 7.2.24 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -341,7 +341,8 @@ Provides: php(httpd) %endif %if %{with_nginx} # for /etc/nginx ownership -Requires: nginx-filesystem +# Temporarily not mandatory to allow nginx for nginx repo +Recommends: nginx-filesystem %endif %if 0%{?rhel} Obsoletes: php53-fpm, php53u-fpm, php54-fpm, php54w-fpm, php55u-fpm, php55w-fpm, php56u-fpm, php56w-fpm @@ -2209,6 +2210,10 @@ fi %changelog +* Tue Oct 22 2019 Remi Collet - 7.2.24-1 +- Update to 7.2.24 - http://www.php.net/releases/7_2_24.php +- change dependency on nginx-filesystem to weak + * Tue Oct 8 2019 Remi Collet - 7.2.24~RC1-1 - update to 7.2.24RC1 -- cgit