From 43d2548f26a5d9dbfe8d05c26b0c68a8392a5062 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 26 Sep 2013 14:38:01 -0400 Subject: [PATCH] configure --without-krb5-config - configure --without-krb5-config so that we don't pull in the old default ccache name when we want to stop setting a default ccache name at configure- time --- krb5.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/krb5.spec b/krb5.spec index 020251c..2d79b6c 100644 --- a/krb5.spec +++ b/krb5.spec @@ -41,7 +41,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.11.3 -Release: 18%{?dist} +Release: 19%{?dist} # Maybe we should explode from the now-available-to-everybody tarball instead? # http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar Source0: krb5-%{version}.tar.gz @@ -421,6 +421,7 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`" --enable-shared \ --localstatedir=%{_var}/kerberos \ --disable-rpath \ + --without-krb5-config \ --with-system-et \ --with-system-ss \ --with-netlib=-lresolv \ @@ -989,6 +990,11 @@ exit 0 %{_sbindir}/uuserver %changelog +* Thu Sep 26 2013 Nalin Dahyabhai - 1.11.3-19 +- configure --without-krb5-config so that we don't pull in the old default + ccache name when we want to stop setting a default ccache name at configure- + time + * Wed Sep 25 2013 Nalin Dahyabhai - 1.11.3-18 - fix broken dependency on awk (should be gawk, rdieter)