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