Displaying 1 result from an estimated 1 matches for "andryuk".
Did you mean:
andry
2008 Aug 05
0
[Patch] contrib/redhat/openssh.spec update
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 ChangeLo...