Bug 152492

Summary: incomplete dependencies break pkgconfig dependency chain
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: gnome-mediaAssignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: jkeck
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: 2005-03-30 16:49:15 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 Michael Schwendt 2005-03-29 21:40:06 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.6) Gecko/20050323
Firefox/1.0.2 Fedora/1.0.2-1.3.1

Description of problem:
Without splitting off a -devel package, it's not possible to fix this.

Package gnome-media contains a pkgconfig template file, which lists other
pkgconfig files as requirements. When these files are included in other RPM
packages, the RPM package "Requires" must be complete. Else pkgconfig fails,
prints an error message and returns an error code for standard queries like
"pkg-config --exists foo-1.0", "pkg-config --cflags foo-1.0" or "pkg-config
--list-all".

Missing dependencies due to pkgconfig files:

Requires: libgnome-devel
Requires: libglade2-devel
Requires: gtk2-devel
Requires: GConf2-devel


Version-Release number of selected component (if applicable):
gnome-media-2.9.90-1

How reproducible:
Always

Steps to Reproduce:
-    

Additional info:

Comment 1 John (J5) Palmieri 2005-03-30 16:49:15 UTC
Fixed