Bug 1731

Summary: Obsolete BuildPreReq in contrib/redhat/openssh.spec
Product: Portable OpenSSH Reporter: Iain Morgan <imorgan>
Component: MiscellaneousAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: minor CC: djm
Priority: P2    
Version: 5.4p1   
Hardware: Other   
OS: Linux   
Bug Depends on:    
Bug Blocks: 1626    

Description Iain Morgan 2010-03-04 08:24:43 AEDT
On RHEL 5, building an RPM can fail due to an obsolete BuildPreReq,

BuildPreReq: XFree86-devel

Unfortunately, I'm not sure at what point the name of the RPM changed.
I assume the correct RPM at this point should be LibX11-devel, but
unconditionally using that may break older Red Hat installs. It may be
safer to replace it with:

BuildPreReq: /usr/include/X11/Xlib.h
Comment 1 Damien Miller 2010-03-04 21:09:11 AEDT
Applied - thanks.
Comment 2 Darren Tucker 2010-03-26 10:51:36 AEDT
With the release of 5.4p1, this bug is now considered closed.