Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Dep versions in spec file
https://bugzilla.redhat.com/show_bug.cgi?id=530045
Summary: Dep versions in spec file Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Module-Install AssignedTo: steve@silug.org ReportedBy: ed@membled.com QAContact: extras-qa@fedoraproject.org CC: steve@silug.org, fedora-perl-devel-list@redhat.com Classification: Fedora
The spec file doesn't give versions for some requirements, this tightens it up:
--- perl-Module-Install.spec~ 2009-07-27 16:39:39.000000000 +0100 +++ perl-Module-Install.spec 2009-10-21 11:19:31.000000000 +0100 @@ -15,10 +15,10 @@
BuildRequires: perl(Archive::Tar) BuildRequires: perl(CPAN) -BuildRequires: perl(Devel::PPPort) -BuildRequires: perl(ExtUtils::Install) +BuildRequires: perl(Devel::PPPort) >= 3.16 +BuildRequires: perl(ExtUtils::Install) >= 1.52 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(ExtUtils::ParseXS) +BuildRequires: perl(ExtUtils::ParseXS) >= 2.19 BuildRequires: perl(File::Remove) >= 1.42 BuildRequires: perl(File::Spec) BuildRequires: perl(JSON)
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=530045
--- Comment #1 from Ed Avis ed@membled.com 2009-10-21 06:27:24 EDT --- Note that according to its Makefile.PL, Module::Install requires Devel::PPPort version 3.16. But perl 5.10, currently the version in rawhide, only provides 3.13. I don't know what you will decide to do about this.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=530045
Marcela Mašláňová mmaslano@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE
--- Comment #3 from Marcela Mašláňová mmaslano@redhat.com 2010-08-06 07:38:42 EDT --- BuildRequires: perl(Devel::PPPort) This was already fixed.
perl-devel@lists.fedoraproject.org