Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Please do not depend on perl devel packages
https://bugzilla.redhat.com/show_bug.cgi?id=432176
------- Additional Comments From kevin@tummy.com 2008-02-09 22:22 EST ------- This appears from first glance due to sa-compile.
It writes out Makefile.PL files that have a "use ExtUtils::MakeMaker;" in it, and rpm picks that up as a dependency. ;(
I guess we need to filter our Requires out to get around that. ;(