diff options
| author | Nalin Dahyabhai <nalin@dahyabhai.net> | 2013-04-23 17:39:34 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin@dahyabhai.net> | 2013-04-23 17:39:34 -0400 |
| commit | fcc98d54031f92cd4e232d98bd7e8e11349b34ad (patch) | |
| tree | 085997313b68c343cd5b0018db13c38f2c1c4ce4 | |
| parent | d54b8d87c6351a2e97031778d98a0ea3d9f40a6d (diff) | |
make the default ccname change affect f19, tookrb5-1.11.2-3.fc20krb5-1.11.2-3.fc19
- 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
| -rw-r--r-- | krb5.spec | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |
