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:
parent
5f0dcc8131
commit
9796f8ee2f
@ -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
|
Thu Jul 17 06:46:47 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -486,7 +486,8 @@ check_single_file()
|
|||||||
echo "$file differs in ELF sections"
|
echo "$file differs in ELF sections"
|
||||||
head -n 200 $dfile
|
head -n 200 $dfile
|
||||||
else
|
else
|
||||||
echo "WARNING: no idea about $file"
|
echo "$file: only difference was in build-id or gnu_debuglink, GOOD."
|
||||||
|
return 0
|
||||||
fi
|
fi
|
||||||
return 1
|
return 1
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user