From e17d9b50f966b582de186f268f39e1f7db03db52 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Tue, 26 Mar 2024 13:30:28 -0400 Subject: [PATCH] Sync stress-ng in rhel-10 with rhel-9.5 Added gating.yaml Added rpminspect.yam Added tests dir Resolves: RHEL-30434 Signed-off-by: John Kacur --- gating.yaml | 6 ++++++ rpminspect.yaml | 3 +++ stress-ng.spec | 8 +++++++- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 gating.yaml create mode 100644 rpminspect.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..0c3bdf7 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + badfuncs: off diff --git a/stress-ng.spec b/stress-ng.spec index 501d43b..a0bd881 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -1,6 +1,6 @@ Name: stress-ng Version: 0.17.03 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Stress test a computer system in various ways License: GPL-2.0-or-later @@ -54,6 +54,12 @@ install -pm 644 bash-completion/%{name} \ %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Mar 26 2024 John Kacur - 0.17.03-3 +- Added gating.yaml +- Added rpminspect.yam +- Added tests dir +Resolves: RHEL-30434 + * Sat Jan 27 2024 Fedora Release Engineering - 0.17.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild