Accepting request 241816 from home:msmeissn:branches:openSUSE:Tools

- if all ELF sections except build-id and .gnu_debuglink compare equal,
  this is the same binary.

OBS-URL: https://build.opensuse.org/request/show/241816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=147
This commit is contained in:
Stephan Kulow 2014-07-22 07:29:15 +00:00 committed by Git OBS Bridge
parent 5f0dcc8131
commit 9796f8ee2f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 22 06:45:25 UTC 2014 - meissner@suse.com
- if all ELF sections except build-id and .gnu_debuglink compare equal,
this is the same binary.
-------------------------------------------------------------------
Thu Jul 17 06:46:47 UTC 2014 - meissner@suse.com

View File

@ -486,7 +486,8 @@ check_single_file()
echo "$file differs in ELF sections"
head -n 200 $dfile
else
echo "WARNING: no idea about $file"
echo "$file: only difference was in build-id or gnu_debuglink, GOOD."
return 0
fi
return 1
;;