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