-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- lots of build fixes for newer compilers and such - Use libsmbios on some systems to enable firmware updates (Mario Limonciello) - Use the correct reset type from the QueryCapsuleInfo data - Lots of fixes from auditing - Use efivar's error reporting infrastructure Signed-off-by: Peter Jones <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = 5 | ||
VERSION = 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
%global efivar_version 0.24-1 | ||
%global efibootmgr_version 13 | ||
%global efivar_version 0.26-1 | ||
%global efibootmgr_version 13-1 | ||
|
||
Name: fwupdate | ||
Version: @@VERSION@@ | ||
|
@@ -124,6 +124,14 @@ rm -rf $RPM_BUILD_ROOT | |
/boot/efi/EFI/%{efidir}/fwup%{efiarch}.efi | ||
|
||
%changelog | ||
* Tue Aug 16 2016 Peter Jones <[email protected]> - 6-1 | ||
- Update to 0.6 | ||
- lots of build fixes for newer compilers and such | ||
- Use libsmbios on some systems to enable firmware updates (Mario Limonciello) | ||
- Use the correct reset type from the QueryCapsuleInfo data | ||
- Lots of fixes from auditing | ||
- Use efivar's error reporting infrastructure | ||
|
||
* Tue Jun 02 2015 Peter Jones <[email protected]> - 0.4-1 | ||
- Update to 0.4 | ||
- Set DESTDIR so it's more consistently respected | ||
|