From f3c8c7e75b94ef89d781d49d181edfef604ee6fc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 10 Mar 2023 10:42:39 -0800 Subject: [PATCH] Bring rpminspect.yaml over from Brew dist-git Signed-off-by: Troy Dawson --- rpminspect.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 00000000..51ab060f --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,25 @@ +--- +inspections: + # Not a Java package + javabytecode: off + + # These just flag when things change "too much" + changedfiles: off + filesize: off + patches: off + upstream: off + + # https://bugzilla.redhat.com/show_bug.cgi?id=2007427 + manpage: off + + # https://bugzilla.redhat.com/show_bug.cgi?id=2007428 + elf: off + + # https://bugzilla.redhat.com/show_bug.cgi?id=1961250 + annocheck: off + + # https://bugzilla.redhat.com/show_bug.cgi?id=2007431 + permissions: off + + # kernel executables have debug symbols. + debuginfo: off