From da61652c94111e966011f4a76134202b770fc0e9 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Thu, 24 Mar 2022 14:06:13 -0400 Subject: [PATCH] Add rpminpect configuration Suggested-by: Marta Lewandowska Signed-off-by: Robbie Harwood --- rpminspect.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rpminspect.yaml 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"