diff --git a/php.spec b/php.spec index 2fc6226..c06c07f 100644 --- a/php.spec +++ b/php.spec @@ -62,7 +62,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1525,6 +1525,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Fri Aug 6 2021 Florian Weimer - 8.0.6-7 +- Rebuild to pick up new build flags from redhat-rpm-config (#1984652) + * Wed Jun 16 2021 Mohan Boddu - 8.0.6-6 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065