|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: fuse-sshfs
|
|
|
|
|
Version: 2.0
|
|
|
|
|
Version: 2.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ BuildRequires: openssh-clients >= 4.4
|
|
|
|
|
%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
|
|
|
|
|
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
|
|
|
|
@ -37,11 +37,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING FAQ.txt NEWS README
|
|
|
|
|
%{_bindir}/sshfs
|
|
|
|
|
%{_mandir}/man1/sshfs.1.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 28 2008 Peter Lemenkov <lemenkov@gmail.com> 2.1-1
|
|
|
|
|
- Ver. 2.1
|
|
|
|
|
|
|
|
|
|
* Mon May 19 2008 Peter Lemenkov <lemenkov@gmail.com> 2.0-1
|
|
|
|
|
- Ver. 2.0
|
|
|
|
|
|
|
|
|
|