From 0f3936272d5071ddbae7015a8002442b81925046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 12 May 2008 14:03:19 +0000 Subject: [PATCH] Add a comment about circular BR for bootstrap. --- perl-XML-SAX.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-XML-SAX.spec b/perl-XML-SAX.spec index 9d940f7..fb431e9 100644 --- a/perl-XML-SAX.spec +++ b/perl-XML-SAX.spec @@ -10,10 +10,10 @@ Source0: http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-%{version}.ta BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(XML::NamespaceSupport) -BuildRequires: perl(XML::LibXML) -BuildRequires: perl(XML::LibXML::Common) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(XML::NamespaceSupport) +# The following creates circular dependency, comment out for bootstrap: +BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common) Requires: perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}')) Requires: perl(XML::LibXML) perl(XML::LibXML::Common)