rpms/libvirt/F-12 libvirt.spec,1.202,1.203

Daniel P. Berrange berrange at fedoraproject.org
Mon Jul 12 15:30:25 UTC 2010


Author: berrange

Update of /cvs/pkgs/rpms/libvirt/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3417

Modified Files:
	libvirt.spec 
Log Message:
Disable broken nwfilterxml2xmltest  on ppc


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-12/libvirt.spec,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -p -r1.202 -r1.203
--- libvirt.spec	12 Jul 2010 14:22:15 -0000	1.202
+++ libvirt.spec	12 Jul 2010 15:30:24 -0000	1.203
@@ -689,6 +689,12 @@ 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
+rm -f nwfilterxml2xmltest
+printf "#!/bin/sh\nexit 0\n" > nwfilterxml2xmltest
+chmod +x nwfilterxml2xmltest
+%endif
 make check
 
 %pre



More information about the scm-commits mailing list