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