Rebuild to pick up new build flags from redhat-rpm-config (#1984652)

Related: #1984652
This commit is contained in:
Florian Weimer 2021-08-06 18:32:46 +02:00
parent 1908024cb2
commit eb18aeb0ba

View File

@ -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 <fweimer@redhat.com> - 8.0.6-7
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.6-6
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065