diff --git a/rpminspect.yaml b/rpminspect.yaml index 0c3bdf7..5f36135 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,3 +1,5 @@ --- inspections: badfuncs: off +annocheck: + - hardened: --skip-optimization --skip-cf-protection --skip-property-note diff --git a/stress-ng.spec b/stress-ng.spec index 91c2802..8134514 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -1,12 +1,11 @@ Name: stress-ng Version: 0.17.08 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Stress test a computer system in various ways License: GPL-2.0-or-later URL: https://github.com/ColinIanKing/stress-ng Source0: https://github.com/ColinIanKing/stress-ng/archive/V%{version}/%{name}-%{version}.tar.gz -Patch1: core-asm-arm.h-declare-stress_asm_arm_yield-when-HAV.patch BuildRequires: make BuildRequires: gcc @@ -25,6 +24,9 @@ BuildRequires: libatomic BuildRequires: zlib-devel BuildRequires: Judy-devel +# Patches +Patch1: core-asm-arm.h-declare-stress_asm_arm_yield-when-HAV.patch + %description Stress test a computer system in various ways. It was designed to exercise various physical subsystems of a computer as well as the various operating @@ -53,6 +55,10 @@ install -pm 644 bash-completion/%{name} \ %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Aug 01 2024 John Kacur - 0.17.08-7 +- Turn off annocheck optimization, cf-protection and property-note checks +Resolves: RHEL-33521 + * Tue Jul 16 2024 John Kacur - 0.17.08-6 - Add mising tests directory for gating Resolves: RHEL-48237