Fix exclusivearch for aarch64
Resolves: rhbz#1016791
This commit is contained in:
parent
1b6ccc80e1
commit
d055ba2ac2
@ -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} </dev/null
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} EXTRA_CFLAGS='%{optflags}'
|
||||
@ -59,10 +52,16 @@ rm -rf %{buildroot}
|
||||
%doc README INSTALL COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Apr 01 2014 Peter Jones <pjones@redhat.com> - 0.6.0-0.2
|
||||
- Fix exclusivearch for aarch64
|
||||
Resolves: rhbz#1016791
|
||||
|
||||
* Thu Sep 05 2013 Peter Jones <pjones@redhat.com> - 0.6.0-0.1
|
||||
- Update to 0.6.0ish
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
* Thu Apr 25 2013 Matthew Garrett <mjg59@srcf.ucam.org> - 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 <Matt_Domsch@dell.com> 0.5.4-1
|
||||
- split efibootmgr into its own RPM for Fedora/RHEL.
|
||||
|
||||
* Thu Aug 24 2004 Matt Domsch <Matt_Domsch@dell.com>
|
||||
* Tue Aug 24 2004 Matt Domsch <Matt_Domsch@dell.com>
|
||||
- new home linux.dell.com
|
||||
|
||||
* Fri May 18 2001 Matt Domsch <Matt_Domsch@dell.com>
|
||||
|
Loading…
Reference in New Issue
Block a user