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

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


commit da4d2aa57cddad2e237e39d7543cbaaacdfacd47
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Jul 15 12:13:53 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=721257

 perl-Test-WWW-Mechanize.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-WWW-Mechanize.spec b/perl-Test-WWW-Mechanize.spec
index 2359a1b..420bacf 100644
--- a/perl-Test-WWW-Mechanize.spec
+++ b/perl-Test-WWW-Mechanize.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-WWW-Mechanize
 Version:        1.28
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Testing-specific WWW::Mechanize subclass
 
 Group:          Development/Libraries
@@ -13,6 +13,7 @@ BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 BuildRequires:  perl(Carp::Assert::More)
+BuildRequires:  perl(CGI)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTML::Lint)
 BuildRequires:  perl(HTTP::Server::Simple) >= 0.07
@@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 15 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 1.28-2
+- Added missing BR on perl(CGI).
+
 * Thu May 13 2010 Petr Pisar <ppisar at redhat.com> - 1.28-1
 - Version bump
 - Sort dependencies


More information about the scm-commits mailing list