2008-01-11 21:18:38 +00:00
|
|
|
Summary: EFI Boot Manager
|
|
|
|
Name: efibootmgr
|
|
|
|
Version: 0.5.4
|
2010-12-01 20:45:35 +00:00
|
|
|
Release: 10%{?dist}
|
2008-01-11 21:18:38 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://linux.dell.com/%{name}/
|
2010-12-01 21:10:29 +00:00
|
|
|
BuildRequires: pciutils-devel, zlib-devel, git
|
2008-01-11 21:18:38 +00:00
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
|
|
|
|
# EFI/UEFI don't exist on PPC
|
2009-03-06 16:28:25 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64 ia64
|
2008-01-11 21:18:38 +00:00
|
|
|
|
|
|
|
# for RHEL / Fedora when efibootmgr was part of the elilo package
|
2008-02-05 17:02:26 +00:00
|
|
|
Conflicts: elilo <= 3.6-5
|
|
|
|
Obsoletes: elilo <= 3.6-5
|
2008-01-11 21:18:38 +00:00
|
|
|
|
|
|
|
Source0: http://linux.dell.com/%{name}/permalink/%{name}-%{version}.tar.gz
|
2010-04-14 20:11:06 +00:00
|
|
|
Patch0: efibootmgr-0.5.4-default-to-grub.patch
|
2010-12-01 20:40:44 +00:00
|
|
|
Patch1: efibootmgr-0.5.4-support-4k-sectors.patch
|
2008-01-11 21:18:38 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{name} displays and allows the user to edit the Intel Extensible
|
|
|
|
Firmware Interface (EFI) Boot Manager variables. Additional
|
|
|
|
information about EFI can be found at
|
|
|
|
http://developer.intel.com/technology/efi/efi.htm and http://uefi.org/.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-12-01 20:40:44 +00:00
|
|
|
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}
|
2008-03-06 23:24:17 +00:00
|
|
|
|
2008-01-11 21:18:38 +00:00
|
|
|
%build
|
|
|
|
make %{?_smp_mflags} EXTRA_CFLAGS='%{optflags}'
|
2008-03-06 23:24:17 +00:00
|
|
|
|
2008-01-11 21:18:38 +00:00
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
mkdir -p %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man8
|
|
|
|
install -p --mode 755 src/%{name}/%{name} %{buildroot}%{_sbindir}
|
|
|
|
gzip -9 -c src/man/man8/%{name}.8 > src/man/man8/%{name}.8.gz
|
|
|
|
touch -r src/man/man8/%{name}.8 src/man/man8/%{name}.8.gz
|
|
|
|
install -p --mode 644 src/man/man8/%{name}.8.gz %{buildroot}%{_mandir}/man8
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_sbindir}/%{name}
|
|
|
|
%{_mandir}/man8/%{name}.8.gz
|
|
|
|
%doc README INSTALL COPYING
|
|
|
|
|
|
|
|
%changelog
|
2010-12-01 20:45:35 +00:00
|
|
|
* Wed Dec 01 2010 Peter Jones <pjones@redhat.com> - 0.5.4-10
|
|
|
|
- Add support for bootable devices with 4kB sectors.
|
|
|
|
|
2010-04-14 20:17:06 +00:00
|
|
|
* Wed Apr 14 2010 Peter Jones <pjones@redhat.com> - 0.5.4-9
|
2010-04-14 20:11:06 +00:00
|
|
|
- Make \EFI\redhat\grub.efi the default bootloader
|
|
|
|
Resolves: rhbz#579665
|
|
|
|
|
2009-07-24 21:04:13 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-06 16:30:26 +00:00
|
|
|
* Fri Mar 06 2009 Matt Domsch <Matt_Domsch@dell.com> - 0.5.4-6
|
2009-03-06 16:28:25 +00:00
|
|
|
- make ExclusiveArch %%{ix86} now that packages are being built as .i586
|
|
|
|
|
2009-02-24 14:08:51 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-04-03 17:54:02 +00:00
|
|
|
* Thu Apr 03 2008 Peter Jones <pjones@redhat.com> - 0.5.4-4
|
|
|
|
- Revert changes in -3, they weren't finalized and we don't need
|
|
|
|
the feature at this time.
|
|
|
|
|
2008-03-06 23:24:17 +00:00
|
|
|
* Thu Mar 06 2008 Peter Jones <pjones@redhat.com> - 0.5.4-3
|
|
|
|
- Add support for setting driver related variables.
|
|
|
|
|
2008-02-05 17:04:09 +00:00
|
|
|
* Tue Feb 5 2008 Matt Domsch <Matt_Domsch@dell.com> 0.5.4-2
|
|
|
|
- rebuild with conflicts/obsoletes matching elilo
|
|
|
|
|
2008-01-11 21:18:38 +00:00
|
|
|
* 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>
|
|
|
|
- new home linux.dell.com
|
|
|
|
|
|
|
|
* Fri May 18 2001 Matt Domsch <Matt_Domsch@dell.com>
|
|
|
|
- See doc/ChangeLog
|