Reenable tests to build package for real.

This commit is contained in:
Richard W.M. Jones 2010-11-24 22:50:34 +00:00
parent 1210b14c1e
commit 0530795ba4

View File

@ -42,7 +42,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs Name: libguestfs
Epoch: 1 Epoch: 1
Version: 1.7.13 Version: 1.7.13
Release: 2%{?dist} Release: 3%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Development/Libraries Group: Development/Libraries
URL: http://libguestfs.org/ URL: http://libguestfs.org/
@ -508,7 +508,7 @@ chmod +x $borked
popd popd
%if %{runtests} %if %{runtests}
#make check - disabled while we get the packaging right make check
%endif %endif
@ -712,7 +712,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Nov 24 2010 Richard Jones <rjones@redhat.com> - 1:1.7.13-2 * Wed Nov 24 2010 Richard Jones <rjones@redhat.com> - 1:1.7.13-3
- New upstream development version 1.7.13. - New upstream development version 1.7.13.
- New manual pages containing example code. - New manual pages containing example code.
- Ship examples for C, OCaml, Ruby, Python. - Ship examples for C, OCaml, Ruby, Python.