From a86220a02fbde83a7ea97dd134ba63a8692a7ddcb3c22bc8ad11509c88efcbf2 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 10 Oct 2023 09:27:16 +0000 Subject: [PATCH] Accepting request 1115842 from home:lnussel:branches:devel:openSUSE:Factory - Don't require grub so shim can still be used with systemd-boot OBS-URL: https://build.opensuse.org/request/show/1115842 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=204 --- shim.changes | 5 +++++ shim.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/shim.changes b/shim.changes index 33351d7..ce5abf0 100644 --- a/shim.changes +++ b/shim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 5 13:19:48 UTC 2023 - Ludwig Nussel + +- Don't require grub so shim can still be used with systemd-boot + ------------------------------------------------------------------- Wed Sep 20 04:33:59 UTC 2023 - Michael Chang diff --git a/shim.spec b/shim.spec index e395bee..f6c9777 100644 --- a/shim.spec +++ b/shim.spec @@ -95,8 +95,9 @@ Requires: perl-Bootloader %fde_tpm_update_requires %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -# For shim-install script -Requires: grub2-%{grubplatform} +# For shim-install script grub is needed but we also want to use +# shim for systemd-boot where shim-install is not actually used. +# Requires: grub2-%{grubplatform} Requires: mokutil ExclusiveArch: x86_64 aarch64