From 8facaba7e5dff9c48cd63c50962904687bc63a81 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 30 Jul 2015 11:32:31 -0400 Subject: [PATCH] Fix a build failure on aarch64 Signed-off-by: Peter Jones --- grub2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index 4b893e0..215eb28 100644 --- a/grub2.spec +++ b/grub2.spec @@ -45,7 +45,7 @@ Name: grub2 Epoch: 1 Version: 2.02 -Release: 0.17%{?dist} +Release: 0.18%{?dist} Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base @@ -594,6 +594,9 @@ fi %{_datarootdir}/grub/themes/starfield %changelog +* Thu Jul 30 2015 Peter Jones - 2.02-0.18 +- Fix a build failure on aarch64 + * Wed Jul 22 2015 Peter Jones - 2.02-0.17 - Don't build hardened (fixes FTBFS) (pbrobinson) - Reconcile with the current upstream