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:
parent
a30e0dc915
commit
d3d606787f
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
inspections:
|
||||||
|
badfuncs: off
|
@ -1,6 +1,6 @@
|
|||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.14.00
|
Version: 0.14.00
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Stress test a computer system in various ways
|
Summary: Stress test a computer system in various ways
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -53,6 +53,10 @@ install -pm 644 bash-completion/%{name} \
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 20 2022 John Kacur <jkacur@redhat.com> - 0.14.00-1
|
||||||
- Rebase to upstream V0.14.00
|
- Rebase to upstream V0.14.00
|
||||||
- Update Source URLs
|
- Update Source URLs
|
||||||
|
Loading…
Reference in New Issue
Block a user