Bug 78362

Summary: cups - build needs the XFree86-devel RPM
Product: [Retired] Red Hat Raw Hide Reporter: Jose Pedro Oliveira <jose.p.oliveira.oss>
Component: cupsAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: jose.p.oliveira.oss
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-19 17:22:34 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 Jose Pedro Oliveira 2002-11-21 18:41:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827

Description of problem:
Building cups from the SRPMS needs XFree86-devel.
The spec file

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Install cups-1.1.6-1.src.rpm
2. Remove the XFree86-devel RPM
3. rpm -ba cups.spec


	

Actual Results:  The building process fails - can't locate certain XFree-86
header files

Additional info:

The spec file shoud specify XFree86-devel as building requirement.
Patch following:

-----------------

$ diff -u cups.spec.orig cups.spec
--- cups.spec.orig      Thu Nov 21 18:19:33 2002
+++ cups.spec   Thu Nov 21 18:25:05 2002
@@ -34,6 +34,7 @@
 Provides: lpd lpr LPRng
 %endif
 BuildPrereq: pam-devel
+BuildPrereq: XFree86-devel

 %package devel
 Summary: Common Unix Printing System - development environment

Comment 1 Bill Nottingham 2002-12-19 17:22:34 UTC
fixed in current rawhide packages