[krb5/f12/master] - make -libs actually own /usr/kerberos, because it may be the only reason that directory exists,

Nalin Dahyabhai nalin at fedoraproject.org
Thu Sep 23 14:39:49 UTC 2010


commit b037d9c3081dbdac593559e2a0dff9e5ef575e7b
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Sep 23 10:39:31 2010 -0400

    - make -libs actually own /usr/kerberos, because it may be the only reason
      that directory exists, due to owning /usr/kerberos/share (#636746)

 krb5.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/krb5.spec b/krb5.spec
index e9ecf3d..1ee31f5 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -10,7 +10,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.7.1
-Release: 14%{?dist}
+Release: 15%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7.1-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -228,6 +228,10 @@ to obtain initial credentials from a KDC using a private key and a
 certificate.
 
 %changelog
+* Thu Sep 23 2010 Nalin Dahyabhai <nalin at redhat.com> 1.7.1-15
+- make -libs actually own /usr/kerberos, because it may be the only reason
+  that directory exists, due to owning /usr/kerberos/share (#636746)
+
 * Mon Sep 13 2010 Nalin Dahyabhai <nalin at redhat.com> 1.7.1-14
 - revert pathmunge-related changes because pathmunge() isn't always there
   if we've upgraded or anything weird's happened (#633212)
@@ -2141,6 +2145,7 @@ exit 0
 %dir %{_libdir}/krb5/plugins/*
 %{_libdir}/krb5/plugins/preauth/encrypted_challenge.so
 %{_libdir}/krb5/plugins/kdb/db2.so
+%dir %{krb5prefix}
 %{krb5prefix}/share
 
 %if %{WITH_OPENSSL}


More information about the scm-commits mailing list