From e84327e2160bab1f61ffd9a0035fe6853baa5098 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 4 Oct 2010 19:01:38 -0400 Subject: [PATCH] - pull down patches from trunk to implement k5login_authoritative and k5login_directory settings for krb5.conf (#539423) --- krb5.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/krb5.spec b/krb5.spec index 08b170e..f21268e 100644 --- a/krb5.spec +++ b/krb5.spec @@ -5,7 +5,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.8.3 -Release: 5%{?dist} +Release: 7%{?dist} # Maybe we should explode from the now-available-to-everybody tarball instead? # http://web.mit.edu/kerberos/dist/krb5/1.8/krb5-1.8.3-signed.tar Source0: krb5-%{version}.tar.gz @@ -50,6 +50,7 @@ Patch71: krb5-1.8-dirsrv-accountlock.patch Patch72: krb5-trunk-explife.patch Patch73: krb5-trunk-key_usage.patch Patch74: krb5-trunk-signed.patch +Patch75: krb5-trunk-k5login.patch License: MIT URL: http://web.mit.edu/kerberos/www/ @@ -190,6 +191,7 @@ ln -s NOTICE LICENSE %patch72 -p0 -b .explife %patch73 -p0 -b .key_usage %patch74 -p0 -b .signed +%patch75 -p1 -b .k5login gzip doc/*.ps sed -i -e '1s!\[twoside\]!!;s!%\(\\usepackage{hyperref}\)!\1!' doc/api/library.tex @@ -641,6 +643,13 @@ exit 0 %{_sbindir}/uuserver %changelog +* Mon Oct 4 2010 Nalin Dahyabhai 1.8.3-7 +- rebuild + +* Mon Oct 4 2010 Nalin Dahyabhai 1.8.3-6 +- pull down patches from trunk to implement k5login_authoritative and + k5login_directory settings for krb5.conf (#539423) + * Wed Sep 29 2010 jkeating - 1.8.3-5 - Rebuilt for gcc bug 634757