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)