Adjust rpminspect to ignore debug symbols for testsuite

This commit is contained in:
Jan Kurik 2023-08-09 10:24:38 +02:00
parent f33bc340e9
commit 937c6cec50

View File

@ -3,6 +3,8 @@ debuginfo:
# Debug symbols are present in BPF modules as it is inherited # Debug symbols are present in BPF modules as it is inherited
# from the BPF it self # from the BPF it self
- /usr/libexec/pcp/pmdas/bpf/modules/*.so - /usr/libexec/pcp/pmdas/bpf/modules/*.so
# Ignore debug symbols related to testsuite on i686
- /usr/lib/debug/var/lib/pcp/testsuite/{*,*/{*,*/{*,*/*}}}debug
annocheck: annocheck:
ignore: ignore:
# Ignore hardening of pcp testsuite files # Ignore hardening of pcp testsuite files