[Patch] contrib/redhat/openssh.spec update
Deuce
the_deuce at yahoo.com
Tue Aug 5 23:59:03 EST 2008
The attached patch fixes an RPM build failure on redhat. RFC.nroff was removed, so rpmbuild fails when the file is not found. A similar change was made to the suse .spec file.
contrib/cygwin/Makefile may need a similar change.
Thanks,
Jason Andryuk
--- contrib/redhat/openssh.spec.orig 2008-08-05 09:44:46.746915226 -0400
+++ contrib/redhat/openssh.spec 2008-08-05 09:27:59.590525991 -0400
@@ -333,7 +333,7 @@
%files
%defattr(-,root,root)
-%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* RFC* TODO WARNING*
+%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* TODO WARNING*
%attr(0755,root,root) %{_bindir}/scp
%attr(0644,root,root) %{_mandir}/man1/scp.1*
%attr(0755,root,root) %dir %{_sysconfdir}/ssh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: redhat-openssh.spec.patch
Type: text/x-patch
Size: 472 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20080805/d564006b/attachment.bin
More information about the openssh-unix-dev
mailing list