8 |
%define debug_package %{nil} |
%define debug_package %{nil} |
9 |
|
|
10 |
Name: refind |
Name: refind |
11 |
Version: 0.11.2 |
Version: 0.11.4 |
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 |
21 |
Patch0: mga-system-path-fixes.patch |
Patch0: mga-system-path-fixes.patch |
22 |
# Add --nvramonly option to refind-install |
# Add --nvramonly option to refind-install |
23 |
Patch1: install-nvram-only.patch |
Patch1: install-nvram-only.patch |
24 |
|
# Support 32-bit EFI on 64-bit O/S (and vice versa) |
25 |
|
Patch2: detect-efi-size.patch |
26 |
ExclusiveArch: %{ix86} x86_64 |
ExclusiveArch: %{ix86} x86_64 |
27 |
BuildRequires: gnu-efi-devel |
BuildRequires: gnu-efi-devel |
28 |
Provides: bootloader |
Provides: bootloader |
29 |
Requires: efibootmgr |
Requires: efibootmgr |
30 |
|
|
31 |
%description |
%description |