Drop i32 build for real this time

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-03-31 21:23:48 +00:00
parent bd73b85ea3
commit eeff7639b3
2 changed files with 7 additions and 4 deletions

View file

@ -226,8 +226,8 @@
%ifarch x86_64
%global with_efi_common 1
%global with_legacy_modules 0
%global with_legacy_common 0
%global with_legacy_modules 1
%global with_legacy_common 1
%else
%global with_efi_common 0
%global with_legacy_common 1

View file

@ -17,7 +17,7 @@
Name: grub2
Epoch: 1
Version: 2.06
Release: 32%{?dist}
Release: 33%{?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
* Thu Mar 31 2022 Robbie Harwood <rharwood@redhat.com> - 1:2.06-33
- Drop i32 build for real this time
* Thu Mar 31 2022 Robbie Harwood <rharwood@redhat.com> - 1:2.06-32
- Switch to upstream man pages