Skip to content

Commit

Permalink
Update to fwupdate 8
Browse files Browse the repository at this point in the history
- Fix some i686 build errors
- Be less stupid about SONAMEs so in the future we'll only have to rebuild
  dependent things on actual ABI changes.
- Only depend on libsmbios on x86, for now, because it hasn't been ported to
  Aarch64.

Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Aug 19, 2016
1 parent 764b204 commit 9972cfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 7
VERSION = 8
8 changes: 8 additions & 0 deletions fwupdate.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ rm -rf $RPM_BUILD_ROOT
/boot/efi/EFI/%{efidir}/fwup%{efiarch}.efi

%changelog
* Fri Aug 19 2016 Peter Jones <[email protected]> - 8-1
- Update to fwupdate 8
- Fix some i686 build errors
- Be less stupid about SONAMEs so in the future we'll only have to rebuild
dependent things on actual ABI changes.
- Only depend on libsmbios on x86, for now, because it hasn't been ported to
Aarch64.

* Tue Aug 16 2016 Peter Jones <[email protected]> - 7-1
- Update to fwupdate 7.
- Minor bug fixes.
Expand Down

0 comments on commit 9972cfc

Please sign in to comment.