- Revert changes in -3, they weren't finalized and we don't need the

feature at this time.
This commit is contained in:
Peter Jones 2008-04-03 17:54:02 +00:00
parent 640926a48f
commit d907a30a4f

View File

@ -1,7 +1,7 @@
Summary: EFI Boot Manager
Name: efibootmgr
Version: 0.5.4
Release: 3%{?dist}
Release: 4%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://linux.dell.com/%{name}/
@ -15,7 +15,6 @@ 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-driver.patch
%description
%{name} displays and allows the user to edit the Intel Extensible
@ -25,7 +24,6 @@ http://developer.intel.com/technology/efi/efi.htm and http://uefi.org/.
%prep
%setup -q
%patch0 -p1
%build
make %{?_smp_mflags} EXTRA_CFLAGS='%{optflags}'
@ -48,6 +46,10 @@ rm -rf %{buildroot}
%doc README INSTALL COPYING
%changelog
* 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.
* Thu Mar 06 2008 Peter Jones <pjones@redhat.com> - 0.5.4-3
- Add support for setting driver related variables.