From 7b02af93baea09f63f1006d092010f7a3f2ed6bd Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Thu, 1 Dec 2022 11:17:05 +0000 Subject: [PATCH] Add rpminspect config file to disable javabytecode test Resolves: #2149488 side-tag: c9s-build-side-1378-stack-gate --- rpminspect.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..8b4fa58 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + javabytecode: off