[perl-WWW-Mechanize/el6] Added missing BuildRequires on perl(CGI).

Mathieu Bridon bochecha at fedoraproject.org
Fri Jul 15 04:05:28 UTC 2011


commit 6790eb28131ecfffa3227ead1b761c46a9cf69d2
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Jul 15 12:03:03 2011 +0800

    Added missing BuildRequires on perl(CGI).
    
    The perl(CGI) module became a subpackage of the main perl package
    in EL6 after this package had been built the first time.
    
    This commit fixes the FTBFS issue:
        https://bugzilla.redhat.com/show_bug.cgi?id=721238

 perl-WWW-Mechanize.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-WWW-Mechanize.spec b/perl-WWW-Mechanize.spec
index f067361..d1e7e8c 100644
--- a/perl-WWW-Mechanize.spec
+++ b/perl-WWW-Mechanize.spec
@@ -7,7 +7,7 @@
 
 Name:           perl-WWW-Mechanize
 Version:        1.62
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Automates web page form & link interaction
 
 Group:          Development/Libraries
@@ -36,6 +36,7 @@ Requires:       perl(URI::file)
 Requires:       perl(URI::URL)
 
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(CGI)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(HTML::Form) >= 1.038
@@ -136,6 +137,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 15 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 1.62-3
+- Added missing BR on perl(CGI).
+
 * Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.62-2
 - Mass rebuild with perl-5.12.0
 


More information about the scm-commits mailing list