From db2afa44d5970e054fa02f4314976ae5120656fb Mon Sep 17 00:00:00 2001 From: Nicolas Frayer Date: Wed, 12 Mar 2025 15:26:09 +0100 Subject: [PATCH] Build for rhel10 Resolves: #RHEL-82408 Signed-off-by: Nicolas Frayer --- shim-unsigned-x64.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shim-unsigned-x64.spec b/shim-unsigned-x64.spec index df27ed3..3665cb6 100644 --- a/shim-unsigned-x64.spec +++ b/shim-unsigned-x64.spec @@ -20,7 +20,7 @@ Name: shim-unsigned-%{efiarch} Version: 15.8 -Release: 2.el9 +Release: 2.el10 Summary: First-stage UEFI bootloader ExclusiveArch: x86_64 License: BSD @@ -160,6 +160,10 @@ cd .. %files debugsource -f build-%{efiarch}/debugsource.list %changelog +* Wed Mar 12 2025 Nicolas Frayer - 15.8-2.el10 +- Build for rhel10 +- Resolves: #RHEL-82408 + * Wed Feb 07 2024 Peter Jones - 15.8-2.el9 - Rebuild to fix the commit ident and MAKEFLAGS Resolves: RHEL-56466