From 0f18325d49ef7d14a1d190f0a2943ffb80db264c480ec80ff716daacff71818d Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 17 Oct 2013 17:22:48 +0000 Subject: [PATCH] Accepting request 203626 from home:Andreas_Schwab:Factory - Also look into MSB shared objects OBS-URL: https://build.opensuse.org/request/show/203626 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=138 --- build-compare.changes | 5 +++++ build-compare.spec | 2 +- rpm-check.sh | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index e605d7f..fb51606 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:44:19 UTC 2013 - schwab@suse.de + +- Also look into MSB shared objects + ------------------------------------------------------------------- Thu May 24 10:17:15 UTC 2012 - aj@suse.de diff --git a/build-compare.spec b/build-compare.spec index c10f693..80e6db6 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -1,7 +1,7 @@ # # spec file for package build-compare # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/rpm-check.sh b/rpm-check.sh index bafec5e..13605ef 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -443,7 +443,7 @@ check_single_file() return 1 fi ;; - *ELF*executable*|*ELF*LSB\ shared\ object*) + *ELF*executable*|*ELF*[LM]SB\ shared\ object*) objdump -d --no-show-raw-insn old/$file | filter_disasm > $file1 if ! test -s $file1; then # objdump has no idea how to handle it