traceroute's build strips the binary, producing a useless debuginfo package. Fix attached, more info at http://fedoraproject.org/wiki/Packaging/Debuginfo
Created attachment 160167 [details] Fix -debuginfo package
Martin, Why I did not receive this report as well? Add me to co-maintainers (I am well familiar with the upstream author :) )
Created attachment 160243 [details] Patch for .spec file No extra patch actually required, just re-define variable at the make invokation...
(In reply to comment #3) > No extra patch actually required, just re-define variable at the make > invokation... Looks like redefining it that way may in some cases overwrite stuff default.rules adds to LDFLAGS.
> Looks like redefining it that way may in some cases overwrite stuff > default.rules adds to LDFLAGS. Nope. The "override" gmake directive prevents this. (Moreover, it was initially intended to do so the clean way.)
LDFLAGS was added to spec file. This should be fixed in RAWHIDE (traceroute-2.0.7-1.fc8).