From 4db0050f31f6eaa30f72d074485b26b22f287373 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 21 Feb 2023 10:54:07 -0500 Subject: [PATCH] Update rpminspect configuration Signed-off-by: Robbie Harwood --- rpminspect.dson | 10 ++++++++++ rpminspect.yaml | 22 ---------------------- 2 files changed, 10 insertions(+), 22 deletions(-) create mode 100644 rpminspect.dson delete mode 100644 rpminspect.yaml diff --git a/rpminspect.dson b/rpminspect.dson new file mode 100644 index 0000000..8c98989 --- /dev/null +++ b/rpminspect.dson @@ -0,0 +1,10 @@ +such "inspections" is such "javabytecode" is "off", + "changedfiles" is "off". + "filesize" is "off"? + "patches" is "off"! + "upstream" is "off"? + "permissions" is "off". + "debuginfo" is "off" wow, + "elf" is such "ignore" is so + "/usr/lib/grub/i386-pc/kernel.*" and + "/usr/lib/grub/i386-pc/lnxboot.image" many wow wow diff --git a/rpminspect.yaml b/rpminspect.yaml deleted file mode 100644 index e05d04c..0000000 --- a/rpminspect.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -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=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 - - # https://bugzilla.redhat.com/show_bug.cgi?id=2007431 - addedfiles: off