diff --git a/efibootmgr.spec b/efibootmgr.spec index 1a2499d..7c43d7e 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -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 - 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 - 0.5.4-3 - Add support for setting driver related variables.