Bug 192405

Summary: Dangling symlink
Product: [Fedora] Fedora Reporter: David Woodhouse <dwmw2>
Component: dbusAssignee: David Zeuthen <davidz>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: urgent    
Version: 5CC: mclasen
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-26 03:24: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:
Bug Depends On:    
Bug Blocks: 182226    

Description David Woodhouse 2006-05-19 13:50:55 UTC
The dbus-devel package contains a dangling symlink /usr/lib/libdbus-glib.so,
pointing to a file which is provided only by the dbus-glib package. But
dbus-devel doesn't require dbus-glib.

This causes bug #191761, and the naïve option of just adding BuildRequires:
dbus-glib doesn't seem appropriate.

Comment 1 Jesse Keating 2006-07-10 19:52:36 UTC
Ping.  A mass rebuild is scheduled for tomorrow, July 11th.  Please try to have
your package fixed by then.

Comment 2 Rex Dieter 2006-09-25 13:13:32 UTC
This really is an EasyFix, simply add to -devel subpkg:
Requires: %{name}-glib

Comment 3 Matthias Clasen 2006-09-26 16:27:04 UTC
Not an FC6 issue

Comment 4 Matthias Clasen 2007-03-26 03:24:45 UTC
That symlink is in dbus-glib-devel nowadays.