diff --git a/.gitignore b/.gitignore index f5e4df1..2730b7d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ clog *.rpm efivar-*/ bodhi.template +.build*.log diff --git a/efivar.spec b/efivar.spec index 439e2d8..e133a69 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,5 +1,5 @@ Name: efivar -Version: 29 +Version: 30 Release: 1%{?dist} Summary: Tools to manage UEFI variables License: LGPLv2.1 @@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Tue Sep 27 2016 Peter Jones - 30-1 +- Fix efidp_*() functions with __pure__ that break with some optimizations +- Fix NVMe EUI parsing. + * Tue Sep 27 2016 Peter Jones - 29-1 - Use -pie not -PIE in our linker config - Fix some overflow checks for gcc < 5.x diff --git a/sources b/sources index 36932f8..76afd19 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 9940b5668b16598df2b3e4ff63899d50 efivar-29.tar.bz2 +143f055904fceaad6ed39f8e849ba079 efivar-30.tar.bz2