diff --git a/rpminspect.yaml b/rpminspect.yaml index 5aa3a59..cd7a002 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -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 diff --git a/stress-ng.spec b/stress-ng.spec index cadfb59..f4d2de7 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -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 - 0.18.06-10 +- Change the rpminspect.yaml with instructions from David Cantrell +Resolves: RHEL-33521 + * Tue Feb 11 2025 John Kacur - 0.18.06-9 - Add -fPIC flag to improve annocheck results Resolves: RHEL-33521