Drop i32 support

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-03-29 18:45:49 +00:00
parent f29388d27a
commit 2b909b72a4

View File

@ -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 <rharwood@redhat.com> - 2.06-30
- Drop i32 support
* Wed Mar 23 2022 Adam Williamson <awilliam@redhat.com> - 2.06-29
- Fix a syntax error in the ostree BLS fix attempt