[libguestfs] Attempt to run tests.

Richard W.M. Jones rjones at fedoraproject.org
Wed Oct 27 12:41:53 UTC 2010


commit f6f4cd21751513d5a5c9a857ba7df7482e902c3e
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Oct 27 13:41:48 2010 +0100

    Attempt to run tests.

 libguestfs.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index 2ac54a0..fb49a79 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.24
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
@@ -518,7 +518,7 @@ chmod +x $borked
 popd
 
 %if %{runtests}
-#make check # because of 630777
+make check
 %endif
 
 
@@ -739,6 +739,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 27 2010 Richard Jones <rjones at redhat.com> - 1:1.5.24-2
+- Attempt to run tests.
+
 * Wed Oct 27 2010 Richard Jones <rjones at redhat.com> - 1:1.5.24-1
 - New upstream development version 1.5.24.
 


More information about the scm-commits mailing list