Turn off annocheck optimization, cf-protection and property-note checks

Resolves: RHEL-33521
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2024-08-01 17:36:10 -04:00
parent 953862ead5
commit 46a889131f
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,5 @@
---
inspections:
badfuncs: off
annocheck:
- hardened: --skip-optimization --skip-cf-protection --skip-property-note

View File

@ -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 <jkacur@redhat.com> - 0.17.08-7
- Turn off annocheck optimization, cf-protection and property-note checks
Resolves: RHEL-33521
* Tue Jul 16 2024 John Kacur <jkacur@redhat.com> - 0.17.08-6
- Add mising tests directory for gating
Resolves: RHEL-48237