rpms/abicheck/devel abicheck.spec,1.20,1.21

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Aug 16 13:38:39 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22734

Modified Files:
	abicheck.spec 
Log Message:
ldd output on ppc is broken - bug #166055


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- abicheck.spec	16 Aug 2005 13:00:16 -0000	1.20
+++ abicheck.spec	16 Aug 2005 13:38:37 -0000	1.21
@@ -46,18 +46,7 @@
 
 %check
 cd test
-# most of this is debug stuff only
-make private1 public1
-for a in $(seq 1 50); do ( 
-    echo "-----"
-    ../abicheck ./public1 || :
-    LD_DEBUG=files,bindings ldd -r ./public1 || :
-    ../abicheck ./private1 | egrep 'PRIVATE:.*libc.*(__open|__nanosleep)' || :
-    LD_DEBUG=files,bindings ldd -r ./private1 || :
-); done
-cd -
 make test
-:
 
 
 %clean




More information about the scm-commits mailing list