Bring rpminspect.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
parent
2e1f948a3e
commit
f3c8c7e75b
25
rpminspect.yaml
Normal file
25
rpminspect.yaml
Normal file
@ -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
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# kernel executables have debug symbols.
|
||||||
|
debuginfo: off
|
Loading…
Reference in New Issue
Block a user