forked from pool/glusterfs
Accepting request 1067797 from filesystems
- Update to release 11 [boo#1208517] [boo#1208519] OBS-URL: https://build.opensuse.org/request/show/1067797 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glusterfs?expand=0&rev=34
This commit is contained in:
commit
6447e497a7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55215e947c1b209e52a0e2422891a127f74c95cb8673397b4a1938840df8816c
|
|
||||||
size 8278598
|
|
BIN
glusterfs-11.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
glusterfs-11.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 10:20:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 11 [boo#1208517] [boo#1208519]
|
||||||
|
* Major performance impovement of ~36% with rmdir operations
|
||||||
|
* Extension of ZFS support for snapshots
|
||||||
|
* Qouta implimentation based on namespace
|
||||||
|
* Major cleanups and readdir/readdirp improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 14 11:13:34 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
Thu Jul 14 11:13:34 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glusterfs
|
# spec file for package glusterfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 10.2
|
Version: 11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Aggregating distributed file system
|
Summary: Aggregating distributed file system
|
||||||
License: GPL-2.0-only OR LGPL-3.0-or-later
|
License: GPL-2.0-only OR LGPL-3.0-or-later
|
||||||
@ -26,7 +26,7 @@ URL: https://www.gluster.org/
|
|||||||
|
|
||||||
#Git-Clone: https://github.com/gluster/glusterfs
|
#Git-Clone: https://github.com/gluster/glusterfs
|
||||||
#Git-Clone: https://github.com/fvzwieten/lsgvt
|
#Git-Clone: https://github.com/fvzwieten/lsgvt
|
||||||
Source: https://download.gluster.org/pub/gluster/glusterfs/10/%version/glusterfs-%version.tar.gz
|
Source: https://download.gluster.org/pub/gluster/glusterfs/11/%version/glusterfs-%version.tar.gz
|
||||||
BuildRequires: acl-devel
|
BuildRequires: acl-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -56,7 +56,6 @@ Requires: libgfapi0 = %version
|
|||||||
Requires: libgfchangelog0 = %version
|
Requires: libgfchangelog0 = %version
|
||||||
Requires: libgfrpc0 = %version
|
Requires: libgfrpc0 = %version
|
||||||
Requires: libgfxdr0 = %version
|
Requires: libgfxdr0 = %version
|
||||||
Requires: libglusterd0 = %version
|
|
||||||
Requires: libglusterfs0 = %version
|
Requires: libglusterfs0 = %version
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
|
|
||||||
@ -107,14 +106,6 @@ 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 libglusterd0
|
|
||||||
Summary: GlusterFS core daemon library
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libglusterd0
|
|
||||||
GlusterFS is a clustered file-system capable of scaling to several
|
|
||||||
petabytes.
|
|
||||||
|
|
||||||
%package -n libglusterfs0
|
%package -n libglusterfs0
|
||||||
Summary: GlusterFS's core library
|
Summary: GlusterFS's core library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -143,7 +134,6 @@ Requires: libgfapi0 = %version
|
|||||||
Requires: libgfchangelog0 = %version
|
Requires: libgfchangelog0 = %version
|
||||||
Requires: libgfrpc0 = %version
|
Requires: libgfrpc0 = %version
|
||||||
Requires: libgfxdr0 = %version
|
Requires: libgfxdr0 = %version
|
||||||
Requires: libglusterd0 = %version
|
|
||||||
Requires: libglusterfs0 = %version
|
Requires: libglusterfs0 = %version
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -178,6 +168,7 @@ cp -av ChangeLog NEWS README.md "$b/%_docdir/%name/"
|
|||||||
|
|
||||||
chmod -v u-s "%buildroot/%_bindir/fusermount-glusterfs"
|
chmod -v u-s "%buildroot/%_bindir/fusermount-glusterfs"
|
||||||
rm -fv "%buildroot/%_sbindir/conf.py"
|
rm -fv "%buildroot/%_sbindir/conf.py"
|
||||||
|
rm -f "%buildroot/etc/bash_completion.d/gluster.bash"
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
@ -200,8 +191,6 @@ rm -fv "%buildroot/%_sbindir/conf.py"
|
|||||||
%postun -n libgfrpc0 -p /sbin/ldconfig
|
%postun -n libgfrpc0 -p /sbin/ldconfig
|
||||||
%post -n libgfxdr0 -p /sbin/ldconfig
|
%post -n libgfxdr0 -p /sbin/ldconfig
|
||||||
%postun -n libgfxdr0 -p /sbin/ldconfig
|
%postun -n libgfxdr0 -p /sbin/ldconfig
|
||||||
%post -n libglusterd0 -p /sbin/ldconfig
|
|
||||||
%postun -n libglusterd0 -p /sbin/ldconfig
|
|
||||||
%post -n libglusterfs0 -p /sbin/ldconfig
|
%post -n libglusterfs0 -p /sbin/ldconfig
|
||||||
%postun -n libglusterfs0 -p /sbin/ldconfig
|
%postun -n libglusterfs0 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -257,9 +246,6 @@ rm -fv "%buildroot/%_sbindir/conf.py"
|
|||||||
%files -n libgfxdr0
|
%files -n libgfxdr0
|
||||||
%_libdir/libgfxdr.so.0*
|
%_libdir/libgfxdr.so.0*
|
||||||
|
|
||||||
%files -n libglusterd0
|
|
||||||
%_libdir/libglusterd.so.0*
|
|
||||||
|
|
||||||
%files -n libglusterfs0
|
%files -n libglusterfs0
|
||||||
%_libdir/libglusterfs.so.0*
|
%_libdir/libglusterfs.so.0*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user