dcavalca / rpms / qemu

Forked from rpms/qemu 10 months ago
Clone

Blame rpminspect.yaml

5c6b44
# complains about qemu use of: gethostbyname, inet_aton, inet_ntoa
5c6b44
# but warning here isn't really accomplishing anything
5c6b44
badfuncs:
5c6b44
  exclude_path: .*
5c6b44
5c6b44
# These pre-compiled files have `.symtab`
5c6b44
debuginfo:
5c6b44
  ignore:
5c6b44
    - /usr/share/qemu/palcode-clipper
5c6b44
    - /usr/share/qemu/hppa-firmware.img
5c6b44
5c6b44
# More pre-compiled rom warnings:
5c6b44
# - Program built without GNU_STACK: /usr/share/qemu/u-boot.e500
5c6b44
# - Stack is still executable: /usr/share/qemu/hppa-firmware.img
5c6b44
elf:
5c6b44
  exclude_path: ^/usr/share/qemu/(u-boot.e500|hppa-firmware.img)$
5c6b44
2601a9
2601a9
# bundled edk2 source CryptoPkg fuzz tests have invalid unicode,
2601a9
# but I assume that's intentional
2601a9
#
2601a9
# We would exclude that path using `unicode:` section, but fedora CI
2601a9
# doesn't allow it:
2601a9
# rpminspect: *** ignoring 'unicode' section in ...rpminspect.yaml; only allowed in system-wide configuration
2601a9
#
2601a9
# So instead we fully disable the unicode check
2601a9
inspections:
2601a9
  unicode: off