forked from pool/glusterfs
Accepting request 759286 from home:Pharaoh_Atem:branches:filesystems
- Fix the name of the Python bindings subpackage - Properly mark Python bindings subpackage as noarch OBS-URL: https://build.opensuse.org/request/show/759286 OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=65
This commit is contained in:
parent
134b221194
commit
28e052cb2a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 26 08:22:55 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Fri Dec 13 16:13:06 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -105,11 +105,14 @@ Group: System/Libraries
|
|||||||
GlusterFS is a clustered file-system capable of scaling to several
|
GlusterFS is a clustered file-system capable of scaling to several
|
||||||
petabytes.
|
petabytes.
|
||||||
|
|
||||||
%package -n python-gluster
|
%package -n python3-gluster
|
||||||
Summary: Python bindings for GlusterFS
|
Summary: Python bindings for GlusterFS
|
||||||
Group: Development/Languages/Python
|
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
|
GlusterFS is a clustered file-system capable of scaling to several
|
||||||
petabytes.
|
petabytes.
|
||||||
|
|
||||||
@ -265,7 +268,7 @@ rm -f "%buildroot/%_sbindir/conf.py"
|
|||||||
%files -n libglusterfs0
|
%files -n libglusterfs0
|
||||||
%_libdir/libglusterfs.so.0*
|
%_libdir/libglusterfs.so.0*
|
||||||
|
|
||||||
%files -n python-gluster
|
%files -n python3-gluster
|
||||||
%python3_sitelib/gluster/
|
%python3_sitelib/gluster/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user