rpms/abicheck/devel abicheck-1.2-ldlinux.patch, 1.2, 1.3 abicheck.spec, 1.46, 1.47

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jan 29 17:52:19 UTC 2008


Author: mschwendt

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

Modified Files:
	abicheck-1.2-ldlinux.patch abicheck.spec 
Log Message:
also look for ld64.so

abicheck-1.2-ldlinux.patch:

Index: abicheck-1.2-ldlinux.patch
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck-1.2-ldlinux.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abicheck-1.2-ldlinux.patch	2 Mar 2006 18:12:33 -0000	1.2
+++ abicheck-1.2-ldlinux.patch	29 Jan 2008 17:52:10 -0000	1.3
@@ -30,7 +30,7 @@
 +	my $ldlinux = '';
 +	open(DLFIND,"ldd $file0 |") or die "open: ldd: $!";
 +	while (<DLFIND>) {
-+	    /(ld(-linux)*.so.\d+)/ and /(\S+)/ and $ldlinux = $1;
++	    /(ld(-linux|64)*.so.\d+)/ and /(\S+)/ and $ldlinux = $1;
 +	}
 +	close(DLFIND);
 +	if ( $ldlinux =~ /^$/ ) {


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- abicheck.spec	29 Jan 2008 17:19:43 -0000	1.46
+++ abicheck.spec	29 Jan 2008 17:52:10 -0000	1.47
@@ -47,13 +47,6 @@
 
 
 %check
-cd test
-make private1
-ldd ./private1 || :
-../abicheck ./private1 || :
-../abicheck ./private1 || :
-../abicheck ./private1 2>/dev/null | grep 'PRIVATE:.*libc.*\(__open\|__nanosleep\)' && echo "true"
-cd -
 make test
 
 




More information about the fedora-extras-commits mailing list