disable build of mod_php
https://fedoraproject.org/wiki/Changes/drop_mod_php
This commit is contained in:
parent
7c16aba8dc
commit
ba2672613a
8
php.spec
8
php.spec
@ -34,7 +34,7 @@
|
|||||||
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
|
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%bcond_without modphp
|
%bcond_with modphp
|
||||||
%bcond_without zts
|
%bcond_without zts
|
||||||
%bcond_without firebird
|
%bcond_without firebird
|
||||||
%bcond_without imap
|
%bcond_without imap
|
||||||
@ -61,7 +61,7 @@
|
|||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: %{upver}%{?rcver:~%{rcver}}
|
Version: %{upver}%{?rcver:~%{rcver}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# All files licensed under PHP version 3.01, except
|
# All files licensed under PHP version 3.01, except
|
||||||
# Zend is licensed under Zend
|
# Zend is licensed under Zend
|
||||||
# TSRM is licensed under BSD
|
# TSRM is licensed under BSD
|
||||||
@ -1524,6 +1524,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 16 2020 Remi Collet <remi@remirepo.net> - 7.4.7-2
|
||||||
|
- disable build of mod_php
|
||||||
|
https://fedoraproject.org/wiki/Changes/drop_mod_php
|
||||||
|
|
||||||
* Tue Jun 9 2020 Remi Collet <remi@remirepo.net> - 7.4.7-1
|
* Tue Jun 9 2020 Remi Collet <remi@remirepo.net> - 7.4.7-1
|
||||||
- Update to 7.4.7 - http://www.php.net/releases/7_4_7.php
|
- Update to 7.4.7 - http://www.php.net/releases/7_4_7.php
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user