|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: fuse-sshfs
|
|
|
|
|
Version: 2.2
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
@ -10,10 +10,10 @@ Source0: http://downloads.sourceforge.net/fuse/sshfs-fuse-%{version}.tar.
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Provides: sshfs = %{version}-%{release}
|
|
|
|
|
Requires: fuse >= 2.2
|
|
|
|
|
Requires: openssh-clients >= 4.4
|
|
|
|
|
Requires: openssh-clients
|
|
|
|
|
BuildRequires: fuse-devel >= 2.2
|
|
|
|
|
BuildRequires: glib2-devel >= 2.0
|
|
|
|
|
BuildRequires: openssh-clients >= 4.4
|
|
|
|
|
BuildRequires: openssh-clients
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
|
|
|
|
@ -39,9 +39,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING FAQ.txt NEWS README
|
|
|
|
|
%{_bindir}/sshfs
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
# if openssh-clients < 4.4
|
|
|
|
|
%{_libdir}/sshnodelay.so
|
|
|
|
|
%endif
|
|
|
|
|
%{_mandir}/man1/sshfs.1.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 27 2009 Peter Lemenkov <lemenkov@gmail.com> 2.2-5
|
|
|
|
|
- No need for versioning in (Build)Requires for openssh-clients
|
|
|
|
|
|
|
|
|
|
* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> 2.2-4
|
|
|
|
|
- Rebuilt with new fuse
|
|
|
|
|
|
|
|
|
|