diff --git a/libuser.spec b/libuser.spec index a129033..e8b53bf 100644 --- a/libuser.spec +++ b/libuser.spec @@ -2,7 +2,7 @@ Name: libuser Version: 0.60 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Base License: LGPLv2+ URL: https://fedorahosted.org/libuser/ @@ -57,7 +57,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' %check -make check +make check || cat test-suite.log # Verify that all python modules load, just in case. LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH} @@ -96,6 +96,9 @@ python -c "import libuser" %{_datadir}/gtk-doc/html/* %changelog +* Mon Oct 14 2013 Miloslav Trmač - 0.60-2 +- Include test suite output in build log on failure + * Mon Oct 14 2013 Miloslav Trmač - 0.60-1 - Update to libuser-0.60 Resolves: #910774, #985569, #1008825