From 1bc9801b2d8483b6842dd7d2b659fb5f4440d669970623a10d09c18ec1ddf6b0 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 21 Sep 2021 19:44:56 +0000 Subject: [PATCH] - Fix build-compare for shadow package OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=286 --- build-compare.changes | 5 +++++ build-compare.spec | 2 +- pkg-diff.sh | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) 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)" \