From 284cb0d912d1ed1d2d09d0315dde9fc2b759dda2 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Mon, 17 Jun 2024 14:54:35 -0400 Subject: [PATCH] Change the gating.yaml from rhel-9 to rhel-10 Resolves: RHEL-42982 Signed-off-by: John Kacur --- gating.yaml | 2 +- rteval-loads.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 648918d..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,6 @@ --- !Policy product_versions: - - rhel-9 + - rhel-10 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/rteval-loads.spec b/rteval-loads.spec index f35988a..4a4d356 100644 --- a/rteval-loads.spec +++ b/rteval-loads.spec @@ -1,6 +1,6 @@ Name: rteval-loads Version: 1.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Source files for rteval loads Group: Development/Tools License: GPL-2.0-only @@ -27,6 +27,10 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog +* Mon Jun 17 2024 John Kacur - 1.6-9 +- Change the gating.yaml from rhel-9 to rhel-10 +Resolves: RHEL-42982 + * Tue Mar 26 2024 John Kacur - 1.6-8 - Add gating.yaml - Add tests