Ver. 2.1
This commit is contained in:
parent
814448cd00
commit
4326464261
@ -1 +1 @@
|
|||||||
sshfs-fuse-2.0.tar.gz
|
sshfs-fuse-2.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: fuse-sshfs
|
Name: fuse-sshfs
|
||||||
Version: 2.0
|
Version: 2.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ BuildRequires: openssh-clients >= 4.4
|
|||||||
%description
|
%description
|
||||||
This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
|
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
|
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.
|
mounting the filesystem is as easy as logging into the server with ssh.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -37,11 +37,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING FAQ.txt NEWS README
|
||||||
%{_bindir}/sshfs
|
%{_bindir}/sshfs
|
||||||
%{_mandir}/man1/sshfs.1.gz
|
%{_mandir}/man1/sshfs.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 19 2008 Peter Lemenkov <lemenkov@gmail.com> 2.0-1
|
||||||
- Ver. 2.0
|
- Ver. 2.0
|
||||||
|
|
||||||
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
fuse-sshfs-2_1-1_fc9:HEAD:fuse-sshfs-2.1-1.fc9.src.rpm:1222598620
|
Loading…
Reference in New Issue
Block a user