summaryrefslogtreecommitdiffstats
path: root/php73.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-22 12:59:25 +0200
committerRemi Collet <remi@remirepo.net>2019-10-22 12:59:25 +0200
commitc9d76435c985ede9d1924a62ed0782012bd6b92c (patch)
treecfd86dd796a0faea3d0f0e1b16f75b43c22cb2e6 /php73.spec
parenta5e5a0c62d2779460c6ae951eec34a2c22ee14a7 (diff)
- Update to 7.3.11 - http://www.php.net/releases/7_3_11.php
- change dependency on nginx-filesystem to weak
Diffstat (limited to 'php73.spec')
-rw-r--r--php73.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/php73.spec b/php73.spec
index 93f566d..c29b987 100644
--- a/php73.spec
+++ b/php73.spec
@@ -117,7 +117,7 @@
%endif
%global upver 7.3.11
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -349,7 +349,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
@@ -2244,6 +2245,10 @@ fi
%changelog
+* Tue Oct 22 2019 Remi Collet <remi@remirepo.net> - 7.3.11-1
+- Update to 7.3.11 - http://www.php.net/releases/7_3_11.php
+- change dependency on nginx-filesystem to weak
+
* Tue Oct 8 2019 Remi Collet <remi@remirepo.net> - 7.3.11~RC1-1
- update to 7.3.11RC1