commit 6790eb28131ecfffa3227ead1b761c46a9cf69d2 Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxx> - 1.62-3 +- Added missing BR on perl(CGI). + * Fri May 07 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 1.62-2 - Mass rebuild with perl-5.12.0 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel