Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-09 22:19:31 +00:00
parent c1df04a938
commit e6eeb1ed7d

View File

@ -1,6 +1,6 @@
Name: mod_auth_gssapi
Version: 1.6.3
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A GSSAPI Authentication module for Apache
License: MIT
@ -49,6 +49,10 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
%{_httpd_moddir}/mod_auth_gssapi.so
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.3-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.3-5
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065