From 333c84fbf48f7d04a0a136f4b9099ad0ae2621e8 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Apr 01 2014 20:55:38 +0000 Subject: 0.7 was released upstream. This also Fixes exclusivearch for aarch64 Resolves: rhbz#1016791 --- diff --git a/efibootmgr.spec b/efibootmgr.spec index 4347545..f0d67e0 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,20 +1,22 @@ Summary: EFI Boot Manager Name: efibootmgr -Version: 0.6.0 -Release: 0.2%{?dist} +Version: 0.7.0 +Release: 1{?dist} Group: System Environment/Base License: GPLv2+ -URL: http://linux.dell.com/%{name}/ +URL: https://github.com/vathpela/%{name}/ BuildRequires: pciutils-devel, zlib-devel, git +BuildRequires: efivar-libs efivar-devel BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX) # EFI/UEFI don't exist on PPC -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 +ExclusiveArch: i386 x86_64 aarch64 +Requires: efivar-libs >= 0.8 # for RHEL / Fedora when efibootmgr was part of the elilo package -Conflicts: elilo <= 3.6-5 -Obsoletes: elilo <= 3.6-5 +Conflicts: elilo < 3.6-6 +Obsoletes: elilo < 3.6-6 -Source0: http://linux.dell.com/%{name}/permalink/%{name}-%{version}.tar.bz2 +Source0: https://github.com/vathpela/%{name}/archive/%{version}.tar.bz2 %description %{name} displays and allows the user to edit the Intel Extensible @@ -24,16 +26,8 @@ http://developer.intel.com/technology/efi/efi.htm and http://uefi.org/. %prep %setup -q -git init -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} - 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 -- efibootmgr-0.5.4-Remove-device-path-padding-on-non-Itanium.patch - improve - spec conformance -- efibootmgr-0.5.4-fix-minor-memory-leak.patch - from upstream -- efibootmgr-0.5.4-fix-disk-minor-number-discovery.patch - from upstream -- efibootmgr-0.5.4-make_boot_var-does-not-check-for-failed-status-with-.patch - - from upstream - -* Wed Feb 13 2013 Fedora Release Engineering - 0.5.4-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 0.5.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jan 13 2012 Fedora Release Engineering - 0.5.4-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Feb 08 2011 Fedora Release Engineering - 0.5.4-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Dec 01 2010 Peter Jones - 0.5.4-10 -- Add support for bootable devices with 4kB sectors. - -* Wed Apr 14 2010 Peter Jones - 0.5.4-9 -- Make \EFI\redhat\grub.efi the default bootloader - Resolves: rhbz#579665 - -* Fri Jul 24 2009 Fedora Release Engineering - 0.5.4-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Fri Mar 06 2009 Matt Domsch - 0.5.4-6 -- make ExclusiveArch %%{ix86} now that packages are being built as .i586 - -* Tue Feb 24 2009 Fedora Release Engineering - 0.5.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Apr 03 2008 Peter Jones - 0.5.4-4 -- Revert changes in -3, they weren't finalized and we don't need - the feature at this time. +* Tue Apr 01 2014 Peter Jones - 0.7.0-1{?dist} +- Release 0.7 -* Thu Mar 06 2008 Peter Jones - 0.5.4-3 -- Add support for setting driver related variables. +* Mon Jan 13 2014 Peter Jones - 0.6.1-1 +- Release 0.6.1 -* Tue Feb 5 2008 Matt Domsch 0.5.4-2 -- rebuild with conflicts/obsoletes matching elilo +* Mon Jan 13 2014 Jared Dominguez +- new home https://github.com/vathpela/efibootmgr * Thu Jan 3 2008 Matt Domsch 0.5.4-1 - split efibootmgr into its own RPM for Fedora/RHEL. -* Tue Aug 24 2004 Matt Domsch +* Thu Aug 24 2004 Matt Domsch - new home linux.dell.com * Fri May 18 2001 Matt Domsch diff --git a/sources b/sources index 1bb277a..bd528d0 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -cfcf24752d6461b73f7ba964bbf73169 efibootmgr-0.5.4.tar.gz -e5a8e9f56a55e7629fd7320ee8e28c42 efibootmgr-0.6.0.tar.bz2 +c973dd88352498f574c3dd8a43654cd2 efibootmgr-0.7.0.tar.bz2