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:
parent
75a9f2fc76
commit
9da960980f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user