diff --git a/libguestfs.spec b/libguestfs.spec index 009fb27..d39a0dc 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -5,7 +5,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.0.76 -Release: 1%{?dist}.3 +Release: 1%{?dist}.4 License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -355,7 +355,7 @@ export LIBGUESTFS_DEBUG=1 # Tests disabled TEMPORARILY for faster builds of 1.0.76. Can be REENABLED. %ifarch %{ix86} -#make check +make check %endif @@ -562,6 +562,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Oct 30 2009 Richard W.M. Jones - 1.0.76-1.el5.4 +- Reenable tests. + * Fri Oct 30 2009 Richard W.M. Jones - 1.0.76-1.el5.3 - Try building tools now that EPEL may have been rebased to 5.4. - Tests disabled *temporarily* to allow faster builds.