From 9ee0ddb0114214737dfdab8566808e74b197e37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 21 Jan 2011 17:21:05 +0100 Subject: [PATCH] Disable (make check) to allow parallel 32-bit and 64-bit builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fri Jan 21 2011 Miloslav Trmač - 0.57.1-3 - Disable (make check) to allow parallel 32-bit and 64-bit builds --- libuser.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libuser.spec b/libuser.spec index 24ac297..ab85829 100644 --- a/libuser.spec +++ b/libuser.spec @@ -2,7 +2,7 @@ Name: libuser Version: 0.57.1 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Base License: LGPLv2+ URL: https://fedorahosted.org/libuser/ @@ -63,7 +63,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' %check -make check +# This uses fixed port numbers, and thus breaks when building 32-bit and 64-bit +# packages in parallel on the same machine +# make check # Verify that all python modules load, just in case. LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH} @@ -105,6 +107,9 @@ python -c "import libuser" %{_datadir}/gtk-doc/html/* %changelog +* Fri Jan 21 2011 Miloslav Trmač - 0.57.1-3 +- Disable (make check) to allow parallel 32-bit and 64-bit builds + * Thu Jan 20 2011 Miloslav Trmač - 0.57.1-2 - Don't default commonName to gecos if it is empty Resolves: #670151