From 64dc7670b0c1d1d766c96224f9b46e498d2c7042 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Thu, 23 Sep 2021 16:44:52 -0400 Subject: [PATCH] Add rpminspect config file Signed-off-by: Robbie Harwood --- rpminspect.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..015af4e --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,22 @@ +--- +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