Adding some annocheck exception changes to rpminspect
Resolves: RHEL-33521 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
dca8979b00
commit
e174b9a683
@ -2,4 +2,6 @@
|
|||||||
inspections:
|
inspections:
|
||||||
badfuncs: off
|
badfuncs: off
|
||||||
annocheck:
|
annocheck:
|
||||||
- hardened: --skip-optimization --skip-cf-protection --skip-property-note
|
- rhel-policy: --skip-optimization --skip-cf-protection --skip-property-note
|
||||||
|
extra_opts:
|
||||||
|
- hardened: --skip-optimization --skip-cf-protection --skip-property-note
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.18.06
|
Version: 0.18.06
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Stress test a computer system in various ways
|
Summary: Stress test a computer system in various ways
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -62,6 +62,10 @@ install -pm 644 bash-completion/%{name} \
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 20 2024 John Kacur <jkacur@redhat.com> - 0.18.06-04
|
||||||
|
- Adding some annocheck exception changes to rpminspect
|
||||||
|
Resolves: RHEL-33521
|
||||||
|
|
||||||
* Wed Nov 06 2024 John Kacur <jkacur@redhat.com> - 0.18.06-3
|
* Wed Nov 06 2024 John Kacur <jkacur@redhat.com> - 0.18.06-3
|
||||||
- Remove the revert patch and replace it with an upstream fix for power
|
- Remove the revert patch and replace it with an upstream fix for power
|
||||||
- Include all of the stress-ng patches available past 0.18.06
|
- Include all of the stress-ng patches available past 0.18.06
|
||||||
|
Loading…
Reference in New Issue
Block a user