From d055ba2ac202e945d7d2f0f995854099be32ce24 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Apr 01 2014 18:27:53 +0000 Subject: Fix exclusivearch for aarch64 Resolves: rhbz#1016791 --- diff --git a/efibootmgr.spec b/efibootmgr.spec index 8078a00..4347545 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,27 +1,20 @@ Summary: EFI Boot Manager Name: efibootmgr -Version: 0.5.4 -Release: 16%{?dist} +Version: 0.6.0 +Release: 0.2%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://linux.dell.com/%{name}/ BuildRequires: pciutils-devel, zlib-devel, git BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX) # EFI/UEFI don't exist on PPC -ExclusiveArch: %{ix86} x86_64 ia64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 # for RHEL / Fedora when efibootmgr was part of the elilo package Conflicts: elilo <= 3.6-5 Obsoletes: elilo <= 3.6-5 -Source0: http://linux.dell.com/%{name}/permalink/%{name}-%{version}.tar.gz -Patch0: efibootmgr-0.5.4-default-to-grub.patch -Patch1: efibootmgr-0.5.4-support-4k-sectors.patch -Patch2: efibootmgr-0.5.4-Work-around-broken-Apple-firmware.patch -Patch3: efibootmgr-0.5.4-Remove-device-path-padding-on-non-Itanium.patch -Patch4: efibootmgr-0.5.4-fix-minor-memory-leak.patch -Patch5: efibootmgr-0.5.4-fix-disk-minor-number-discovery.patch -Patch6: efibootmgr-0.5.4-make_boot_var-does-not-check-for-failed-status-with-.patch +Source0: http://linux.dell.com/%{name}/permalink/%{name}-%{version}.tar.bz2 %description %{name} displays and allows the user to edit the Intel Extensible @@ -36,7 +29,7 @@ git config user.email "pjones@fedoraproject.org" git config user.name "Fedora Ninjas" git add . git commit -a -q -m "%{version} baseline." -git am %{patches} +git am %{patches} - 0.6.0-0.2 +- Fix exclusivearch for aarch64 + Resolves: rhbz#1016791 + +* Thu Sep 05 2013 Peter Jones - 0.6.0-0.1 +- Update to 0.6.0ish + * Sat Aug 03 2013 Fedora Release Engineering - 0.5.4-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - * Thu Apr 25 2013 Matthew Garrett - 0.5.4-15 - efibootmgr-0.5.4-Work-around-broken-Apple-firmware.patch Resolves: #873629 @@ -114,7 +113,7 @@ rm -rf %{buildroot} * Thu Jan 3 2008 Matt Domsch 0.5.4-1 - split efibootmgr into its own RPM for Fedora/RHEL. -* Thu Aug 24 2004 Matt Domsch +* Tue Aug 24 2004 Matt Domsch - new home linux.dell.com * Fri May 18 2001 Matt Domsch