syslinux/rpminspect.yaml
Troy Dawson abf69a4cde Bring rpminspect.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-03-10 11:58:31 -08:00

26 lines
686 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
# bootloader - can't do anything about executable stack
elf: off
# These are v4-only network functions. Upstream is dead, and this tool is
# legacy, so we can consider it v4-only.
badfuncs: off
# https://bugzilla.redhat.com/show_bug.cgi?id=2029601
annocheck: off
# So here's the thing: I don't care, especially because it's a symlink to
# the same place. Not only was usrmerge a waste of time, but it's the wrong
# direction: stuff in /usr should point to /.
pathmigration: off