From fce763a6fcd9331356e7d32c1aa8daf9e991aa56 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 22 Feb 2019 15:17:48 +0100 Subject: build: include gluster/__init__.* files for python packaging The gluster/__init__.py file was originaly part of the glupy installation. This file is required to have the python-gluster package function correctly, it is expected to provide the 'gluster' namespace for other python packages (like from the libgfapi-python project). Because glupy does not exist anymore, this file is now added to in a new extras/python directory. Backport of commit b235a56394c09bb1d7308a620053dbe098d15967: > Change-Id: I14fe959778ee3344d7d54ba342c7928a4d8080a2 > Fixes: c3fcff9ccbfcec1be242fd5cf210c9995586b078 > Fixes: 8293d21280fd6ddfc9bb54068cf87794fc6be207 > Updates: bz#1642810 > Signed-off-by: Niels de Vos Change-Id: I04e1e0dc4022b53c02053d5452f305b78e56c389 Updates: bz#1680585 Signed-off-by: Niels de Vos --- glusterfs.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 45b671e33f6..205b51d4bbc 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1186,9 +1186,12 @@ exit 0 # so that all other gluster submodules can reside in the same namespace. %if ( %{_usepython3} ) %dir %{python3_sitelib}/gluster + %{python3_sitelib}/gluster/__init__.* + %{python3_sitelib}/gluster/__pycache__ %{python3_sitelib}/gluster/cliutils %else %dir %{python2_sitelib}/gluster + %{python2_sitelib}/gluster/__init__.* %{python2_sitelib}/gluster/cliutils %endif -- cgit