Bug 480278

Summary: Installing gnome-mount-debuginfo should not bring in gnome-mount-nautilus-properties
Product: [Fedora] Fedora Reporter: Christopher Beland <beland>
Component: gnome-mountAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: davidz, ffesti, jnovy, mclasen, pmatilai
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: 2009-02-13 07:14: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 Christopher Beland 2009-01-16 06:22:02 UTC
"yum install gnome-mount-debuginfo" produces...

Installing:
 gnome-mount-debuginfo            x86_64  0.8-1.fc9    rawhide-debuginfo  136 k
Installing for dependencies:
 gnome-mount-nautilus-properties  x86_64  0.8-1.fc9    rawhide             18 k

This is a -debuginfo package, which should not depend on a non-debuginfo package like that.

Comment 1 Matthias Clasen 2009-01-30 05:58:54 UTC
gnome-mount.spec does nothing special with debuginfo. This has to be some rpmbuild issue.

Comment 2 Panu Matilainen 2009-02-07 12:44:38 UTC
What gnome-mount needs is a rebuild :) 

Notice the version: 0.8-1.fc9. In F9, -debuginfo packages had automatic dependency generation enabled (mistakenly or not, IIRC there was some debate over it), in F10 and rawhide they are generated with AutoReqProv:0.

Just rebuild it and the dependency will go away.

Comment 3 Christopher Beland 2009-02-14 03:11:57 UTC
Confirmed fixed with gnome-mount-0.8-3.fc11.x86_64.  Thanks!