diff --git a/alsa-firmware.spec b/alsa-firmware.spec index 05745c4..07d4611 100644 --- a/alsa-firmware.spec +++ b/alsa-firmware.spec @@ -5,7 +5,7 @@ Summary: Firmware for several ALSA-supported sound cards Name: alsa-firmware Version: 1.2.4 -Release: 12%{?dist} +Release: 13%{?dist} # See later in the spec for a breakdown of licensing License: GPL-1.0-or-later and BSD-3-Clause and GPL-2.0-or-later and GPL-2.0-only and LGPL-2.1-or-later URL: http://www.alsa-project.org/ @@ -200,6 +200,9 @@ make install DESTDIR=%{buildroot} %changelog +* Thu May 2 2024 Jaroslav Kysela - 1.2.4-13 +- Add rpminspect.yaml file to skip annonbin check + * Mon Jan 22 2024 Fedora Release Engineering - 1.2.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..c8f634b --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,9 @@ +# exclude elf check +elf: + exclude_path: ^/lib/firmware/* + +# exclude binary firmware files from annocheck entirely +annocheck: + ignore: + - /lib/firmware/*.bin + - /lib/firmware/*/*