rpms/elfutils/devel elfutils.spec,1.22,1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 5 00:01:36 UTC 2005


Update of /cvs/dist/rpms/elfutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10014

Modified Files:
	elfutils.spec 
Log Message:
disable make check, having trouble on s390x



Index: elfutils.spec
===================================================================
RCS file: /cvs/dist/rpms/elfutils/devel/elfutils.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- elfutils.spec	4 Apr 2005 23:50:28 -0000	1.22
+++ elfutils.spec	5 Apr 2005 00:01:34 -0000	1.23
@@ -1,5 +1,5 @@
 %define version 0.106
-%define release 1
+%define release 2
 
 %define gpl 0
 %if %{?_with_compat:1}%{!?_with_compat:0}
@@ -159,7 +159,9 @@
 
 %check
 cd build-%{_target_platform}
+%ifarch i386 x86_64
 make check
+%endif
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -224,6 +226,9 @@
 %{_libdir}/libelf.so
 
 %changelog
+* Mon Apr  4 2005 Roland McGrath <roland at redhat.com> - 0.106-2
+- disable make check for most arches, for now
+
 * Mon Apr  4 2005 Roland McGrath <roland at redhat.com> - 0.106-1
 - update to 0.106
 




More information about the fedora-cvs-commits mailing list