mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-28 07:44:52 +00:00
Drop i32 support
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
f29388d27a
commit
2b909b72a4
1 changed files with 5 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.06
|
Version: 2.06
|
||||||
Release: 29%{?dist}
|
Release: 30%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
|
@ -58,7 +58,7 @@ BuildRequires: pesign >= 0.99-8
|
||||||
BuildRequires: ccache
|
BuildRequires: ccache
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x %{ix86}
|
||||||
Obsoletes: %{name} <= %{evr}
|
Obsoletes: %{name} <= %{evr}
|
||||||
|
|
||||||
%if 0%{with_legacy_arch}
|
%if 0%{with_legacy_arch}
|
||||||
|
@ -526,6 +526,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 23 2022 Adam Williamson <awilliam@redhat.com> - 2.06-29
|
||||||
- Fix a syntax error in the ostree BLS fix attempt
|
- Fix a syntax error in the ostree BLS fix attempt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue