[libguestfs] Don't test on i686 because qemu TCG emulation (in 1.4.1-1.fc20) is not very stable.

Richard W.M. Jones rjones at fedoraproject.org
Mon Apr 29 21:24:35 UTC 2013


commit 2069185a26d991d3630ac7d61a823fbfb420022a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Apr 29 22:24:17 2013 +0100

    Don't test on i686 because qemu TCG emulation (in 1.4.1-1.fc20) is not very stable.

 libguestfs.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index e4135ed..d76e50c 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -12,7 +12,7 @@ Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
 Version:       1.21.34
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       LGPLv2+
 
 # Source and patches.
@@ -615,8 +615,12 @@ done
 popd
 
 %if %{runtests}
+# Don't test on i686 because qemu TCG emulation (in 1.4.1-1.fc20)
+# is not very stable.
+%ifnarch %{ix86}
 make check -k
 %endif
+%endif
 
 
 %install
@@ -877,7 +881,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
 
 
 %changelog
-* Mon Apr 29 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.21.34-1
+* Mon Apr 29 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.21.34-2
 - New upstream version 1.21.34.
 
 * Thu Apr 25 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.21.33-1


More information about the scm-commits mailing list