Skip to content

Commit

Permalink
Update version to 0.12
Browse files Browse the repository at this point in the history
- use -lefivar and -lefiboot to make device paths and load options.

Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed May 28, 2015
1 parent 325dc73 commit bedb008
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@

SIGNING_KEY := pjones
RELEASE_MAJOR := 0
RELEASE_MINOR := 11
RELEASE_MINOR := 12
RELEASE_NAME := efibootmgr
VERSION := $(RELEASE_MAJOR).$(RELEASE_MINOR)
RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_MAJOR).$(RELEASE_MINOR)
Expand Down
11 changes: 7 additions & 4 deletions doc/TODO
@@ -1,10 +1,13 @@
For 0.9:

- support for setting hotkeys
- support for driver variables, not just boot variables.
- support for arbitrary device paths with -c (including guid parsing)
- audit for missing unparse_*_path() types.
- verify/debug NVME code
- maintain a list of known GUIDs and print {vendor} instead of the full GUID
- accept these for arbitrary paths as well.
- these are done in libefivar, but efibootmgr still needs some work on it
- MS-DOS style extended partitions
- lots more network stuff
- IPv6 with various discovery methods
- IPv4 w/o dhcp
- make sure FCoE works
- iscsi
- make sure nvme works
9 changes: 7 additions & 2 deletions efibootmgr.spec.in
Expand Up @@ -4,7 +4,7 @@ Version: @@VERSION@@
Release: 1%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://github.com/vathpela/%{name}/
URL: http://github.com/rhinstaller/%{name}/
BuildRequires: git
BuildRequires: efivar-libs >= 0.19 , efivar-devel >= 0.19
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
Expand All @@ -15,7 +15,7 @@ ExclusiveArch: %{ix86} x86_64 aarch64
Conflicts: elilo <= 3.6-6
Obsoletes: elilo <= 3.6-6

Source0: https://github.com/vathpela/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2

%description
%{name} displays and allows the user to edit the Intel Extensible
Expand Down Expand Up @@ -55,6 +55,11 @@ rm -rf %{buildroot}
%doc README INSTALL COPYING

%changelog
* Thu May 28 2015 Peter Jones <pjones@redhat.com> - 0.12-1
- Update to 0.12
- use libefiboot and libefivar to make device paths and load options
- don't depend on -lz or -lpci any more

* Tue Oct 21 2014 Peter Jones <pjones@redhat.com> - 0.11.0-1
- Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1
- Generate more archives to avoid people using github's, because they're just
Expand Down

0 comments on commit bedb008

Please sign in to comment.