Bug 125285

Summary: dbus package requires dbus-glib-1.so
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: dbusAssignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jkeck
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: 2004-06-04 14:54:27 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 Tim Waugh 2004-06-04 14:13:46 UTC
Description of problem:
The dbus package requires its glib sub-package.  This is causing
transitive dependencies from cups all the way to X.

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

How reproducible:
100%

Steps to Reproduce:
1. rpm --test -e dbus-glib
  
Actual results:
error: Failed dependencies:
        libdbus-glib-1.so.0 is needed by (installed) dbus-0.20-4.1
...

Expected results:
dbus should not be dependent on dbus-glib.

Comment 1 Tim Waugh 2004-06-04 14:16:18 UTC
/usr/bin/dbus-glib-tool
/usr/bin/dbus-monitor
/usr/bin/dbus-viewer

All these files should be owned by dbus-glib instead of dbus.

Comment 2 John (J5) Palmieri 2004-06-04 14:54:27 UTC
/usr/bin/dbus-glib-tool
/usr/bin/dbus-monitor
/usr/bin/dbus-viewer

have all been added to dbus-glib in rawhide. rpm --test -e dbus-glib
no longer lists dbus as being dependent on libdbus-glib-1.so.0