diff --git a/gating.yaml b/gating.yaml index 30db9e2..5b15a0b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,9 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: rtt.gating.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-x86_64-legacy.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-x86_64-efi.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-ppc64le-of.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-ppc64le-opal.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-aarch64-efi.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./grub2/rhivos-bootonce.functional} diff --git a/grub2.spec b/grub2.spec index 2a67eab..14cd60d 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPL-3.0-or-later URL: http://www.gnu.org/software/grub/ @@ -574,6 +574,11 @@ fi %endif %changelog +* Fri Sep 12 2025 Nicolas Frayer 2.12-30 +- gating.yaml: Update gating tests as there was a change in where +test composes are kept +- Resolves: #RHEL-114488 + * Mon Sep 08 2025 Leo Sandoval 2.12-29 - Fix the fallback mechanism when menu entries fail to boot - Resolves: RHEL-113024