diff --git a/rpminspect.yaml b/rpminspect.yaml index e2816ea..0ebee4b 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -36,6 +36,14 @@ annocheck: # for the same reason as the standard tools (see above). - /usr/lib*/valgrind/*-*linux.a +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 + runpath: allowed_paths: # As described above, libmpiwrap is a wrapper against openmpi