rpminspect.yaml: Ignore vgpreload libs for debuginfo inspection

This commit is contained in:
Jesus Checa Hidalgo 2023-04-24 16:06:05 +02:00
parent 3ae60e7ef7
commit e25ecae115

View File

@ -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