Reinstate an accidentally dropped hack to avoid apple brain damage.
This commit is contained in:
parent
a8fe12c46c
commit
c8ba69795d
@ -1,7 +1,7 @@
|
||||
Summary: EFI Boot Manager
|
||||
Name: efibootmgr
|
||||
Version: 0.7.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
URL: https://github.com/vathpela/%{name}/
|
||||
@ -17,6 +17,7 @@ Conflicts: elilo < 3.6-6
|
||||
Obsoletes: elilo < 3.6-6
|
||||
|
||||
Source0: https://github.com/vathpela/%{name}/archive/%{name}-%{version}.tar.bz2
|
||||
Patch0: 0001-Mitigate-apple-setting-invalid-attribute-bits-in-boo.patch
|
||||
|
||||
%description
|
||||
%{name} displays and allows the user to edit the Intel Extensible
|
||||
@ -26,6 +27,13 @@ http://developer.intel.com/technology/efi/efi.htm and http://uefi.org/.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
git init
|
||||
git config user.email "shim-owner@fedoraproject.org"
|
||||
git config user.name "Fedora Ninjas"
|
||||
git add .
|
||||
git commit -a -q -m "%{version} baseline."
|
||||
git am %{patches} </dev/null
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} EXTRA_CFLAGS='%{optflags}'
|
||||
%install
|
||||
@ -46,6 +54,9 @@ rm -rf %{buildroot}
|
||||
%doc README INSTALL COPYING
|
||||
|
||||
%changelog
|
||||
* Thu Jun 19 2014 Peter Jones <pjones@redhat.com> - 0.7.0-3
|
||||
- Reinstate an accidentally dropped hack to avoid apple brain damage.
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user