Skip to content

Commit 1353076

Browse files
Build dep adjustments; no Fedora code changes
1 parent 8e5768f commit 1353076

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

mod_auth_gssapi.spec

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
Name: mod_auth_gssapi
22
Version: 1.6.3
3-
Release: 2%{?dist}
3+
Release: 3%{?dist}
44
Summary: A GSSAPI Authentication module for Apache
55

66
License: MIT
77
URL: https://github.com/gssapi/mod_auth_gssapi
88
Source0: https://github.com/gssapi/%{name}/releases/download/v%{version}/%name-%{version}.tar.gz
99

10-
BuildRequires: httpd-devel, krb5-devel, openssl-devel, gssntlmssp-devel
10+
BuildRequires: httpd-devel, krb5-devel, openssl-devel
1111
BuildRequires: autoconf, automake, libtool, bison, flex, make
1212
BuildRequires: git
1313
Requires: httpd-mmn = %{_httpd_mmn}
1414
Requires: krb5-libs >= 1.11.5
1515

16+
# If you're reading this: NTLM is insecure. Migrate off it.
17+
%if 0%{?rhel}
18+
%else
19+
BuildRequires: gssntlmssp-devel
20+
%endif
21+
1622
%description
1723
The mod_auth_gssapi module is an authentication service that implements the
1824
SPNEGO based HTTP Authentication protocol defined in RFC4559.
@@ -43,6 +49,9 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
4349
%{_httpd_moddir}/mod_auth_gssapi.so
4450

4551
%changelog
52+
* Tue Mar 16 2021 Robbie Harwood <[email protected]> - 1.6.3-3
53+
- Build dep adjustments; no Fedora code changes
54+
4655
* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 1.6.3-2
4756
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4857

0 commit comments

Comments
 (0)