Bug 191761
Summary: | bluez-pin fails to build with mock | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | n0dalus <n0dalus+redhat> | ||||
Component: | bluez-pin | Assignee: | David Woodhouse <dwmw2> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | johnp | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 0.30-2 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-05-24 03:28:52 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: | 191529 | ||||||
Attachments: |
|
Description
n0dalus
2006-05-15 16:37:02 UTC
Created attachment 129093 [details]
BuildRequires Patch
On FC5, /usr/lib/libdbus-glib-1.so is provided by dbus-devel, which we _do_ require. However, that's just a symlink to libdbus-glibc-1.so.2.0.0, which is provided by dbus-glib. Is this the way it should be? Shouldn't dbus-devel require dbus-glib, if it contains symlinks poniting to files provided by that package? Or should we have a dbus-glib-devel? Is this different in rawhide already? dbus-devel should require all the subpackages. I'll build a new one in Rawhide. bluez-pin-0.30-2.src.rpm builds on i386 and x86_64. |