diff --git a/efibootmgr.spec b/efibootmgr.spec index 1159b1f..1bfa521 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,9 +1,9 @@ -%define efivar_version 31-1 +%define efivar_version 34-1 Summary: EFI Boot Manager Name: efibootmgr Version: 15 -Release: 5%{?dist} +Release: 6%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://github.com/rhinstaller/%{name}/ @@ -58,6 +58,9 @@ rm -rf %{buildroot} %doc README %changelog +* Tue Feb 27 2018 Peter Jones - 15-6 +- Rebuild against newer efivar. + * Fri Feb 23 2018 Florian Weimer - 15-5 - Use CFLAGS & LDFLAGS from redhat-rpm-config