diff --git a/grub2.spec b/grub2.spec index 486931c..0df7d5d 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -58,7 +58,7 @@ BuildRequires: pesign >= 0.99-8 BuildRequires: ccache %endif -ExcludeArch: s390 s390x +ExcludeArch: s390 s390x %{ix86} Obsoletes: %{name} <= %{evr} %if 0%{with_legacy_arch} @@ -526,6 +526,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Tue Mar 29 2022 Robbie Harwood - 2.06-30 +- Drop i32 support + * Wed Mar 23 2022 Adam Williamson - 2.06-29 - Fix a syntax error in the ostree BLS fix attempt