Update to 3.7.1.
This commit is contained in:
parent
3dc4047bb3
commit
643af72233
@ -2,8 +2,8 @@
|
||||
|
||||
|
||||
Name: fuse-sshfs
|
||||
Version: 3.7.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
||||
License: GPLv2
|
||||
URL: https://github.com/libfuse/sshfs
|
||||
@ -13,13 +13,13 @@ Patch1: sshfs-0001-Refer-to-mount.fuse3-instead-of-mount.fuse.patch
|
||||
|
||||
Provides: sshfs = %{version}-%{release}
|
||||
Requires: fuse3 >= 3.1.0
|
||||
Requires: openssh-clients
|
||||
Requires: openssh-clients
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: fuse3-devel >= 3.1.0
|
||||
BuildRequires: glib2-devel >= 2.0
|
||||
BuildRequires: openssh-clients
|
||||
BuildRequires: openssh-clients
|
||||
# for man page
|
||||
BuildRequires: python3-docutils
|
||||
# for tests
|
||||
@ -64,6 +64,9 @@ python3 -m pytest test/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 13 2020 Vasiliy Glazov <vascom2@gmail.com> - 3.7.1-1
|
||||
- Update to 3.7.1
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (sshfs-3.7.0.tar.xz) = bd8bcd45dd9a5e9686c6fb442e877ffdb592ba0d3424d5dab84a955bfafb17e8666abefba6857467833f5b285842bdadd5a9b6c9e8128ac2e564c36df79aa570
|
||||
SHA512 (sshfs-3.7.0.tar.xz.asc) = 8739e7ac7d1537c9e33c218b1d32b233f1d3aa27550d09533e213ed19b8163002715d3a82321f922ac224587d1daf72bb6117892c09c8ae161b72f94c7315e22
|
||||
SHA512 (sshfs-3.7.1.tar.xz) = ee91b2eacbad5891006dbac14188ddd591e242b6092c7b7d8234503d79acb52f4b7ea9a15d5eaad83597ff4b4e700580ee2271671edfa6db762d9a8c756d45fd
|
||||
SHA512 (sshfs-3.7.1.tar.xz.asc) = dc183f340f5223b2c555281024cc3d2df92fea34a329cbf9433f702791289ed9cba57fba42cd3a3051b0831824ab1da0f4066ee289c0071e0625af20b8a12856
|
||||
|
@ -1,15 +1,8 @@
|
||||
From: Peter Lemenkov <lemenkov@gmail.com>
|
||||
Date: Wed, 11 Mar 2020 15:50:26 +0100
|
||||
Subject: [PATCH] Refer to mount.fuse3 instead of mount.fuse
|
||||
|
||||
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
||||
|
||||
diff --git a/sshfs.rst b/sshfs.rst
|
||||
index 0fe84f2..42356c0 100644
|
||||
--- a/sshfs.rst
|
||||
+++ b/sshfs.rst
|
||||
@@ -227,7 +227,7 @@ Options
|
||||
used, and the *buflimit* workaround is not supported/
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user