rpms/abicheck/devel abicheck-1.2-ldlinux.patch, 1.3, 1.4 abicheck.spec, 1.50, 1.51

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


Author: mschwendt

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

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/devel/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 17:52:10 -0000	1.3
+++ abicheck-1.2-ldlinux.patch	29 Jan 2008 20:23:36 -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/devel/abicheck.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- abicheck.spec	29 Jan 2008 19:53:00 -0000	1.50
+++ abicheck.spec	29 Jan 2008 20:23:36 -0000	1.51
@@ -64,7 +64,7 @@
 
 %changelog
 * Tue Jan 29 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.2-17
-- Make ldlinux patch also look for ld64.so
+- Make ldlinux patch look for more linker names.
 - Remove unbound_match patch. Not needed in F-9 devel.
 - Move fortify-source patch into separate dbfile in docdir.
 




More information about the fedora-extras-commits mailing list