From b82512213e74886c309ed915ef2f3d9a58526fa5 Mon Sep 17 00:00:00 2001 From: jbair Date: Thu, 10 Feb 2022 11:04:04 -0600 Subject: [PATCH] Instruct rpminspect to exclude firmware files for elf and annocheck inspections --- .alsa-firmware.metadata | 1 + rpminspect.yaml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .alsa-firmware.metadata create mode 100644 rpminspect.yaml diff --git a/.alsa-firmware.metadata b/.alsa-firmware.metadata new file mode 100644 index 0000000..1f00c57 --- /dev/null +++ b/.alsa-firmware.metadata @@ -0,0 +1 @@ +d53614be5edec88b8171f88cdbba778bc4cb4d17 alsa-firmware-1.2.4.tar.bz2 diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..0db035f --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,9 @@ +--- +# Exclude firmware files from elf and annocheck inspections as they will trigger false positives +elf: + exclude_path: ^/lib/firmware/* + +annocheck: + ignore: + - /lib/firmware/*.bin + - /lib/firmware/*/*