From 7f7ba6361f3ce1fcb0339879fe06c68c01135d5f Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Tue, 4 Jun 2024 14:51:39 -0500 Subject: [PATCH] change gating.yaml to match branch for rhel-10 change gating.yaml target from rhel-9 to rhel-10 bump version to 2.4-5 Resolves: RHEL-40030 Signed-off-by: Clark Williams --- gating.yaml | 2 +- realtime-setup.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/realtime-setup.spec b/realtime-setup.spec index cedfcf7..f464475 100644 --- a/realtime-setup.spec +++ b/realtime-setup.spec @@ -1,6 +1,6 @@ Name: realtime-setup Version: 2.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later Summary: Setup RT/low-latency environment details Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2 @@ -73,6 +73,10 @@ Neither the slub script or realtime-entsk are active by default. %{_unitdir}/realtime-entsk.service %changelog +* Tue Jun 4 2024 Clark Williams - 2.4.5 +- change gating.yaml target from rhel-9 to rhel-10 +Resolves: RHEL-40030 + * Tue Mar 26 2024 John Kacur - 2.4-4 - Add gating.yaml - Add tests dir