diff --git a/glusterfs.changes b/glusterfs.changes index 9209871..4b3b19a 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -8,6 +8,7 @@ Tue Sep 28 14:31:30 UTC 2021 - Jan Engelhardt * 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 diff --git a/glusterfs.spec b/glusterfs.spec index 4463af8..f4a4435 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -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*/*