From 9ac209ec16684d508b1589481d53d40e061967bc Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Thu, 1 Dec 2022 10:25:54 +0000 Subject: [PATCH] Add rpminspect config file to disable javabytecode test Resolves: #2149478 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