Bug 184482
Summary: | Banshee does not require ipod-sharp and libipoddevice | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Aaron Kurtz <a.kurtz> |
Component: | banshee | Assignee: | Christopher Aillon <caillon> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | extras-qa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 0.10.7-2 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-03-09 18:18:21 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
Aaron Kurtz
2006-03-09 07:16:42 UTC
What platform is this on? rpmbuild is supposed to auto generate that dependency, and it should not be an explicit Requires: Just standard x86, on a new installation of FC5t3. % rpm -q --requires banshee | grep ipod mono(ipod-sharp) = 0.0.1.0 % rpm -q --whatprovides "mono(ipod-sharp)" ipod-sharp-0.5.15-2 banshee-0.10.7-1 So the problem seems to be that banshee doesn't use the installed copy of ipod-sharp. I remember talking to Aaron Bockover about this last week, and the packaging ramifications slipped my mind at the time. This is intentional because ipod-sharp isn't yet stable. So, it copies over the dlls and uses those. Thus, it needs ipod-sharp but since we built it into the banshee package, it satisfies its own dependency on ipod-sharp, and ipod-sharp and libipoddevice don't get installed... Building a new package with an explicit Requires: libipoddevice. Thanks for the report. |