add rpminspect.yaml file to skip annobin check
Resolves: RHEL-33486 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
parent
4a4fbd26cc
commit
b8992a3715
@ -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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
9
rpminspect.yaml
Normal file
9
rpminspect.yaml
Normal 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/*/*
|
Loading…
Reference in New Issue
Block a user