From 12e48512aba5b5f0c3b799f7a7b2842a176c9b3d Mon Sep 17 00:00:00 2001 From: Nicolas Frayer Date: Thu, 13 Mar 2025 17:42:51 +0100 Subject: [PATCH] Update gating.yaml for rhel-10 Resolves: #RHEL-83444 Signed-off-by: Nicolas Frayer --- gating.yaml | 2 +- shim-unsigned-x64.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 88d39ef..1c6bb80 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: manual.sst_desktop.shim.functional} diff --git a/shim-unsigned-x64.spec b/shim-unsigned-x64.spec index 3665cb6..26f2933 100644 --- a/shim-unsigned-x64.spec +++ b/shim-unsigned-x64.spec @@ -20,7 +20,7 @@ Name: shim-unsigned-%{efiarch} Version: 15.8 -Release: 2.el10 +Release: 3.el10 Summary: First-stage UEFI bootloader ExclusiveArch: x86_64 License: BSD @@ -160,6 +160,10 @@ cd .. %files debugsource -f build-%{efiarch}/debugsource.list %changelog +* Thu Mar 13 2025 Nicolas Frayer - 15.8-3.el10 +- Update gating.yaml for rhel-10 +- Resolves: #RHEL-83444 + * Wed Mar 12 2025 Nicolas Frayer - 15.8-2.el10 - Build for rhel10 - Resolves: #RHEL-82408