diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..251afa5 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,15 @@ +--- +inspections: + # These just flag when things change "too much" + changedfiles: off + filesize: off + patches: off + upstream: off + + # shim is... well, shim + disttag: off + + +elf: + # This is PE-land + exclude_path: ".*.efi.debug"