alsa-firmware/rpminspect.yaml
Jaroslav Kysela f620c4cc2a rpminspect.yaml: do not check debuginfo for firmware files
Resolves: RHEL-70755

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
2024-12-18 14:46:34 +00:00

18 lines
438 B
YAML

# exclude elf check
elf:
exclude_path: ^/lib/firmware/*
# exclude binary firmware files from debuginfo check entirely
# we cannot verify the functionalify for stripped files
# and they are not executed on host CPU
debuginfo:
ignore:
- /lib/firmware/*.bin
- /lib/firmware/*/*
# exclude binary firmware files from annocheck entirely
annocheck:
ignore:
- /lib/firmware/*.bin
- /lib/firmware/*/*