Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Net-SinFP - Full operating system stack fingerprinting suite Alias: perl-Net-SinFP
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239164
------- Additional Comments From tibbs@math.uh.edu 2007-06-10 01:06 EST ------- This fails to build for me in rawhide due to a missing build dependency on perl(ExtUtils::MakeMaker). You also need build dependencies on Test::Pod and Test::Pod::Coverage. Having done that, rpmlint gives: W: perl-Net-SinFP unversioned-explicit-provides SinFP which is something you'll have to filter. cpanspec can do the filtering for you with --filter-provides.
Also, the built package fails to install because nothing provides perl(Net::Packet::Target). I suppose Net::Package is expected to provide it, but it doesn't. Either that or rpm thinks this package needs it when it doesn't.