From abf69a4cdeb85cbf1455a64722fc7cb38b2e19b8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 10 Mar 2023 11:58:31 -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 0000000..7479b95 --- /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 + + # bootloader - can't do anything about executable stack + elf: off + + # These are v4-only network functions. Upstream is dead, and this tool is + # legacy, so we can consider it v4-only. + badfuncs: off + + # https://bugzilla.redhat.com/show_bug.cgi?id=2029601 + annocheck: off + + # So here's the thing: I don't care, especially because it's a symlink to + # the same place. Not only was usrmerge a waste of time, but it's the wrong + # direction: stuff in /usr should point to /. + pathmigration: off