make the default ccname change affect f19, too

- pull the changing of the compiled-in default ccache location to
  DIR:/run/user/%%{uid}/krb5cc back into F19, in line with SSSD and
  the most recent pam_krb5 build
This commit is contained in:
Nalin Dahyabhai 2013-04-23 17:39:34 -04:00
parent d54b8d87c6
commit fcc98d5403

View File

@ -30,7 +30,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.11.2
Release: 2%{?dist}
Release: 3%{?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.2-signed.tar
Source0: krb5-%{version}.tar.gz
@ -331,8 +331,8 @@ popd
# Go ahead and supply tcl info, because configure doesn't know how to find it.
. %{_libdir}/tclConfig.sh
pushd src
# Depending on scheduling, this might get pulled in for Fedora 19.
%if 0%{?fedora} > 19 || 0%{?rhel} > 6
# Keep the old default if the package is built against older releases.
%if 0%{?fedora} > 18 || 0%{?rhel} > 6
DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME
%endif
# Work out the CFLAGS and CPPFLAGS which we intend to use.
@ -827,6 +827,11 @@ exit 0
%{_sbindir}/uuserver
%changelog
* Tue Apr 23 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11.2-3
- pull the changing of the compiled-in default ccache location to
DIR:/run/user/%%{uid}/krb5cc back into F19, in line with SSSD and
the most recent pam_krb5 build
* Wed Apr 17 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11.2-2
- correct some configuration file paths which the KDC_DIR patch missed