From 5a45e466cf4d39bcac4673b4cf8cc4e13b703ce7 Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Sep 16 2010 20:29:05 +0000 Subject: - disable the nwfilterxml2xmltest also on s390(x) --- diff --git a/libvirt.spec b/libvirt.spec index 9911cc6..5639b08 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -184,7 +184,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: 0.8.4 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz @@ -658,8 +658,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 @@ -909,6 +910,9 @@ fi %endif %changelog +* Thu Sep 16 2010 Dan Horák - 0.8.4-2 +- disable the nwfilterxml2xmltest also on s390(x) + * Mon Sep 13 2010 Daniel Veillard - 0.8.4-1 - Upstream release 0.8.4