From 2a5ee65a6dbd2c3f868c93ee800d12c657b98ef1 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Wed, 21 Feb 2024 08:49:08 -0600 Subject: [PATCH] Remove shim-ia32 from the installed packages since we don't produce shim-ia32 any more. Signed-off-by: Brian Stinson --- 80-rhel/runtime-install.tmpl | 2 -- lorax-templates-rhel.spec | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl index 717164e..5c094e7 100644 --- a/80-rhel/runtime-install.tmpl +++ b/80-rhel/runtime-install.tmpl @@ -61,8 +61,6 @@ installpkg glibc-all-langpacks installpkg efibootmgr installpkg shim-x64 installpkg grub2-efi-x64-cdboot>=${GRUB2VER} - installpkg shim-ia32 - installpkg grub2-efi-ia32-cdboot>=${GRUB2VER} installpkg biosdevname installpkg grub2-tools>=${GRUB2VER} grub2-tools-minimal>=${GRUB2VER} installpkg grub2-tools-extra>=${GRUB2VER} diff --git a/lorax-templates-rhel.spec b/lorax-templates-rhel.spec index 6368453..cae4656 100644 --- a/lorax-templates-rhel.spec +++ b/lorax-templates-rhel.spec @@ -1,6 +1,6 @@ Name: lorax-templates-rhel Version: 10.0 -Release: 41%{?dist} +Release: 42%{?dist} Summary: RHEL build templates for lorax and livemedia-creator License: GPLv2+ @@ -40,6 +40,9 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Wed Feb 21 2024 Brian Stinson - 10.0-42 +- Remove shim-ia32 from the installed packages list + * Sun Jan 14 2024 Yaakov Selkowitz - 10.0-41 - Replace wget with wget2