forked from pool/sshfs
Accepting request 253877 from filesystems
1 OBS-URL: https://build.opensuse.org/request/show/253877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sshfs?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 4 00:07:41 CEST 2014 - dsterba@suse.cz
|
||||
|
||||
- update to 2.5
|
||||
* Add -o disable_hardlink option (debian bug #670926).
|
||||
* Optimize readdir by sending multiple requests in parallel. Add -o
|
||||
sync_readdir to restore old behavior.
|
||||
* Map SSH2_FX_FAILURE to ENOTEMPTY for rmdir.
|
||||
* When checking root directory use LSTAT not STAT. This prevents I/O error
|
||||
being returned after a successful mount if a symlink is mounted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 26 17:34:50 UTC 2012 - jengelh@inai.de
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sshfs
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,7 +24,7 @@ Requires: fuse
|
||||
Summary: Filesystem client based on SSH file transfer protocol
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Version: 2.4
|
||||
Version: 2.5
|
||||
Release: 0
|
||||
Source: %{name}-fuse-%{version}.tar.gz
|
||||
Url: http://fuse.sourceforge.net/sshfs.html
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1
|
||||
size 132930
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e
|
||||
size 136378
|
||||
Reference in New Issue
Block a user