Try to get rhel-10 gating to finally work
This commit is contained in:
parent
76413fedc9
commit
a1d511be27
@ -3,9 +3,4 @@ product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !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}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.12
|
||||
Release: 38%{?dist}
|
||||
Release: 39%{?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,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 10 2026 Marta Lewandowska <mlewando@redhat.com> - 2.12-39
|
||||
- Try to get gating tests running via fmf/tmt
|
||||
- Resolves: #RHEL-147757
|
||||
|
||||
* Wed Feb 4 2026 Nicolas Frayer <nfrayer@redhat.com> - 2.12-38
|
||||
- Fix several security issues about module unloading and file handling
|
||||
- Resolves: #RHEL-141581
|
||||
|
||||
@ -2,10 +2,11 @@
|
||||
|
||||
inspections:
|
||||
abidiff: off
|
||||
patches: off
|
||||
|
||||
---
|
||||
# Disable annobin stack check since grub's initialization code doesn't support it
|
||||
annocheck:
|
||||
extra_opts:
|
||||
- hardened: --skip-stack-prot --ignore-unknown --verbose
|
||||
- hardened: --skip-stack-prot --ignore-unknown --verbose --skip-pic --ignore-gaps
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user