Update to 7.2.0RC5
make php-fpm a weak dependency
This commit is contained in:
parent
806b37d41a
commit
ce4f1490ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ php-7.0.*.xz
|
||||
/php-7.1.10.tar.xz
|
||||
/php-7.2.0RC3.tar.xz
|
||||
/php-7.2.0RC4.tar.xz
|
||||
/php-7.2.0RC5.tar.xz
|
||||
|
10
php.spec
10
php.spec
@ -62,12 +62,12 @@
|
||||
%endif
|
||||
|
||||
%global upver 7.2.0
|
||||
%global rcver RC4
|
||||
%global rcver RC5
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: %{upver}%{?rcver:~%{rcver}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
# All files licensed under PHP version 3.01, except
|
||||
# Zend is licensed under Zend
|
||||
# TSRM is licensed under BSD
|
||||
@ -152,7 +152,7 @@ Provides: mod_php = %{version}-%{release}
|
||||
Requires: php-common%{?_isa} = %{version}-%{release}
|
||||
# For backwards-compatibility, require php-cli for the time being:
|
||||
Requires: php-cli%{?_isa} = %{version}-%{release}
|
||||
Requires: php-fpm%{?_isa} = %{version}-%{release}
|
||||
Recommends: php-fpm%{?_isa} = %{version}-%{release}
|
||||
# To ensure correct /var/lib/php/session ownership:
|
||||
Requires(pre): httpd-filesystem
|
||||
# php engine for Apache httpd webserver
|
||||
@ -1520,6 +1520,10 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 25 2017 Remi Collet <remi@fedoraproject.org> - 7.2.0~RC5-1
|
||||
- Update to 7.2.0RC5
|
||||
- make php-fpm a weak dependency
|
||||
|
||||
* Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 7.2.0~RC4-2
|
||||
- enable argon2 password hash
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (php-7.2.0RC4.tar.xz) = cd56b698a3090f5d0a113a9038adc9c8b562c4c5bddc89b4718bb358253a17c11054888dd0a4daa042cb07a836f6e5f9d5a29f0d73356946e2619b13a6b4c0ea
|
||||
SHA512 (php-7.2.0RC5.tar.xz) = c78bf3b05658ddd053cf8bd696f22bea4c0d1f94659e3821aed5fbd73cea9b953ca2c1b565e99e60034fbe4a98764cd596ee67cc0108d73f8adc0bb889899f3a
|
||||
|
Loading…
Reference in New Issue
Block a user