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
|
* Lock revocation feature
|
||||||
* On-demand scrubbing for bitrot detection
|
* On-demand scrubbing for bitrot detection
|
||||||
* Real time Cluster notifications using Events APIs
|
* 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>
|
||||||
|
@ -155,6 +155,7 @@ links.
|
|||||||
%configure \
|
%configure \
|
||||||
%if !(0%{?suse_version} >= 1550)
|
%if !(0%{?suse_version} >= 1550)
|
||||||
--disable-linux-io_uring \
|
--disable-linux-io_uring \
|
||||||
|
--with-mountutildir="%_sbindir" \
|
||||||
%endif
|
%endif
|
||||||
--disable-static --with-ipv6-default
|
--disable-static --with-ipv6-default
|
||||||
%make_build
|
%make_build
|
||||||
@ -211,7 +212,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 +219,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