Change the rpminspect.yaml with instructions from David Cantrell

Resolves: RHEL-33521
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2025-02-14 14:11:38 -05:00
parent 75a9f2fc76
commit 9da960980f
2 changed files with 12 additions and 4 deletions

View File

@ -2,7 +2,11 @@
inspections:
badfuncs: off
annocheck:
- rhel-policy: --skip-optimization --skip-cf-protection --skip-property-note --ignore-unknown --skip-dynamic-tags --verbose
annocheck:
# this is passed to --profile= for annocheck
profile: el10
extra_opts:
- hardened: --skip-optimization --skip-cf-protection --skip-property-note --ignore-unknown --skip-dynamic-tags --verbose
# the first option is for multiple platforms
# the next two are for aarch64
# not included here is --skip-optimization
hardened: --skip-cf-protection --skip-dynamic-tags --skip-property-note --ignore-unknown --verbose

View File

@ -1,6 +1,6 @@
Name: stress-ng
Version: 0.18.06
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Stress test a computer system in various ways
License: GPL-2.0-or-later
@ -63,6 +63,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Fri Feb 14 2025 John Kacur <jkacur@redhat.com> - 0.18.06-10
- Change the rpminspect.yaml with instructions from David Cantrell
Resolves: RHEL-33521
* Tue Feb 11 2025 John Kacur <jkacur@redhat.com> - 0.18.06-9
- Add -fPIC flag to improve annocheck results
Resolves: RHEL-33521