Update to efivar 30
- Fix efidp_*() functions with __pure__ that break with some optimizations - Fix NVMe EUI parsing. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
c02bb56096
commit
428d0b3b28
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ clog
|
||||
*.rpm
|
||||
efivar-*/
|
||||
bodhi.template
|
||||
.build*.log
|
||||
|
@ -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 <pjones@redhat.com> - 30-1
|
||||
- Fix efidp_*() functions with __pure__ that break with some optimizations
|
||||
- Fix NVMe EUI parsing.
|
||||
|
||||
* Tue Sep 27 2016 Peter Jones <pjones@redhat.com> - 29-1
|
||||
- Use -pie not -PIE in our linker config
|
||||
- Fix some overflow checks for gcc < 5.x
|
||||
|
Loading…
Reference in New Issue
Block a user