From 4bf918e37a8f95319c6055f7e8e2395acf029ab7 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 02:13:36 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- mod_auth_gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod_auth_gssapi.spec b/mod_auth_gssapi.spec index 4d0c4a8..11fa83a 100644 --- a/mod_auth_gssapi.spec +++ b/mod_auth_gssapi.spec @@ -1,6 +1,6 @@ Name: mod_auth_gssapi Version: 1.6.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A GSSAPI Authentication module for Apache License: MIT @@ -49,6 +49,9 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir} %{_httpd_moddir}/mod_auth_gssapi.so %changelog +* Fri Apr 16 2021 Mohan Boddu - 1.6.3-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Mar 16 2021 Robbie Harwood - 1.6.3-3 - Build dep adjustments; no Fedora code changes