https://bugzilla.redhat.com/show_bug.cgi?id=1081966 --- Comment #2 from Paul Howarth <paul@xxxxxxxxxxxx> --- (In reply to David Dick from comment #1) > Package built ok for rawhide only at > http://koji.fedoraproject.org/koji/taskinfo?taskID=6685344 > > FIX > > BR: Moose::Conflicts (t/zzz-check-breaks.t line 9, currently packaged as > part of perl-Moose) Good catch; fixed in -2. > TODO: > > BR: ExtUtils::MakeMaker >= 6.30 (Makefile.PL line 10). This is such an old > version of ExtUtils::MakeMaker that it is irrelevant (possibly excluding EL5) I don't think this is needed. ExtUtils::MakeMaker is used in two places: 1. In Makefile.PL, where version 6.30 is wanted. However, the package is built using Module::Build::Tiny and doesn't actually use Makefile.PL, so this one doesn't matter. 2. In t/00-report-prereqs.t, where any version is OK. Hence I omitted the version requirement. In practice, this version requirement really doesn't matter. Version 6.30 is available all the way back to EL-5, whilst Path::Tiny (also required by the module) can only be built for F-19 onwards due to its requirement for File::Spec ≥ 3.40, so the version of ExtUtils::MakeMaker will always be OK. Spec URL: http://subversion.city-fan.org/repos/cfo-repo/perl-MooseX-Types-Path-Tiny/branches/fedora/perl-MooseX-Types-Path-Tiny.spec SRPM URL: http://www.city-fan.org/~paul/extras/perl-MooseX-Types-Path-Tiny/perl-MooseX-Types-Path-Tiny-0.010-2.fc21.src.rpm -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review