[libuser] Disable (make check) to allow parallel 32-bit and 64-bit builds

Miloslav Trmac mitr at fedoraproject.org
Fri Jan 21 16:22:17 UTC 2011


commit 9ee0ddb0114214737dfdab8566808e74b197e37e
Author: Miloslav Trmač <mitr at redhat.com>
Date:   Fri Jan 21 17:21:05 2011 +0100

    Disable (make check) to allow parallel 32-bit and 64-bit builds
    
    * Fri Jan 21 2011 Miloslav Trmač <mitr at redhat.com> - 0.57.1-3
    - Disable (make check) to allow parallel 32-bit and 64-bit builds

 libuser.spec |    9 +++++++--
 1 files 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č <mitr at redhat.com> - 0.57.1-3
+- Disable (make check) to allow parallel 32-bit and 64-bit builds
+
 * Thu Jan 20 2011 Miloslav Trmač <mitr at redhat.com> - 0.57.1-2
 - Don't default commonName to gecos if it is empty
   Resolves: #670151


More information about the scm-commits mailing list