From 96b052feb8958cb55cb3e72b8d9377daebbe90c8 Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Mon, 8 Jul 2024 16:53:46 +0200 Subject: [PATCH] rpminspect should ignore java classes from PCP testsuite --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index f6cee27..96e2115 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -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/*