8 |
%define debug_package %{nil} |
%define debug_package %{nil} |
9 |
|
|
10 |
Name: refind |
Name: refind |
11 |
Version: 0.11.4 |
Version: 0.12.0 |
12 |
Release: %mkrel 2 |
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 |
23 |
Patch1: install-nvram-only.patch |
Patch1: install-nvram-only.patch |
24 |
# Support 32-bit EFI on 64-bit O/S (and vice versa) |
# Support 32-bit EFI on 64-bit O/S (and vice versa) |
25 |
Patch2: detect-efi-size.patch |
Patch2: detect-efi-size.patch |
26 |
|
# GGC 10 synthesises a call to memmove, which isn't implemented. Work |
27 |
|
# round this by disabling that optimisation. |
28 |
|
Patch3: disable-gcc-memmove-opt.patch |
29 |
ExclusiveArch: %{ix86} x86_64 |
ExclusiveArch: %{ix86} x86_64 |
30 |
BuildRequires: gnu-efi-devel |
BuildRequires: gnu-efi-devel |
31 |
Provides: bootloader |
Provides: bootloader |