diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2017-01-31 04:03:51 -0500 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2017-01-31 08:17:15 -0500 |
commit | 12f4db5742b334e2364afeb69a64eeeac4e6c147 (patch) | |
tree | 1545e2523ec638958fcb9197a0ea410c82ea2a2b /glusterfs.spec.in | |
parent | 7292905c3a3291a98b55b36aed713a10553d7523 (diff) |
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 <kkeithle@redhat.com>
Reviewed-on: https://review.gluster.org/16486
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |