8 |
%define debug_package %{nil} |
%define debug_package %{nil} |
9 |
|
|
10 |
Name: refind |
Name: refind |
11 |
Version: 0.12.0 |
Version: 0.13.3.1 |
12 |
Release: %mkrel 3 |
Release: %mkrel 1 |
13 |
Summary: EFI boot manager |
Summary: EFI boot manager |
14 |
License: GPLv3 |
License: GPLv3 |
15 |
Group: System/Boot and Init |
Group: System/Boot and Init |
25 |
Patch1: install-nvram-only.patch |
Patch1: install-nvram-only.patch |
26 |
# Support 32-bit EFI on 64-bit O/S (and vice versa) |
# Support 32-bit EFI on 64-bit O/S (and vice versa) |
27 |
Patch2: detect-efi-size.patch |
Patch2: detect-efi-size.patch |
|
# GGC 10 synthesises a call to memmove, which isn't implemented. Work |
|
|
# round this by disabling that optimisation. |
|
|
Patch3: disable-gcc-memmove-opt.patch |
|
|
# Fix bug in refind-install script. |
|
|
Patch4: fix-install-early-exit.patch |
|
28 |
# Change default banner |
# Change default banner |
29 |
Patch5: use-dark-blue-banner.patch |
Patch3: use-dark-blue-banner.patch |
30 |
|
|
31 |
ExclusiveArch: %{ix86} x86_64 |
ExclusiveArch: %{ix86} x86_64 |
32 |
BuildRequires: gnu-efi-devel |
BuildRequires: gnu-efi-devel |