Update gating.yaml for rhel-10

Resolves: #RHEL-83444
Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
Nicolas Frayer 2025-03-13 17:42:51 +01:00
parent db2afa44d5
commit 12e48512ab
2 changed files with 6 additions and 2 deletions

View File

@ -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}

View File

@ -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 <nfrayer@redhat.com> - 15.8-3.el10
- Update gating.yaml for rhel-10
- Resolves: #RHEL-83444
* Wed Mar 12 2025 Nicolas Frayer <nfrayer@redhat.com> - 15.8-2.el10
- Build for rhel10
- Resolves: #RHEL-82408