Compare commits
10 Commits
68f18d981e
...
05290a0851
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05290a0851 | ||
|
|
0c6be2357c | ||
|
|
eec7a4686d | ||
|
|
e3eb2528e1 | ||
|
|
756261c03c | ||
|
|
8de9c53fca | ||
|
|
424a2b8e14 | ||
|
|
1c4c432f9d | ||
|
|
f5648d961c | ||
|
|
bd3426b203 |
57
fuse-sshfs.spec
Normal file
57
fuse-sshfs.spec
Normal file
@ -0,0 +1,57 @@
|
||||
Name: fuse-sshfs
|
||||
Version: 3.7.3
|
||||
Release: 3
|
||||
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/libfuse/sshfs
|
||||
Source0: https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/sshfs-%{version}.tar.xz
|
||||
Patch1: sshfs-0001-Refer-to-mount.fuse3-instead-of-mount.fuse.patch
|
||||
Provides: sshfs = %{version}-%{release}
|
||||
Requires: fuse3 >= 3.1.0
|
||||
Requires: openssh-clients
|
||||
BuildRequires: gcc meson fuse3
|
||||
BuildRequires: fuse3-devel >= 3.1.0 glib2-devel >= 2.0
|
||||
BuildRequires: openssh-clients python3-docutils python3-pytest
|
||||
|
||||
%description
|
||||
This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
|
||||
Since most SSH servers already support this protocol it is very easy to set
|
||||
up: i.e. on the server side there's nothing to do. On the client side
|
||||
mounting the filesystem is as easy as logging into the server with ssh.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n sshfs-%{version}
|
||||
# fix tests
|
||||
# sed -i "s/'fusermount'/'fusermount3'/g" test/util.py
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
#cd %{_vpath_builddir}
|
||||
#python3 -m pytest test/
|
||||
|
||||
%files
|
||||
%doc AUTHORS README.rst ChangeLog.rst
|
||||
%license COPYING
|
||||
%{_bindir}/sshfs
|
||||
%{_sbindir}/mount.sshfs
|
||||
%{_sbindir}/mount.fuse.sshfs
|
||||
%{_mandir}/man1/sshfs.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 3.7.3-3
|
||||
- License compliance rectification
|
||||
|
||||
* Thu Dec 08 2022 fushanqing <fushanqing@kylinos.cn> - 3.7.3-2
|
||||
- remove unnecessary source
|
||||
|
||||
* Fri Jul 22 2022 tianlijing <tianlijing@kylinos.cn> - 3.7.3-1
|
||||
- Update to 3.7.3
|
||||
|
||||
* Wed Jan 26 2022 fushanqing <fushanqing@kylinos.cn> - 3.7.1-1
|
||||
- Initial package
|
||||
4
fuse-sshfs.yaml
Normal file
4
fuse-sshfs.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: libfuse/sshfs
|
||||
tag_prefix: ""
|
||||
separator: .
|
||||
12
sshfs-0001-Refer-to-mount.fuse3-instead-of-mount.fuse.patch
Normal file
12
sshfs-0001-Refer-to-mount.fuse3-instead-of-mount.fuse.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -uNdr a/sshfs.rst b/sshfs.rst
|
||||
--- a/sshfs.rst 2020-11-13 08:24:56.924277909 +0300
|
||||
+++ b/sshfs.rst 2020-11-13 08:25:23.828781781 +0300
|
||||
@@ -230,7 +230,7 @@
|
||||
used, and the *buflimit* workaround is not supported.
|
||||
|
||||
In addition, SSHFS accepts several options common to all FUSE file
|
||||
-systems. These are described in the `mount.fuse` manpage (look
|
||||
+systems. These are described in the `mount.fuse3` manpage (look
|
||||
for "general", "libfuse specific", and "high-level API" options).
|
||||
|
||||
Caveats / Workarounds
|
||||
BIN
sshfs-3.7.3.tar.xz
Normal file
BIN
sshfs-3.7.3.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user