add rpminspect.yaml file to skip annobin check

Resolves: RHEL-33486

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
Jaroslav Kysela 2024-05-02 15:11:33 +02:00
parent 4a4fbd26cc
commit b8992a3715
2 changed files with 13 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Summary: Firmware for several ALSA-supported sound cards Summary: Firmware for several ALSA-supported sound cards
Name: alsa-firmware Name: alsa-firmware
Version: 1.2.4 Version: 1.2.4
Release: 12%{?dist} Release: 13%{?dist}
# See later in the spec for a breakdown of licensing # 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 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/ URL: http://www.alsa-project.org/
@ -200,6 +200,9 @@ make install DESTDIR=%{buildroot}
%changelog %changelog
* Thu May 2 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.4-13
- Add rpminspect.yaml file to skip annonbin check
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-12 * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

9
rpminspect.yaml Normal file
View File

@ -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/*/*