Skip to content

Commit

Permalink
Bump version to fwupdate 6
Browse files Browse the repository at this point in the history
- 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
vathpela committed Aug 16, 2016
1 parent 5765420 commit 090125b
Show file tree
Hide file tree
Showing 2 changed files with 11 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 = 5
VERSION = 6
12 changes: 10 additions & 2 deletions fwupdate.spec.in
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@@
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 090125b

Please sign in to comment.