diff --git a/rpminspect.yaml b/rpminspect.yaml index b78f74b..0c2d452 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -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 diff --git a/stress-ng.spec b/stress-ng.spec index 87ae895..a83e5aa 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -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 - 0.18.06-05 +- Adding --skip-dynamic-tags to exceptions in rpminspect.yaml +Resolves: RHEL-33521 + * Wed Nov 20 2024 John Kacur - 0.18.06-04 - Adding some annocheck exception changes to rpminspect Resolves: RHEL-33521