Add an rpminspect.yaml file to disaable the badfuncs check

This commit is contained in:
John Kacur 2023-12-06 16:43:33 -05:00
parent 09fc2c3fa3
commit c70d914fe7
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: realtime-tests
Summary: Programs that test various rt-features
Version: 2.6
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-or-later
URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
Source0: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-%{version}.tar.xz
@ -76,6 +76,9 @@ latency. It also tests the functioning of priority-inheritance mutexes.
%{_mandir}/man8/determine_maximum_mpps.8.*
%changelog
* Wed Dec 06 2023 John Kacur <jkacur@redhat.com> - 2.6-2
- Add an rpminspect.yaml file to disaable the badfuncs check
* Fri Dec 01 2023 John Kacur <jkacur@redhat.com> - 2.6-1
- Update to latest version upstream v2.6
- Include SPDX changes

3
rpminspect.yaml Normal file
View File

@ -0,0 +1,3 @@
---
inspections:
badfuncs: off