From 3c6e666c88879bd311493ce07cb6c34e00b980d2 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Thu, 30 Jan 2025 12:17:53 -0500 Subject: [PATCH] Adding annocheck rules to gating.yaml Resolves: RHEL-33521 Signed-off-by: John Kacur --- gating.yaml | 4 ++++ rpminspect.yaml | 1 - stress-ng.spec | 6 +++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 4ca9235..0d06613 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,3 +4,7 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} +annocheck: + - 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 --ignore-unknown --skip-dynamic-tags --verbose diff --git a/rpminspect.yaml b/rpminspect.yaml index a7e10aa..0c3bdf7 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,4 +1,3 @@ --- inspections: badfuncs: off - annocheck: off diff --git a/stress-ng.spec b/stress-ng.spec index fcd6abf..b356897 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -1,6 +1,6 @@ Name: stress-ng Version: 0.18.06 -Release: 6%{?dist} +Release: 7%{?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 30 2025 John Kacur - 0.18.06-7 +- Adding annocheck rules to gating.yaml +Resolves: RHEL-33521 + * Fri Jan 24 2025 John Kacur - 0.18.06-6 - Due to the special nature of stress-ng, it's not even possible to compile with -fpic or -fPIC, so turning annocheck off