Skip to content

Commit

Permalink
Release efivar 26
Browse files Browse the repository at this point in the history
- Rework version numbers.
- Add error tracking API.
- Remove use of deprecated readdir_r
- SATA device path fixes.
- Use symmacros.h to make newer compilers happy
- Fix a bug in efidp_size() double-counting End nodes sometimes.
- Handle nonnull comparisons in the headers more gracefully.
  • Loading branch information
vathpela committed Aug 11, 2016
1 parent 7d1e4c2 commit ae8f55c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 24
VERSION = 26
15 changes: 13 additions & 2 deletions efivar.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ URL: https://github.com/rhinstaller/efivar
Requires: %{name}-libs = %{version}-%{release}
ExclusiveArch: %{ix86} x86_64 aarch64

BuildRequires: popt-devel git
Source0: https://github.com/rhinstaller/efivar/releases/download/%{version}/efivar-%{version}.tar.bz2
BuildRequires: popt-devel popt-static git glibc-static
Source0: https://github.com/rhinstaller/efivar/releases/download/efivar-%{version}/efivar-%{version}.tar.bz2

%description
efivar provides a simple command line interface to the UEFI variable facility.
Expand Down Expand Up @@ -69,6 +69,17 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so.*

%changelog
* Thu Aug 11 2016 Peter Jones <pjones@redhat.com> - 26-1
- Use symmacros.h to make newer compilers happy
- Fix a bug in efidp_size() double-counting End nodes sometimes.
- Handle nonnull comparisons in the headers more gracefully.

* Wed Aug 10 2016 Peter Jones <pjones@redhat.com> - 25-1
- Rework version numbers.
- Add error tracking API.
- Remove use of deprecated readdir_r
- SATA device path fixes.

* Mon Jul 13 2015 Peter Jones <pjones@redhat.com> - 0.21-1
- Rename "make test" so packagers don't think it's a good idea to run it
during builds.
Expand Down

0 comments on commit ae8f55c

Please sign in to comment.