From e13acbe8fb89d88487db3f1eac9f701c066520d3 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Mon, 28 Mar 2022 16:02:26 -0400 Subject: [PATCH] Add rpminspect Signed-off-by: Robbie Harwood --- rpminspect.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..108d29a --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,10 @@ +--- +inspections: + # Not a Java package + javabytecode: off + + # These just flag when things change "too much" + changedfiles: off + filesize: off + patches: off + upstream: off