diff -ruN mod_auth_kerb-5.4-6.el6.src.rpm-rpmbuild/SPECS/mod_auth_kerb.spec mod_auth_kerb-5.4-6.el6.0.src.rpm-rpmbuild/SPECS/mod_auth_kerb.spec
--- mod_auth_kerb-5.4-6.el6.src.rpm-rpmbuild/SPECS/mod_auth_kerb.spec	2010-03-29 08:58:00.000000000 +0100
+++ mod_auth_kerb-5.4-6.el6.0.src.rpm-rpmbuild/SPECS/mod_auth_kerb.spec	2011-11-02 14:00:33.000000000 +0000
@@ -2,7 +2,7 @@
 Summary: Kerberos authentication module for HTTP
 Name: mod_auth_kerb
 Version: 5.4
-Release: 6%{?dist}
+Release: 6%{?dist}.0
 License: BSD and MIT
 Group: System Environment/Daemons
 URL: http://modauthkerb.sourceforge.net/
@@ -26,7 +26,7 @@
 %patch2 -p1 -b .fixes
 
 %build
-%configure --without-krb4 --with-krb5=/usr/kerberos \
+%configure --without-krb4 --with-krb5 \
         --with-apache=%{_prefix}
 make %{?_smp_mflags} 
 
@@ -49,6 +49,9 @@
 %{_libdir}/httpd/modules/*.so
 
 %changelog
+* Wed Nov 02 2011 Gordan Bobic <gordan@bobich.net> - 5.4-6.0
+- Fix krb5 path - no longer in /usr/kerberos
+
 * Mon Mar 29 2010 Joe Orton <jorton@redhat.com> - 5.4-6
 - package LICENSE file
 
