Bug 23701

Summary: XFree86-devel should not be dependant on XFree86
Product: [Retired] Red Hat Linux Reporter: Daniel Resare <noa-bugzilla-redhat>
Component: XFree86Assignee: Mike A. Harris <mharris>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: low    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-01-24 03:26:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Resare 2001-01-10 11:13:23 UTC
As i use a stripped down box for compiling different packages i don't need
an X server on that machine, but i need the X11 libraries and headers
(located in the XFree86-libs and XFree86-devel). So, at least to my eyes,
the fact that XFree86-devel is dependant on XFree86 is a bug, it should
only be dependant on XFree86-libs.
A patch to XFree86-4.01-1 specfile:

--- XFree86.spec.vanilla	Wed Jan 10 12:17:08 2001
+++ XFree86.spec	Wed Jan 10 12:17:26 2001
@@ -112,7 +112,7 @@
 Obsoletes: xpm-devel
 Summary: X11R6 static libraries, headers and programming man pages.
 Group: Development/Libraries
-Requires: XFree86 = %{version}
+Requires: XFree86-libs = %{version}

 %package xdm
 Summary: X Display Manager

Comment 1 Mike A. Harris 2001-01-28 18:16:07 UTC
Done.