From d221b53b32ae00f569c1ceea9827b7227f234740 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Mon, 24 Apr 2023 16:27:15 +0200 Subject: [PATCH] rpminspect.yaml: Ignore vgpreload libs for debuginfo inspection Related: rhbz#2124346 --- rpminspect.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 8be62df..cbcd37c 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -25,3 +25,11 @@ annocheck: # as optimizations need to be disabled so they don't interfere or break # the checks that valgrind does internally. - /usr/libexec/valgrind/vgpreload*so + +debuginfo: + ignore: + # We add the debuginfo to vgpreload libraries because we want to show the + # user exactly where the issue is, which we cannot without always having + # the symtab around. The vgpreload libraries are really tiny, so it doesn't + # have a big impact on the package size. + - /usr/libexec/valgrind/vgpreload*.so