diff --git a/efivar.spec b/efivar.spec index d701b95..2127d0d 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,6 +1,6 @@ Name: efivar -Version: 0.9 -Release: 0.1%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: Tools to manage UEFI variables License: LGPLv2.1 URL: https://github.com/vathpela/efivar @@ -64,6 +64,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Fri May 02 2014 Peter Jones - 0.10-1 +- Update package to 0.10. +- Fixes a build error due to different cflags in the builders vs updstream + makefile. + * Fri May 02 2014 Peter Jones - 0.9-0.1 - Update package to 0.9. diff --git a/sources b/sources index 3278ecd..c32df69 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ fd7f6b74dd4a098c1eb3cdc8c1023106 efivar-0.9.tar.xz +f2f5c03e350fcf5f2825b0a812d11a8b efivar-0.10.tar.xz