[libguestfs] Disable tests again, because the Rawhide kernel still won't boot.

Richard W.M. Jones rjones at fedoraproject.org
Tue Aug 24 13:29:21 UTC 2010


commit 317e0a38675aadb4d05e343510fa8decad3cb7c6
Author: Richard Jones <rjones at redhat.com>
Date:   Tue Aug 24 14:28:58 2010 +0100

    Disable tests again, because the Rawhide kernel still won't boot.

 libguestfs.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index d9b4d04..ecd9f41 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -42,7 +42,7 @@ Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
 Version:       1.5.4
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
@@ -504,7 +504,7 @@ chmod +x $borked
 popd
 
 %if %{runtests}
-make check
+#make check -- disabled because Rawhide kernel not booting 2010-08-24.
 %endif
 
 
@@ -712,6 +712,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 24 2010 Richard Jones <rjones at redhat.com> - 1:1.5.4-2
+- Disable tests again, because the Rawhide kernel still won't boot.
+
 * Tue Aug 24 2010 Richard Jones <rjones at redhat.com> - 1:1.5.4-1
 - New upstream development version 1.5.4.
 - Now requires febootstrap >= 2.8 and qemu >= 0.12.


More information about the scm-commits mailing list