rpminspect should ignore java classes from PCP testsuite

This commit is contained in:
Jan Kurik 2024-07-08 16:53:46 +02:00
parent 94daad66fc
commit 96b052feb8

View File

@ -9,3 +9,7 @@ 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/*