Added missing sshnodelay.so
This commit is contained in:
parent
f01d2aba65
commit
3cc8e2e496
@ -1,6 +1,6 @@
|
|||||||
Name: fuse-sshfs
|
Name: fuse-sshfs
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -37,9 +37,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%{_bindir}/sshfs
|
%{_bindir}/sshfs
|
||||||
|
%{_libdir}/sshnodelay.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Thu Mar 30 2006 Peter Lemenkov <lemenkov@newmail.ru> - 1.6-2
|
||||||
|
- added missing sshnodelay.so
|
||||||
|
|
||||||
* Thu Mar 30 2006 Peter Lemenkov <lemenkov@newmail.ru> - 1.6-1
|
* Thu Mar 30 2006 Peter Lemenkov <lemenkov@newmail.ru> - 1.6-1
|
||||||
- Version 1.6
|
- Version 1.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user