rpminspect should ignore java classes from PCP testsuite
This commit is contained in:
parent
9374fb264c
commit
a36bb1932a
@ -3,3 +3,13 @@ debuginfo:
|
||||
# Debug symbols are present in BPF modules as it is inherited
|
||||
# from the BPF it self
|
||||
- /usr/libexec/pcp/pmdas/bpf/modules/*.so
|
||||
# Ignore debug symbols related to testsuite on i686
|
||||
- /usr/lib/debug/var/lib/pcp/testsuite/{*,*/{*,*/{*,*/*}}}debug
|
||||
annocheck:
|
||||
ignore:
|
||||
# Ignore hardening of pcp testsuite files
|
||||
- /usr/lib*/libpcp_fault.so*
|
||||
javabytecode:
|
||||
ignore:
|
||||
# Ignote java classes from the PCP testsuite - these are broken by a purpose
|
||||
- /var/lib/pcp/testsuite/java/*
|
||||
|
Loading…
Reference in New Issue
Block a user