summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-05-30 15:10:35 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-05-30 15:10:35 -0400
commit8a5a8d492cc94cccf9b1a5b55377485f00807b7d (patch)
tree3401bc0b88da878529ee8f3b8fd85247a7133e01
parent202006a85fbd286ec51195dcce344562486314f8 (diff)
downloadkrb5-8a5a8d492cc94cccf9b1a5b55377485f00807b7d.tar.gz
krb5-8a5a8d492cc94cccf9b1a5b55377485f00807b7d.tar.xz
krb5-8a5a8d492cc94cccf9b1a5b55377485f00807b7d.zip
Back out the krb5-1.11-run_user_0.patchkrb5-1.11.2-9.fc20
It's not a complete fix, and it may only muddy things further on systems that are having the kind of trouble it's trying to avoid, so hold off. For now, at least.
-rw-r--r--krb5.spec6
1 files changed, 0 insertions, 6 deletions
diff --git a/krb5.spec b/krb5.spec
index b059fa1..4548c36 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -85,7 +85,6 @@ Patch125: krb5-1.11.2-skew1.patch
Patch126: krb5-1.11.2-skew2.patch
Patch127: krb5-master-test_gss_no_udp.patch
Patch128: krb5-master-test_no_pmap.patch
-Patch129: krb5-1.11-run_user_0.patch
Patch130: krb5-master-init_referral.patch
# Patches for otp plugin backport
@@ -314,7 +313,6 @@ ln -s NOTICE LICENSE
%patch126 -p1 -b .skew2
%patch127 -p1 -b .test_gss_no_udp
%patch128 -p1 -b .test_no_pmap
-%patch129 -p1 -b .run_user_0
%patch130 -p1 -b .init_referral
%patch201 -p1 -b .keycheck
@@ -844,10 +842,6 @@ exit 0
* Thu May 30 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11.2-9
- don't forget to set the SELinux label when creating the directory for
a DIR: ccache
-- special-case /run/user/0, attempting to create it when resolving a
- directory cache below it fails due to ENOENT and we find that it doesn't
- already exist, either, before attempting to create the directory cache
- (maybe helping, maybe just making things more confusing for #961235)
- pull in proposed fix for attempts to get initial creds, which end up
following referrals, incorrectly trying to always use master KDCs if
they talked to a master at any point (should fix RT#7650)