From c8ba69795dc6ccfb62fc5e8ccb217cae3033a0d2 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Jun 19 2014 20:20:33 +0000 Subject: Reinstate an accidentally dropped hack to avoid apple brain damage. --- diff --git a/efibootmgr.spec b/efibootmgr.spec index 0f4ce2a..0d2d198 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -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} - 0.7.0-3 +- Reinstate an accidentally dropped hack to avoid apple brain damage. + * Sat Jun 07 2014 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild