[krb5] - restore build-time default DEFCCNAME on F21, EL

Nalin Dahyabhai nalin at fedoraproject.org
Fri Sep 6 21:33:18 UTC 2013


commit b0c672125e7a2fe6bf22d442ac8e979258b8bd4e
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Fri Sep 6 14:13:31 2013 -0400

    - restore build-time default DEFCCNAME on F21, EL
    
    - restore build-time default DEFCCNAME on Fedora 21 and later and EL (#991148)

 krb5.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/krb5.spec b/krb5.spec
index 5b5a70f..0196e09 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -387,7 +387,7 @@ sed -i -e s,7778,`expr "$PORT" + 1`,g $cfg
 . %{_libdir}/tclConfig.sh
 pushd src
 # Keep the old default if the package is built against older releases.
-%if 0%{?fedora} > 18 || 0%{?rhel} > 6
+%if 0%{?fedora} > 18 && 0%{?fedora} < 21
 DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME
 %endif
 # Work out the CFLAGS and CPPFLAGS which we intend to use.
@@ -918,6 +918,7 @@ exit 0
 %changelog
 * Fri Sep  6 2013 Nalin Dahyabhai <nalin at redhat.com> 1.11.3-10
 - incorporate Simo's backport of his persistent-keyring changes (#991148)
+- restore build-time default DEFCCNAME on Fedora 21 and later and EL (#991148)
 
 * Fri Aug 23 2013 Nalin Dahyabhai <nalin at redhat.com> 1.11.3-9
 - take another stab at accounting for UnversionedDocdirs for the -libs


More information about the scm-commits mailing list