summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2011-02-16 19:05:39 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2011-02-16 19:05:39 -0500
commitb77e5a0e35a015777c202b3a15a9072321f0f43f (patch)
treef06dc42deb662319414a6367a635727769196083
parent08f510b3798ad91a2562d60dc173b08c91cb4f65 (diff)
downloadkrb5-b77e5a0e35a015777c202b3a15a9072321f0f43f.tar.gz
krb5-b77e5a0e35a015777c202b3a15a9072321f0f43f.tar.xz
krb5-b77e5a0e35a015777c202b3a15a9072321f0f43f.zip
turn on NSS as the backend for libk5crypto, adding nss-devel as a build dependency when that switch is flippedkrb5-1.9-6.fc16
-rw-r--r--krb5.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/krb5.spec b/krb5.spec
index 5d63110..dab3998 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -1,12 +1,12 @@
%global WITH_LDAP 1
%global WITH_OPENSSL 1
-%global WITH_NSS 0
+%global WITH_NSS 1
%global WITH_DIRSRV 1
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.9
-Release: 5%{?dist}
+Release: 6%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -72,6 +72,9 @@ BuildRequires: openldap-devel
%if %{WITH_OPENSSL}
BuildRequires: openssl-devel >= 0.9.8
%endif
+%if %{WITH_NSS}
+BuildRequires: nss-devel >= 3.12.9
+%endif
%description
Kerberos V5 is a trusted-third-party network authentication system,
@@ -648,6 +651,10 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Wed Feb 16 2011 Nalin Dahyabhai <nalin@redhat.com> 1.9-6
+- turn on NSS as the backend for libk5crypto, adding nss-devel as a build
+ dependency when that switch is flipped
+
* Wed Feb 9 2011 Nalin Dahyabhai <nalin@redhat.com> 1.9-5
- krb5kdc init script: prototype some changes to do a quick spot-check
of the TGS and kadmind keys and warn if there aren't any non-weak keys