From 8a5a8d492cc94cccf9b1a5b55377485f00807b7d Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 30 May 2013 15:10:35 -0400 Subject: Back out the krb5-1.11-run_user_0.patch 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. --- krb5.spec | 6 ------ 1 file changed, 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 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) -- cgit