diff --git a/glusterfs.changes b/glusterfs.changes index cbd63af..ca06b4c 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 26 08:22:55 UTC 2019 - Neal Gompa + +- Fix the name of the Python bindings subpackage +- Properly mark Python bindings subpackage as noarch + ------------------------------------------------------------------- Fri Dec 13 16:13:06 UTC 2019 - Jan Engelhardt diff --git a/glusterfs.spec b/glusterfs.spec index 5b5f6eb..0d5ad76 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -105,11 +105,14 @@ Group: System/Libraries GlusterFS is a clustered file-system capable of scaling to several petabytes. -%package -n python-gluster +%package -n python3-gluster Summary: Python bindings for GlusterFS Group: Development/Languages/Python +BuildArch: noarch +# Legacy Python 2 bindings are no longer available... +Obsoletes: python-gluster < 7.0 -%description -n python-gluster +%description -n python3-gluster GlusterFS is a clustered file-system capable of scaling to several petabytes. @@ -265,7 +268,7 @@ rm -f "%buildroot/%_sbindir/conf.py" %files -n libglusterfs0 %_libdir/libglusterfs.so.0* -%files -n python-gluster +%files -n python3-gluster %python3_sitelib/gluster/ %files devel