Bug 162316

Summary: [PATCH] broken pkg-config dependencies and pkg-config file in wrong package
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
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: 2005-07-11 19:17:45 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:
Attachments:
Description Flags
spec patch against FC Devel
none
FC4 CVS spec patch none

Description Michael Schwendt 2005-07-02 11:46:28 UTC
$ pkg-config --cflags NetworkManager
Package dbus-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `dbus-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'dbus-1', required by 'NetworkManager', not found

$ rpm -qf /usr/lib/pkgconfig/NetworkManager.pc 
NetworkManager-0.4-18.FC4

Moving the file into NetworkManager-devel and changing that package to
"Requires: dbus-devel >= ..." fixes this.

Comment 1 Michael Schwendt 2005-07-02 11:46:28 UTC
Created attachment 116285 [details]
spec patch against FC Devel

Comment 2 Michael Schwendt 2005-07-02 12:00:28 UTC
Created attachment 116286 [details]
FC4 CVS spec patch

Comment 3 Dan Williams 2005-07-11 19:17:45 UTC
Committed, thanks.  Should come out in next rev.