From e161c35538520629b4f1a82b88080daec791c752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 16 Sep 2010 22:26:17 +0200 Subject: [PATCH] - disable the nwfilterxml2xmltest also on s390(x) --- libvirt.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 3c13ea2..14d1a5c 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -185,7 +185,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: 0.8.3 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz @@ -665,8 +665,9 @@ do printf "#!/bin/sh\nexit 0\n" > $i chmod +x $i done -# Temp hack till we figure out why its broken on ppc -%ifarch ppc +# Temp hack till we figure out why its broken on ppc and s390(x) +# a big endian issue? +%ifarch ppc s390 s390x rm -f nwfilterxml2xmltest printf "#!/bin/sh\nexit 0\n" > nwfilterxml2xmltest chmod +x nwfilterxml2xmltest @@ -916,6 +917,9 @@ fi %endif %changelog +* Thu Sep 16 2010 Dan HorĂ¡k - 0.8.3-3 +- disable the nwfilterxml2xmltest also on s390(x) + * Mon Aug 23 2010 Daniel P. Berrange - 0.8.3-2 - Fix potential overflow in boot menu code