diff --git a/.cvsignore b/.cvsignore index 4efcce5..490ba2d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sshfs-fuse-1.7.tar.gz +sshfs-fuse-1.9.tar.gz diff --git a/fuse-sshfs.spec b/fuse-sshfs.spec index 85ac43b..fa2cf7d 100644 --- a/fuse-sshfs.spec +++ b/fuse-sshfs.spec @@ -1,14 +1,14 @@ Name: fuse-sshfs -Version: 1.7 -Release: 2%{?dist} +Version: 1.9 +Release: 1%{?dist} Summary: FUSE-Filesystem to access remote filesystems via SSH Group: System Environment/Base -License: GPL +License: GPLv2 URL: http://fuse.sourceforge.net/sshfs.html Source0: http://dl.sourceforge.net/sourceforge/fuse/sshfs-fuse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - +Provides: sshfs = %{version} Requires: fuse >= 2.2 BuildRequires: fuse-devel >= 2.2 BuildRequires: glib2-devel >= 2.0 @@ -37,10 +37,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/sshfs -%{_libdir}/sshnodelay.so +#%{_libdir}/sshnodelay.so %changelog +* Wed Jan 23 2008 Peter Lemenkov 1.9-1 +- Ver. 1.9 +- Added provides: sshfs +- Modified License field according to Fedora policy. + * Tue Sep 12 2006 Peter Lemenkov 1.7-2%{?dist} - Rebuild for FC6 diff --git a/sources b/sources index c7a9c97..fbfd345 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e91a2fed1da952a375798408dc6e41a0 sshfs-fuse-1.7.tar.gz +05c3da4fa0f673f7ce5f480b3023af61 sshfs-fuse-1.9.tar.gz