Bug 55863

Summary: control-center SRPM is not self-hosting
Product: [Retired] Red Hat Linux Reporter: Tom "spot" Callaway <tcallawa>
Component: control-centerAssignee: Havoc Pennington <hp>
Status: CLOSED DEFERRED QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
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-02-11 21:22:59 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 Tom "spot" Callaway 2001-11-07 21:47:27 UTC
Description of Problem:

control-center SRPM is not self-hosting

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

control-center-1.4.0.1-18

How Reproducible:

Always

Steps to Reproduce:
1. rpm --rebuild control-center-1.4.0.1-18.src.rpm (WITHOUT a
control-center rpm installed)

Actual Results:

dies, looking for capplet.pc

Expected Results:

Rebuilds RPM.

Additional Information:
	
Installing an older control-center rpm allows it to build, but SRPM should
be self-hosting.

Comment 1 Havoc Pennington 2002-02-11 21:22:53 UTC
The clean way to fix this is to move control-center-single out of the
control-center package and into a separate SRPM, then use dependencies to bind
those RPMs together tightly. 

The big pain-in-the-butt way is to apply a huge configure/makefile patch to
control-center-single tarball to link against the uninstalled libcapplet.

Comment 2 Havoc Pennington 2002-02-25 17:36:20 UTC
After discussion, decided to let this problem disappear in the GNOME 2 migration
when that happens.