Fix building on EL-6
This commit is contained in:
parent
bf0cc13839
commit
3e5140f136
@ -1,6 +1,6 @@
|
||||
Name: fuse-sshfs
|
||||
Version: 2.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -39,13 +39,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING FAQ.txt NEWS README
|
||||
%{_bindir}/sshfs
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?el5}
|
||||
# if openssh-clients < 4.4
|
||||
%{_libdir}/sshnodelay.so
|
||||
%endif
|
||||
%{_mandir}/man1/sshfs.1.gz
|
||||
|
||||
%changelog
|
||||
* Tue May 18 2010 Peter Lemenkov <lemenkov@gmail.com> 2.2-6
|
||||
- Fix building on EL-6
|
||||
|
||||
* Sun Sep 27 2009 Peter Lemenkov <lemenkov@gmail.com> 2.2-5
|
||||
- No need for versioning in (Build)Requires for openssh-clients
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
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
|
||||
fuse-sshfs-2_2-6_fc12:HEAD:fuse-sshfs-2.2-6.fc12.src.rpm:1274170390
|
||||
|
Loading…
Reference in New Issue
Block a user