rpms/abicheck/F-8 abicheck-1.2-ldlinux.patch, 1.3, 1.4 abicheck.spec, 1.43, 1.44

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jan 29 20:24:06 UTC 2008


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13018/F-8

Modified Files:
	abicheck-1.2-ldlinux.patch abicheck.spec 
Log Message:
+ more linker names

abicheck-1.2-ldlinux.patch:

Index: abicheck-1.2-ldlinux.patch
===================================================================
RCS file: /cvs/extras/rpms/abicheck/F-8/abicheck-1.2-ldlinux.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- abicheck-1.2-ldlinux.patch	29 Jan 2008 18:58:35 -0000	1.3
+++ abicheck-1.2-ldlinux.patch	29 Jan 2008 20:23:25 -0000	1.4
@@ -30,7 +30,7 @@
 +	my $ldlinux = '';
 +	open(DLFIND,"ldd $file0 |") or die "open: ldd: $!";
 +	while (<DLFIND>) {
-+	    /(ld(-linux|64)*.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/F-8/abicheck.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- abicheck.spec	29 Jan 2008 18:58:35 -0000	1.43
+++ abicheck.spec	29 Jan 2008 20:23:25 -0000	1.44
@@ -64,7 +64,7 @@
 
 %changelog
 * Tue Jan 29 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.2-15.1
-- Make ldlinux patch also look for ld64.so
+- Make ldlinux patch look for more linker names.
 - Remove unbound_match patch.
 - Move fortify-source patch into separate dbfile in docdir.
 




More information about the fedora-extras-commits mailing list