[Bug 530045] New: Dep versions in spec file

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 21 10:24:08 UTC 2009


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 at silug.org
        ReportedBy: ed at membled.com
         QAContact: extras-qa at fedoraproject.org
                CC: steve at silug.org, fedora-perl-devel-list at 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)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-perl-devel-list mailing list