"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.
gnome-mount.spec does nothing special with debuginfo. This has to be some rpmbuild issue.
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.
Confirmed fixed with gnome-mount-0.8-3.fc11.x86_64. Thanks!