grub2/rpminspect.yaml
Troy Dawson f3c8c7e75b Bring rpminspect.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-03-10 10:42:39 -08:00

26 lines
531 B
YAML

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