From e231d26e81b2e4f46103dbe33e3de4cd7de5c2e7 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sep 18 2015 08:36:05 +0000 Subject: Make sure some info about the system is in the build.log before check. --- diff --git a/valgrind.spec b/valgrind.spec index 879f7e2..c77cfd2 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -265,6 +265,12 @@ done %endif %check +# Make sure some info about the system is in the build.log +uname -a +rpm -q glibc gcc %{?scl_prefix}binutils %{?scl_prefix}gdb +LD_SHOW_AUXV=1 /bin/true +cat /proc/cpuinfo + # Make sure a basic binary runs. ./vg-in-place /bin/true @@ -331,6 +337,9 @@ echo ===============END TESTING=============== %endif %changelog +* Fri Sep 18 2015 Mark Wielaard +- Make sure some info about the system is in the build.log before check. + * Tue Sep 15 2015 Orion Poplawski - 1:3.11.0-0.2.TEST1 - Rebuild for openmpi 1.10.0