Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=810223 --- Comment #1 from Petr Pisar <ppisar@xxxxxxxxxx> 2012-04-05 10:54:19 EDT --- Thank you for finding this cycle, however I believe I've already fixed it on perl-HTML-Parser side since: commit 5501683d6bad7205ef78c6c4b842a2952842d2bd Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Jan 18 16:46:46 2012 +0100 Exclude HTTP::Headers dependency at Perl bootstrap diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 6a1cc0f..7b7f88e 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -3,7 +3,7 @@ Name: perl-%{real_name} Summary: Perl module for parsing HTML Version: 3.69 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-%{version}.tar.gz @@ -12,14 +12,18 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Tagset) >= 3 -BuildRequires: perl(HTTP::Headers) BuildRequires: perl(Test::More) BuildRequires: perl(URI) BuildRequires: perl(XSLoader) Requires: perl(HTML::Tagset) >= 3 -Requires: perl(HTTP::Headers) Requires: perl(URI) Requires: perl(XSLoader) +%if %{undefined perl_bootstrap} +# This creates cycle with perl-HTTP-Message. Weaken the dependency here because +# it's just a recommended dependency per META.yml. +BuildRequires: perl(HTTP::Headers) +Requires: perl(HTTP::Headers) +%endif %{?perl_default_filter} %{?perl_default_subpackage_tests} @@ -58,6 +62,9 @@ make test %changelog +* Wed Jan 18 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 3.69-3 +- Exclude HTTP::Headers dependency at Perl bootstrap + * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 3.69-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -- 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. -- 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