From ae8f55c97f4690b4675a5fceb8ab09400a40f552 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 11 Aug 2016 11:47:24 -0400 Subject: [PATCH] Release efivar 26 - 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. --- Make.version | 2 +- efivar.spec.in | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Make.version b/Make.version index 257d5504..51fb3651 100644 --- a/Make.version +++ b/Make.version @@ -1 +1 @@ -VERSION = 24 +VERSION = 26 diff --git a/efivar.spec.in b/efivar.spec.in index 93cc01ac..4204f0c9 100644 --- a/efivar.spec.in +++ b/efivar.spec.in @@ -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. @@ -69,6 +69,17 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Thu Aug 11 2016 Peter Jones - 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 - 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 - 0.21-1 - Rename "make test" so packagers don't think it's a good idea to run it during builds.