From c07e9a4da977cb58a98ed1897550c747e70ff26b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 8 Dec 2011 14:36:18 -0500 Subject: [PATCH] ExcludeArch s390*, which is not supported by this package. Resolves: rhbz#758333 --- grub2.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/grub2.spec b/grub2.spec index a2716d7..ba3b0df 100644 --- a/grub2.spec +++ b/grub2.spec @@ -58,6 +58,7 @@ Requires(post): dracut # TODO: ppc # ExclusiveArch: %{ix86} x86_64 %{sparc} +ExcludeArch: s390 s390x %description The GRand Unified Bootloader (GRUB) is a highly configurable and customizable @@ -363,6 +364,10 @@ fi %endif %changelog +* Thu Dec 08 2011 Peter Jones +- ExcludeArch s390*, which is not supported by this package. + Resolves: rhbz#758333 + * Thu Dec 08 2011 Adam Williamson - 1.99-13 - fix hardwired call to grub-probe in 30_os-prober (rhbz#737203)