Refer to mount.fuse3 in man-page

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
epel9
Peter Lemenkov 5 years ago
parent 06fc7227ef
commit f07f2dfc96

@ -3,12 +3,13 @@
Name: fuse-sshfs
Version: 3.7.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: FUSE-Filesystem to access remote filesystems via SSH
License: GPLv2
URL: https://github.com/libfuse/sshfs
Source0: https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/sshfs-%{version}.tar.xz
Source1: https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/sshfs-%{version}.tar.xz.asc
Patch1: sshfs-0001-Refer-to-mount.fuse3-instead-of-mount.fuse.patch
Provides: sshfs = %{version}-%{release}
Requires: fuse3 >= 3.1.0
@ -34,7 +35,7 @@ mounting the filesystem is as easy as logging into the server with ssh.
%prep
%setup -q -n sshfs-%{version}
%autosetup -p1 -n sshfs-%{version}
# fix tests
sed -i "s/'fusermount'/'fusermount3'/g" test/util.py
@ -63,6 +64,9 @@ python3 -m pytest test/
%changelog
* Wed Mar 11 2020 Peter Lemenkov <lemenkov@gmail.com> - 3.7.0-3
- Refer to mount.fuse3 in man-page (rhbz#1808864)
* Tue Feb 25 2020 Peter Lemenkov <lemenkov@gmail.com> - 3.7.0-2
- Fixed wrong sed invocation

Loading…
Cancel
Save