2008-01-11 21:18:38 +00:00
|
|
|
Summary: EFI Boot Manager
|
|
|
|
Name: efibootmgr
|
2014-10-14 20:33:50 +00:00
|
|
|
Version: 0.9.0
|
|
|
|
Release: 1%{?dist}
|
2008-01-11 21:18:38 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
License: GPLv2+
|
2014-04-01 18:33:51 +00:00
|
|
|
URL: https://github.com/vathpela/%{name}/
|
2010-12-01 21:10:29 +00:00
|
|
|
BuildRequires: pciutils-devel, zlib-devel, git
|
2014-04-01 18:33:51 +00:00
|
|
|
BuildRequires: efivar-libs efivar-devel
|
2008-01-11 21:18:38 +00:00
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
|
|
|
|
# EFI/UEFI don't exist on PPC
|
2014-09-17 13:27:22 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64 aarch64
|
2014-04-01 18:33:51 +00:00
|
|
|
Requires: efivar-libs >= 0.8
|
2008-01-11 21:18:38 +00:00
|
|
|
|
|
|
|
# for RHEL / Fedora when efibootmgr was part of the elilo package
|
2014-04-01 18:33:51 +00:00
|
|
|
Conflicts: elilo < 3.6-6
|
|
|
|
Obsoletes: elilo < 3.6-6
|
2008-01-11 21:18:38 +00:00
|
|
|
|
2014-10-14 20:33:50 +00:00
|
|
|
Source0: https://github.com/vathpela/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Patch0: 0001-Make-a-few-more-return-paths-print-some-modicum-of-e.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
|
2014-06-19 20:17:32 +00:00
|
|
|
git init
|
2014-10-14 20:33:50 +00:00
|
|
|
git config user.email "%{name}-owner@fedoraproject.org"
|
2014-06-19 20:17:32 +00:00
|
|
|
git config user.name "Fedora Ninjas"
|
|
|
|
git add .
|
|
|
|
git commit -a -q -m "%{version} baseline."
|
|
|
|
git am %{patches} </dev/null
|
|
|
|
|
2008-01-11 21:18:38 +00:00
|
|
|
%build
|
|
|
|
make %{?_smp_mflags} EXTRA_CFLAGS='%{optflags}'
|
|
|
|
%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
|
2014-10-14 20:33:50 +00:00
|
|
|
* Tue Oct 14 2014 Peter Jones <pjones@redhat.com> - 0.9.0-1
|
|
|
|
- Update to 0.9.0
|
|
|
|
|
2014-08-16 10:27:18 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-01 13:40:55 +00:00
|
|
|
* Fri Aug 01 2014 Peter Jones <pjones@redhat.com> - 0.7.0-4
|
|
|
|
- Rebase to current upstream master (in preperation for 0.8.0)
|
|
|
|
|
2014-06-19 20:17:32 +00:00
|
|
|
* Thu Jun 19 2014 Peter Jones <pjones@redhat.com> - 0.7.0-3
|
|
|
|
- Reinstate an accidentally dropped hack to avoid apple brain damage.
|
|
|
|
|
2014-06-07 09:57:50 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-01 18:33:51 +00:00
|
|
|
* Tue Apr 01 2014 Peter Jones <pjones@redhat.com> - 0.7.0-1{?dist}
|
|
|
|
- Release 0.7
|
2008-04-03 17:54:02 +00:00
|
|
|
|
2014-04-01 18:33:51 +00:00
|
|
|
* Mon Jan 13 2014 Peter Jones <pjones@redhat.com> - 0.6.1-1
|
|
|
|
- Release 0.6.1
|
2008-03-06 23:24:17 +00:00
|
|
|
|
2014-04-01 18:33:51 +00:00
|
|
|
* Mon Jan 13 2014 Jared Dominguez <Jared_Dominguez@dell.com>
|
|
|
|
- new home https://github.com/vathpela/efibootmgr
|
2008-02-05 17:04:09 +00:00
|
|
|
|
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.
|
|
|
|
|
2014-08-01 13:43:18 +00:00
|
|
|
* Tue Aug 24 2004 Matt Domsch <Matt_Domsch@dell.com>
|
2008-01-11 21:18:38 +00:00
|
|
|
- new home linux.dell.com
|
|
|
|
|
|
|
|
* Fri May 18 2001 Matt Domsch <Matt_Domsch@dell.com>
|
|
|
|
- See doc/ChangeLog
|