render / rpms / qemu

Forked from rpms/qemu 4 months ago
Clone
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
inspections:
cf8442
  # complains about qemu use of: gethostbyname, inet_aton, inet_ntoa
cf8442
  # Warning here isn't really accomplishing anything
cf8442
  badfuncs: off
cf8442
cf8442
  # bundled edk2 source CryptoPkg fuzz tests have invalid unicode,
cf8442
  # but I assume that's intentional
cf8442
  #
cf8442
  # We would exclude that path using `unicode:` section, but fedora CI
cf8442
  # doesn't allow it:
cf8442
  # rpminspect: *** ignoring 'unicode' section in ...rpminspect.yaml; only allowed in system-wide configuration
cf8442
  #
cf8442
  # So instead we fully disable the unicode check
2601a9
  unicode: off