forked from pool/glusterfs
- Move mount helper to /usr/sbin [boo#1191062]
OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=81
This commit is contained in:
parent
3d9e997e0d
commit
d10a801e3c
@ -8,6 +8,7 @@ Tue Sep 28 14:31:30 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
* 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>
|
||||
|
@ -155,6 +155,7 @@ links.
|
||||
%configure \
|
||||
%if !(0%{?suse_version} >= 1550)
|
||||
--disable-linux-io_uring \
|
||||
--with-mountutildir="%_sbindir" \
|
||||
%endif
|
||||
--disable-static --with-ipv6-default
|
||||
%make_build
|
||||
@ -211,7 +212,6 @@ rm -fv "%buildroot/%_sbindir/conf.py"
|
||||
%config %_sysconfdir/%name/thin*
|
||||
%_bindir/fusermount-glusterfs
|
||||
%_bindir/glusterfind
|
||||
/sbin/mount.%name
|
||||
%_libexecdir/ganesha/
|
||||
%_libexecdir/%name/
|
||||
%_libdir/%name/
|
||||
@ -219,6 +219,11 @@ rm -fv "%buildroot/%_sbindir/conf.py"
|
||||
%_sbindir/gcron.py
|
||||
%_sbindir/gf_attach
|
||||
%_sbindir/gfind_missing_files
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%_sbindir/mount.%name
|
||||
%else
|
||||
/sbin/mount.%name
|
||||
%endif
|
||||
%_sbindir/snap_scheduler.py
|
||||
%_datadir/glusterfs/
|
||||
%_mandir/man*/*
|
||||
|
Loading…
Reference in New Issue
Block a user