diff --git a/efivar.spec b/efivar.spec index 0c28b30..a8fbe21 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,6 +1,6 @@ Name: efivar -Version: 0.20 -Release: 2%{?dist} +Version: 0.21 +Release: 1%{?dist} Summary: Tools to manage UEFI variables License: LGPLv2.1 URL: https://github.com/rhinstaller/efivar @@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT %files %{!?_licensedir:%global license %%doc} %license COPYING -%doc README +%doc README.md %{_bindir}/efivar %{_mandir}/man1/* @@ -68,6 +68,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Mon Jul 13 2015 Peter Jones - 0.21-1 +- Rename "make test" so packagers don't think it's a good idea to run it + during builds. +- Error check sizes in vars_get_variable() +- Fix some file size comparisons +- make SONAME reflect the correct values. + * Wed Jun 17 2015 Fedora Release Engineering - 0.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index e351332..956a27c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c06aa46483c4da9c10c4458e006faa15 efivar-0.20.tar.bz2 +3f0dec8a49aba564a1b7560b58d60122 efivar-0.21.tar.bz2