rpminspect.yaml: Ignore vgpreload libs for debuginfo inspection
This commit is contained in:
parent
3ae60e7ef7
commit
e25ecae115
@ -36,6 +36,14 @@ annocheck:
|
|||||||
# for the same reason as the standard tools (see above).
|
# for the same reason as the standard tools (see above).
|
||||||
- /usr/lib*/valgrind/*-*linux.a
|
- /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:
|
runpath:
|
||||||
allowed_paths:
|
allowed_paths:
|
||||||
# As described above, libmpiwrap is a wrapper against openmpi
|
# As described above, libmpiwrap is a wrapper against openmpi
|
||||||
|
Loading…
Reference in New Issue
Block a user