Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
05290a0851
!9 Modify compliance irregularities
From: @lauk001 
Reviewed-by: @fu-shanqing 
Signed-off-by: @fu-shanqing
2022-12-09 08:39:03 +00:00
lauk001
0c6be2357c Modifying the readme 2022-12-09 16:23:13 +08:00
openeuler-ci-bot
eec7a4686d
!5 remove unnecessary source
From: @fu-shanqing 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
2022-12-09 05:53:26 +00:00
fu-shanqing
e3eb2528e1 remove unnecessary source 2022-12-08 20:10:20 +08:00
openeuler-ci-bot
756261c03c
!3 update to 3.7.3
From: @tianlijing 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
2022-07-22 09:47:27 +00:00
tianlijing
8de9c53fca update to 3.7.3 2022-07-22 17:39:52 +08:00
openeuler-ci-bot
424a2b8e14
!2 Submit yaml file into this repository: fuse-sshfs
From: @fu-shanqing 
Reviewed-by: @jianminw 
Signed-off-by: @jianminw
2022-06-08 10:01:24 +00:00
fu-shanqing
1c4c432f9d add fuse-sshfs.yaml 2022-06-08 11:29:20 +08:00
openeuler-ci-bot
f5648d961c
!1 add fuse-sshfs source package and spec file
From: @fu-shanqing 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-02-21 01:44:38 +00:00
fushanqing
bd3426b203 add source and spec 2022-01-26 10:34:43 +08:00
4 changed files with 73 additions and 0 deletions

57
fuse-sshfs.spec Normal file
View 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
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: libfuse/sshfs
tag_prefix: ""
separator: .

View 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

Binary file not shown.