From 12f4db5742b334e2364afeb69a64eeeac4e6c147 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 31 Jan 2017 04:03:51 -0500 Subject: packaging: python/python2(/python3) cleanup, again missed a couple things in the previous patch Change-Id: I0ebd5c431abd9af5e1b680ad52318219edb4bfa7 BUG: 1414902 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: https://review.gluster.org/16486 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Niels de Vos --- glusterfs.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 0a5f59da0f1..3fa0b855694 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1031,7 +1031,7 @@ exit 0 %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/testing/features/template.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/testing/performance/symlink-cache.so # Glupy Python files -%{python_sitelib}/gluster/glupy/* +%{python2_sitelib}/gluster/glupy/* %files fuse # glusterfs is a symlink to glusterfsd, -server depends on -fuse. @@ -1098,8 +1098,8 @@ exit 0 %files -n python2-gluster # introducing glusterfs module in site packages. # so that all other gluster submodules can reside in the same namespace. -%{python_sitelib}/gluster/__init__.* -%{python_sitelib}/gluster/cliutils +%{python2_sitelib}/gluster/__init__.* +%{python2_sitelib}/gluster/cliutils %if ( 0%{!?_without_rdma:1} ) %files rdma -- cgit