rpminspect: fix ignore syntax and migrate
Resolves: #2026579 Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
36401863be
commit
05b99a3203
10
rpminspect.dson
Normal file
10
rpminspect.dson
Normal 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
|
@ -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
|
Loading…
Reference in New Issue
Block a user