rpminspect: fix ignore syntax and migrate

Resolves: #2026579
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2023-02-21 10:42:46 -05:00
parent 36401863be
commit 05b99a3203
2 changed files with 10 additions and 22 deletions

10
rpminspect.dson Normal file
View File

@ -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

View File

@ -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=2007431
permissions: off
# kernel executables have debug symbols.
debuginfo: off
# https://bugzilla.redhat.com/show_bug.cgi?id=2007428
elf:
ignore:
- /usr/lib/grub/i386-pc/kernel.*
- /usr/lib/grub/i386-pc/lnxboot.image