forked from pool/glusterfs
Accepting request 923583 from filesystems
- Update to release 9.3 OBS-URL: https://build.opensuse.org/request/show/923583 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glusterfs?expand=0&rev=30
This commit is contained in:
commit
f97ae0827c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:078a7dad1aa6d9024e875e73b7f9f5c461234768ca6e239bc9e2e3a16b96884c
|
|
||||||
size 8206207
|
|
3
glusterfs-9.3.tar.gz
Normal file
3
glusterfs-9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f486390628cd02506b284a5b4baa396fb9f0e993021ac652eaa89b23e58c456
|
||||||
|
size 8167846
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 28 14:31:30 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 9.3
|
||||||
|
* New reset-brick command
|
||||||
|
* Ability to get node level status of a cluster
|
||||||
|
* Multi-threaded self-heal for Disperse volumes
|
||||||
|
* Lock revocation feature
|
||||||
|
* On-demand scrubbing for bitrot detection
|
||||||
|
* Real time Cluster notifications using Events APIs
|
||||||
|
- Move mount helper to /usr/sbin [boo#1191062]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 29 10:29:59 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Thu Apr 29 10:29:59 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,16 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 9.1
|
Version: 9.3
|
||||||
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
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
URL: http://www.gluster.org/
|
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/9/9.1/glusterfs-9.1.tar.gz
|
Source: https://download.gluster.org/pub/gluster/glusterfs/9/%version/glusterfs-%version.tar.gz
|
||||||
BuildRequires: acl-devel
|
BuildRequires: acl-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -155,6 +155,8 @@ links.
|
|||||||
%configure \
|
%configure \
|
||||||
%if !(0%{?suse_version} >= 1550)
|
%if !(0%{?suse_version} >= 1550)
|
||||||
--disable-linux-io_uring \
|
--disable-linux-io_uring \
|
||||||
|
%else
|
||||||
|
--with-mountutildir="%_sbindir" \
|
||||||
%endif
|
%endif
|
||||||
--disable-static --with-ipv6-default
|
--disable-static --with-ipv6-default
|
||||||
%make_build
|
%make_build
|
||||||
@ -211,7 +213,6 @@ rm -fv "%buildroot/%_sbindir/conf.py"
|
|||||||
%config %_sysconfdir/%name/thin*
|
%config %_sysconfdir/%name/thin*
|
||||||
%_bindir/fusermount-glusterfs
|
%_bindir/fusermount-glusterfs
|
||||||
%_bindir/glusterfind
|
%_bindir/glusterfind
|
||||||
/sbin/mount.%name
|
|
||||||
%_libexecdir/ganesha/
|
%_libexecdir/ganesha/
|
||||||
%_libexecdir/%name/
|
%_libexecdir/%name/
|
||||||
%_libdir/%name/
|
%_libdir/%name/
|
||||||
@ -219,6 +220,11 @@ rm -fv "%buildroot/%_sbindir/conf.py"
|
|||||||
%_sbindir/gcron.py
|
%_sbindir/gcron.py
|
||||||
%_sbindir/gf_attach
|
%_sbindir/gf_attach
|
||||||
%_sbindir/gfind_missing_files
|
%_sbindir/gfind_missing_files
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
|
%_sbindir/mount.%name
|
||||||
|
%else
|
||||||
|
/sbin/mount.%name
|
||||||
|
%endif
|
||||||
%_sbindir/snap_scheduler.py
|
%_sbindir/snap_scheduler.py
|
||||||
%_datadir/glusterfs/
|
%_datadir/glusterfs/
|
||||||
%_mandir/man*/*
|
%_mandir/man*/*
|
||||||
|
Loading…
Reference in New Issue
Block a user