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 <williams@redhat.com>
This commit is contained in:
Clark Williams 2024-06-04 14:51:39 -05:00
parent 515a2b7ca4
commit 7f7ba6361f
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- !Policy --- !Policy
product_versions: product_versions:
- rhel-9 - rhel-10
decision_context: osci_compose_gate decision_context: osci_compose_gate
rules: rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,6 +1,6 @@
Name: realtime-setup Name: realtime-setup
Version: 2.4 Version: 2.4
Release: 4%{?dist} Release: 5%{?dist}
License: GPL-2.0-or-later License: GPL-2.0-or-later
Summary: Setup RT/low-latency environment details Summary: Setup RT/low-latency environment details
Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2 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 %{_unitdir}/realtime-entsk.service
%changelog %changelog
* Tue Jun 4 2024 Clark Williams <williams@redhat.com> - 2.4.5
- change gating.yaml target from rhel-9 to rhel-10
Resolves: RHEL-40030
* Tue Mar 26 2024 John Kacur <jkacur@redhat.com> - 2.4-4 * Tue Mar 26 2024 John Kacur <jkacur@redhat.com> - 2.4-4
- Add gating.yaml - Add gating.yaml
- Add tests dir - Add tests dir