No need for versioning in (Build)Requires for openssh-clients
This commit is contained in:
parent
dfe2c89db5
commit
c786275d3f
@ -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
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
fuse-sshfs-2_1-1_fc9:HEAD:fuse-sshfs-2.1-1.fc9.src.rpm:1222598620
|
||||
fuse-sshfs-2_2-1_fc10:HEAD:fuse-sshfs-2.2-1.fc10.src.rpm:1228814993
|
||||
fuse-sshfs-2_2-5_fc11:HEAD:fuse-sshfs-2.2-5.fc11.src.rpm:1254057266
|
||||
|
Loading…
Reference in New Issue
Block a user