summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-09-26 14:38:01 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-09-26 14:38:01 -0400
commit43d2548f26a5d9dbfe8d05c26b0c68a8392a5062 (patch)
tree8930cbf0ca55868f12e11bd4f64462072444dca7
parente43f75f274e18da057705a7b8ccdad25669dec66 (diff)
downloadkrb5-43d2548f26a5d9dbfe8d05c26b0c68a8392a5062.tar.gz
krb5-43d2548f26a5d9dbfe8d05c26b0c68a8392a5062.tar.xz
krb5-43d2548f26a5d9dbfe8d05c26b0c68a8392a5062.zip
configure --without-krb5-configkrb5-1.11.3-19.fc21krb5-1.11.3-19.fc20
- 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
-rw-r--r--krb5.spec8
1 files changed, 7 insertions, 1 deletions
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 <nalin@redhat.com> - 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 <nalin@redhat.com> - 1.11.3-18
- fix broken dependency on awk (should be gawk, rdieter)