mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
Drop i32 build for real this time
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
bd73b85ea3
commit
eeff7639b3
2 changed files with 7 additions and 4 deletions
|
@ -226,8 +226,8 @@
|
||||||
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%global with_efi_common 1
|
%global with_efi_common 1
|
||||||
%global with_legacy_modules 0
|
%global with_legacy_modules 1
|
||||||
%global with_legacy_common 0
|
%global with_legacy_common 1
|
||||||
%else
|
%else
|
||||||
%global with_efi_common 0
|
%global with_efi_common 0
|
||||||
%global with_legacy_common 1
|
%global with_legacy_common 1
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.06
|
Version: 2.06
|
||||||
Release: 32%{?dist}
|
Release: 33%{?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
|
||||||
|
* 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
|
* Thu Mar 31 2022 Robbie Harwood <rharwood@redhat.com> - 1:2.06-32
|
||||||
- Switch to upstream man pages
|
- Switch to upstream man pages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue