diff --git a/dbxtool.spec b/dbxtool.spec index 34563b1..1a88372 100644 --- a/dbxtool.spec +++ b/dbxtool.spec @@ -1,13 +1,13 @@ Name: dbxtool Version: 8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Secure Boot DBX updater License: GPLv2 URL: https://github.com/vathpela/dbxtool ExclusiveArch: i386 x86_64 aarch64 BuildRequires: popt-devel git systemd BuildRequires: efivar-devel >= 31-3 -Requires: efivar >= 31-3 +Requires: efivar-libs >= 33-3 Requires(post): systemd Requires(preun):systemd Source0: https://github.com/vathpela/dbxtool/releases/download/dbxtool-%{version}/dbxtool-%{version}.tar.bz2 @@ -54,6 +54,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING %{_unitdir}/dbxtool.service %changelog +* Tue Feb 27 2018 Peter Jones - 8-5 +- Update efivar dep to be efivar-libs instead. + * Wed Feb 07 2018 Fedora Release Engineering - 8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild