rpms/elfutils/devel elfutils.spec,1.102,1.103

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Mar 26 19:46:59 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/elfutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7318

Modified Files:
	elfutils.spec 
Log Message:
conditionalize tests so that they dont run on sparc


Index: elfutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/elfutils/devel/elfutils.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- elfutils.spec	3 Mar 2008 00:46:00 -0000	1.102
+++ elfutils.spec	26 Mar 2008 19:46:22 -0000	1.103
@@ -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 @@
 }
 
 %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 @@
 %{_libdir}/libelf.a
 
 %changelog
+* Wed Mar 26 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.133-3
+- conditionalize tests so that they don't run on sparc
+
 * Sun Mar  2 2008 Roland McGrath <roland at redhat.com> - 0.133-2
 - Update to 0.133
   - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)




More information about the fedora-extras-commits mailing list