Due to the special nature of stress-ng, it's not even possible to compile

with -fpic or -fPIC, so turning annocheck off
Resolves: RHEL-33521

Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2025-01-24 16:53:00 -05:00
parent 83c276ec79
commit 461a3c9894
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,4 @@
---
inspections:
badfuncs: off
annocheck:
- rhel-policy: --skip-optimization --skip-cf-protection --skip-property-note --ignore-unknown --skip-dynamic-tags --verbose
extra_opts:
- hardened: --skip-optimization --skip-cf-protection --skip-property-note --ignore-unknown --skip-dynamic-tags --verbose
annocheck: off

View File

@ -1,6 +1,6 @@
Name: stress-ng
Version: 0.18.06
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Stress test a computer system in various ways
License: GPL-2.0-or-later
@ -62,6 +62,11 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Fri Jan 24 2025 John Kacur <jkacur@redhat.com> - 0.18.06-6
- Due to the special nature of stress-ng, it's not even possible to compile
with -fpic or -fPIC, so turning annocheck off
Resolves: RHEL-33521
* Thu Jan 23 2025 John Kacur <jkacur@redhat.com> - 0.18.06-05
- Adding --skip-dynamic-tags to exceptions in rpminspect.yaml
Resolves: RHEL-33521