diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 881e859..1d5cc75 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 16 15:20:35 UTC 2012 - dvaleev@suse.com + +- disable 12html.t as it causes OOM on ppc64 + ------------------------------------------------------------------- Wed Feb 29 02:34:50 UTC 2012 - vcizek@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 951c35f..73ec8d4 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -58,6 +58,10 @@ perl Makefile.PL OPTIMIZE="%{optflags} -Wall" make %{?_smp_mflags} %check +%ifarch ppc64 s390x +# see rhbz#769537 +rm t/12html.t +%endif make test %install