[glusterfs] Ownership of /usr/lib/python2.7/site-packages/gluster, BZ 1190832

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Tue Feb 10 15:08:00 UTC 2015


commit 0e459037d2dd9fab85224bf991eab4b1bb6f62ef
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Tue Feb 10 10:07:15 2015 -0500

    Ownership of /usr/lib/python2.7/site-packages/gluster, BZ 1190832
    
    - N.B. gfapi.py was removed in 3.6 (to resurface another day?)

 glusterfs.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/glusterfs.spec b/glusterfs.spec
index ae16924..55c31b7 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -880,8 +880,6 @@ fi
 
 %files api
 %exclude %{_libdir}/*.so
-# Shared Python-GlusterFS files
-%{python_sitelib}/gluster/__init__.*
 # libgfapi files
 %{_libdir}/libgfapi.*
 %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/mount/api*
@@ -912,7 +910,7 @@ fi
 # Glupy C shared library
 %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/glupy.so
 # Glupy Python files
-%{python_sitelib}/gluster/glupy.*
+%{python_sitelib}/gluster
 # Don't expect a .egg-info file on EL5
 %if ( ! ( 0%{?rhel} && 0%{?rhel} < 6 ) )
 %{python_sitelib}/glusterfs_glupy*.egg-info
@@ -1051,6 +1049,10 @@ fi
 %ghost      %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid
 
 %changelog
+* Tue Feb 10 2015  Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
+- Ownership of /usr/lib/python2.7/site-packages/gluster, BZ 1190832
+- N.B. gfapi.py was removed in 3.6 (to resurface another day?)
+
 * Mon Feb 02 2015 Lalatendu Mohanty <lmohanty at redhat.com> 3.6.2-2
 - GlusterFS 3.6.2-2
 


More information about the scm-commits mailing list