[krb5] pull the newer F21 defaults back to F20 (sgallagh)

Nalin Dahyabhai nalin at fedoraproject.org
Fri Sep 13 13:14:21 UTC 2013


commit 21b73fcc00b4639091332b9f876133c7e1053cbe
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Fri Sep 13 09:13:37 2013 -0400

    pull the newer F21 defaults back to F20 (sgallagh)

 krb5.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/krb5.spec b/krb5.spec
index bdb7a14..6a373ed 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -29,11 +29,11 @@
 # Guess where the -libs subpackage's docs are going to go.
 %define libsdocdir %{?_pkgdocdir:%(echo %{_pkgdocdir} | sed -e s,krb5,krb5-libs,g)}%{!?_pkgdocdir:%{_docdir}/%{name}-libs-%{version}}
 # Figure out where the default ccache lives and how we set it.
-%if 0%{?fedora} > 18 && 0%{?fedora} < 21
+%if 0%{?fedora} > 18 && 0%{?fedora} < 20
 %global compile_default_ccache_name 1
 %global compiled_default_ccache_name DIR:/run/user/%%{uid}/krb5cc
 %endif
-%if 0%{?fedora} >= 21 || 0%{?rhel} > 6
+%if 0%{?fedora} >= 20 || 0%{?rhel} > 6
 %global configure_default_ccache_name 1
 %global configured_default_ccache_name KEYRING:persistent:%%{uid}
 %endif
@@ -41,7 +41,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.11.3
-Release: 11%{?dist}
+Release: 12%{?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
@@ -332,7 +332,7 @@ ln -s NOTICE LICENSE
 %patch126 -p1 -b .skew2
 %patch127 -p1 -b .test_gss_no_udp
 %patch128 -p1 -b .test_no_pmap
-%if 0%{?fedora} > 18 && 0%{?fedora} < 21
+%if 0%{?fedora} > 18 && 0%{?fedora} < 20
 # Applied when the hard-wired default location is DIR:/run/user/%%{uid}/krb5cc.
 %patch129 -p1 -b .run_user_0
 %endif
@@ -971,6 +971,9 @@ exit 0
 %{_sbindir}/uuserver
 
 %changelog
+* Fri Sep 13 2013 Nalin Dahyabhai <nalin at redhat.com> - 1.11.3-12
+- pull the newer F21 defaults back to F20 (sgallagh)
+
 * Mon Sep  9 2013 Nalin Dahyabhai <nalin at redhat.com>
 - only apply the patch to autocreate /run/user/0 when we're hard-wiring the
   default ccache location to be under it; otherwise it's unnecessary


More information about the scm-commits mailing list