Bug 184482

Summary: Banshee does not require ipod-sharp and libipoddevice
Product: [Fedora] Fedora Reporter: Aaron Kurtz <a.kurtz>
Component: bansheeAssignee: Christopher Aillon <caillon>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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
Description of problem:
Thanks for packaging Banshee. The FE rpm, however, doesn't install
ipod-sharp automatically. It'd be nice if it did.

Version-Release number of selected component (if applicable):
banshee-0.10.7-1

How reproducible:
Install banshee with "yum install banshee" or pirut.
  
Actual results:
Banshee and other requirements are installed, but not ipod-sharp,
which in turn doesn't install libipoddevice. Ipod fails to work
with Banshee.

Expected results:
"yum install banshee" includes ipod-sharp and libipoddevice in
the requirements, making Banshee ipod-enabled

Additional info:

Comment 1 Christopher Aillon 2006-03-09 14:27:37 UTC
What platform is this on?  rpmbuild is supposed to auto generate that
dependency, and it should not be an explicit Requires:

Comment 2 Aaron Kurtz 2006-03-09 17:17:32 UTC
Just standard x86, on a new installation of FC5t3.

Comment 3 Christopher Aillon 2006-03-09 17:58:09 UTC
% 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...

Comment 4 Christopher Aillon 2006-03-09 18:18:21 UTC
Building a new package with an explicit Requires: libipoddevice.

Thanks for the report.