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
fixed in current rawhide packages