Accepting request 241832 from openSUSE:Tools

1

OBS-URL: https://build.opensuse.org/request/show/241832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=79
This commit is contained in:
Stephan Kulow 2014-07-25 07:08:47 +00:00 committed by Git OBS Bridge
commit b21fd46b8f
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
;;