- Fix build-compare for shadow package

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=286
This commit is contained in:
Olaf Hering 2021-09-21 19:44:56 +00:00 committed by Git OBS Bridge
parent e57ee3eb61
commit 1bc9801b2d
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 21 19:19:19 UTC 2021 - Stephan Kulow <coolo@suse.de>
- Fix build-compare for shadow package
-------------------------------------------------------------------
Mon Sep 20 08:25:27 UTC 2021 - Andreas Schwab <schwab@suse.de>

View File

@ -21,7 +21,7 @@ Summary: Build Result Compare Script
License: GPL-2.0+
Group: Development/Tools/Building
Url: https://github.com/openSUSE/build-compare
Version: 20210920T124345.b684003
Version: 20210921T214418.86d06d9
Release: 0
Source1: COPYING
Source2: same-build-result.sh

View File

@ -906,9 +906,9 @@ check_single_file()
ELF*executable*|\
ELF*[LM]SB\ relocatable*|\
ELF*[LM]SB\ shared\ object*|\
setuid\ ELF*[LM]SB\ shared\ object*|\
set?id\ ELF*[LM]SB\ shared\ object*|\
ELF*[LM]SB\ pie\ executable*|\
setuid\ ELF*[LM]SB\ pie\ executable*)
set?id\ ELF*[LM]SB\ pie\ executable*)
diff --speed-large-files --unified \
--label "old $file (disasm)" \
--label "new $file (disasm)" \