Adding --skip-dynamic-tags to exceptions in rpminspect.yaml

Resolves: RHEL-33521
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2025-01-23 11:54:21 -05:00
parent e174b9a683
commit 83c276ec79
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,6 @@
inspections:
badfuncs: off
annocheck:
- rhel-policy: --skip-optimization --skip-cf-protection --skip-property-note
- 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
- hardened: --skip-optimization --skip-cf-protection --skip-property-note --ignore-unknown --skip-dynamic-tags --verbose

View File

@ -1,6 +1,6 @@
Name: stress-ng
Version: 0.18.06
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Stress test a computer system in various ways
License: GPL-2.0-or-later
@ -62,6 +62,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* 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
* Wed Nov 20 2024 John Kacur <jkacur@redhat.com> - 0.18.06-04
- Adding some annocheck exception changes to rpminspect
Resolves: RHEL-33521