From ec90f1afa8dad06d0d7abd7212759ba1162bccc5 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mar 26 2008 19:46:22 +0000 Subject: conditionalize tests so that they dont run on sparc --- diff --git a/elfutils.spec b/elfutils.spec index 033646c..16f8bbc 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,5 +1,5 @@ %define eu_version 0.133 -%define eu_release 2 +%define eu_release 3 %if %{?_with_compat:1}%{!?_with_compat:0} %define compat 1 @@ -194,7 +194,11 @@ chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so* } %check +# These tests fail in minor ways on sparc, and trying to get them fixed +# simply resulted in people flaming each other. Disabling for the time being. +%ifnarch sparc sparcv9 sparc64 make -s check +%endif %clean rm -rf ${RPM_BUILD_ROOT} @@ -270,6 +274,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Wed Mar 26 2008 Tom "spot" Callaway - 0.133-3 +- conditionalize tests so that they don't run on sparc + * Sun Mar 2 2008 Roland McGrath - 0.133-2 - Update to 0.133 - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)