diff --git a/build-compare.changes b/build-compare.changes index 0e838f8..062b3de 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 21 19:19:19 UTC 2021 - Stephan Kulow + +- Fix build-compare for shadow package + ------------------------------------------------------------------- Mon Sep 20 08:25:27 UTC 2021 - Andreas Schwab diff --git a/build-compare.spec b/build-compare.spec index 1e7358c..5044494 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -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 diff --git a/pkg-diff.sh b/pkg-diff.sh index d853ce4..4eee363 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -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)" \