diff --git a/mod_auth_gssapi.spec b/mod_auth_gssapi.spec index 6a7aacd..4d0c4a8 100644 --- a/mod_auth_gssapi.spec +++ b/mod_auth_gssapi.spec @@ -1,18 +1,24 @@ Name: mod_auth_gssapi Version: 1.6.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A GSSAPI Authentication module for Apache License: MIT URL: https://github.com/gssapi/mod_auth_gssapi Source0: https://github.com/gssapi/%{name}/releases/download/v%{version}/%name-%{version}.tar.gz -BuildRequires: httpd-devel, krb5-devel, openssl-devel, gssntlmssp-devel +BuildRequires: httpd-devel, krb5-devel, openssl-devel BuildRequires: autoconf, automake, libtool, bison, flex, make BuildRequires: git Requires: httpd-mmn = %{_httpd_mmn} Requires: krb5-libs >= 1.11.5 +# If you're reading this: NTLM is insecure. Migrate off it. +%if 0%{?rhel} +%else +BuildRequires: gssntlmssp-devel +%endif + %description The mod_auth_gssapi module is an authentication service that implements the SPNEGO based HTTP Authentication protocol defined in RFC4559. @@ -43,6 +49,9 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir} %{_httpd_moddir}/mod_auth_gssapi.so %changelog +* Tue Mar 16 2021 Robbie Harwood - 1.6.3-3 +- Build dep adjustments; no Fedora code changes + * Tue Jan 26 2021 Fedora Release Engineering - 1.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild