Add a local rpminspect.yaml file and disable badfuncs test

Resolves: rhbz#2077925
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2022-04-22 12:18:03 -04:00
parent a30e0dc915
commit d3d606787f
2 changed files with 8 additions and 1 deletions

3
rpminspect.yaml Normal file
View File

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

View File

@ -1,6 +1,6 @@
Name: stress-ng
Version: 0.14.00
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Stress test a computer system in various ways
License: GPLv2+
@ -53,6 +53,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Fri Apr 22 2022 John Kacur <jkacur@redhat.com> - 0.14.00-2
- Add a local rpminspect.yaml file and disable badfuncs test
Resolves: rhbz#2077925
* Wed Apr 20 2022 John Kacur <jkacur@redhat.com> - 0.14.00-1
- Rebase to upstream V0.14.00
- Update Source URLs