Debrand for AlmaLinux

Build btrfs module
This commit is contained in:
Eduard Abdullin 2025-09-13 01:47:24 +00:00 committed by root
commit 25328e0ea7
2 changed files with 13 additions and 3 deletions

View File

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

View File

@ -17,7 +17,7 @@
Name: grub2
Epoch: 1
Version: 2.12
Release: 29%{?dist}.alma.1
Release: 30%{?dist}.alma.1
Summary: Bootloader with support for Linux, Multiboot and more
License: GPL-3.0-or-later
URL: http://www.gnu.org/software/grub/
@ -565,10 +565,15 @@ fi
%endif
%changelog
* Wed Sep 10 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1:2.12-29.alma.1
* Sat Sep 13 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1:2.12-30.alma.1
- Debrand for AlmaLinux
- Build btrfs module
* Fri Sep 12 2025 Nicolas Frayer <nfrayer@redhat.com> 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 <lsandova@redhat.com> 2.12-29
- Fix the fallback mechanism when menu entries fail to boot
- Resolves: RHEL-113024