From 8420316f7784c3ee6199ad16f40d43706091a8e1 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:54:40 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- php.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index c06c07f..68718c0 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: 7%{?dist} +Release: 8%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1525,6 +1525,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Mon Aug 09 2021 Mohan Boddu - 8.0.6-8 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Aug 6 2021 Florian Weimer - 8.0.6-7 - Rebuild to pick up new build flags from redhat-rpm-config (#1984652)