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)