diff --git a/.cvsignore b/.cvsignore index 9e0b38f..08b005f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sshfs-fuse-2.0.tar.gz +sshfs-fuse-2.1.tar.gz diff --git a/fuse-sshfs.spec b/fuse-sshfs.spec index 9fa1750..f69c1ca 100644 --- a/fuse-sshfs.spec +++ b/fuse-sshfs.spec @@ -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 2.1-1 +- Ver. 2.1 + * Mon May 19 2008 Peter Lemenkov 2.0-1 - Ver. 2.0 diff --git a/import.log b/import.log new file mode 100644 index 0000000..7fc3b53 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +fuse-sshfs-2_1-1_fc9:HEAD:fuse-sshfs-2.1-1.fc9.src.rpm:1222598620 diff --git a/sources b/sources index 808a707..16ea377 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62ec074ba31e6275f43366b900a0cdc0 sshfs-fuse-2.0.tar.gz +997a419b6d0ad32a516823f8746b75c7 sshfs-fuse-2.1.tar.gz