From d3ed3e87a16ac9b668ee14abc3c6d27a84e5f9c9 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 22:20:31 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- mod_fcgid.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mod_fcgid.spec b/mod_fcgid.spec index 64f2cf3..c954cff 100644 --- a/mod_fcgid.spec +++ b/mod_fcgid.spec @@ -1,6 +1,6 @@ Name: mod_fcgid Version: 2.3.9 -Release: 27%{?dist} +Release: 28%{?dist} Summary: FastCGI interface module for Apache 2 License: ASL 2.0 URL: http://httpd.apache.org/mod_fcgid/ @@ -79,6 +79,10 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/mod_fcgid.conf %dir %attr(0775,root,apache) /run/mod_fcgid/ %changelog +* Mon Aug 09 2021 Mohan Boddu - 2.3.9-28 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Jul 1 2021 Joe Orton - 2.3.9-27 - fix env var truncation to 127 bytes (#1961948) - suppress symbol exports (#1961947)