[libvirt] - disable the nwfilterxml2xmltest also on s390(x)

Dan Horák sharkcz at fedoraproject.org
Thu Sep 16 20:29:10 UTC 2010


commit 5a45e466cf4d39bcac4673b4cf8cc4e13b703ce7
Author: Dan Horák <dan at danny.cz>
Date:   Thu Sep 16 22:29:05 2010 +0200

    - disable the nwfilterxml2xmltest also on s390(x)

 libvirt.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
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 <dan[at]danny.cz> - 0.8.4-2
+- disable the nwfilterxml2xmltest also on s390(x)
+
 * Mon Sep 13 2010 Daniel Veillard <veillard at redhat.com> - 0.8.4-1
 - Upstream release 0.8.4
 


More information about the scm-commits mailing list