From 128d4602d05e58216668e7a275c012899368849b3252afdc22fb431cc399c513 Mon Sep 17 00:00:00 2001 From: Andrei Borzenkov Date: Tue, 16 Dec 2014 13:40:03 +0000 Subject: [PATCH] Accepting request 265413 from home:Andreas_Schwab:Factory - Require efibootmgr also on aarch64 OBS-URL: https://build.opensuse.org/request/show/265413 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=133 --- grub2.changes | 5 +++++ grub2.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/grub2.changes b/grub2.changes index a71b9ee..8f01068 100644 --- a/grub2.changes +++ b/grub2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 16 10:41:08 UTC 2014 - schwab@suse.de + +- Require efibootmgr also on aarch64 + ------------------------------------------------------------------- Thu Dec 11 11:20:13 UTC 2014 - schwab@suse.de diff --git a/grub2.spec b/grub2.spec index 5dba252..438a06f 100644 --- a/grub2.spec +++ b/grub2.spec @@ -279,8 +279,8 @@ provides support for %{platform} systems. Summary: Bootloader with support for Linux, Multiboot and more Group: System/Boot -%ifarch ia64 x86_64 -#Package is available on ia64 and x86_64 only and not necessarily needed +%ifarch ia64 x86_64 aarch64 +#Package is available on ia64, x86_64 and aarch64 only and not necessarily needed Requires: efibootmgr Requires(post): efibootmgr %endif