Bug 125285
| Summary: | dbus package requires dbus-glib-1.so | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Waugh <twaugh> |
| Component: | dbus | Assignee: | John (J5) Palmieri <johnp> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | 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: | |||
/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. /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 |
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.