From b5c37f85fabf9947e3311a3739050ca36455ba57 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 22:19:39 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- mod_auth_mellon.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mod_auth_mellon.spec b/mod_auth_mellon.spec index b379c88..17f75dc 100644 --- a/mod_auth_mellon.spec +++ b/mod_auth_mellon.spec @@ -1,7 +1,7 @@ Summary: A SAML 2.0 authentication module for the Apache Httpd Server Name: mod_auth_mellon Version: 0.17.0 -Release: 4%{?dist} +Release: 5%{?dist} Source0: https://github.com/latchset/mod_auth_mellon/releases/download/v0.17.0/mod_auth_mellon-0.17.0.tar.gz Source1: auth_mellon.conf Source2: 10-auth_mellon.conf @@ -102,6 +102,10 @@ in the doc directory for instructions on using the diagnostics build. %dir /run/%{name}/ %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.17.0-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 16 2021 Mohan Boddu - 0.17.0-4 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065