From b77e5a0e35a015777c202b3a15a9072321f0f43f Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 16 Feb 2011 19:05:39 -0500 Subject: [PATCH] turn on NSS as the backend for libk5crypto, adding nss-devel as a build dependency when that switch is flipped --- krb5.spec | 11 +++++++++-- 1 file 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 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 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