[libguestfs] Re-enable tests on i686, supposedly TCG problems are fixed

Richard W.M. Jones rjones at fedoraproject.org
Thu Jun 27 07:57:20 UTC 2013


commit a10335b4ac3429fc0ecc4a313480022d9386c4b2
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Jun 27 08:56:49 2013 +0100

    Re-enable tests on i686, supposedly TCG problems are fixed
    
      (RHBZ#857026 etc.).

 libguestfs.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index ab61e8b..946df0c 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.23.6
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       LGPLv2+
 
 # Source and patches.
@@ -623,12 +623,8 @@ 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
@@ -889,6 +885,10 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
 
 
 %changelog
+* Thu Jun 27 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.23.6-2
+- Re-enable tests on i686, supposedly TCG problems are fixed
+  (RHBZ#857026 etc.).
+
 * Wed Jun 26 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.23.6-1
 - New upstream version 1.23.6.
 


More information about the scm-commits mailing list