|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
Name: mokutil |
|
|
|
|
Version: 0.3.0 |
|
|
|
|
Release: 10%{?dist} |
|
|
|
|
Release: 11%{?dist} |
|
|
|
|
Epoch: 1 |
|
|
|
|
Summary: Tool to manage UEFI Secure Boot MoK Keys |
|
|
|
|
License: GPLv3+ |
|
|
|
@ -58,11 +58,15 @@ make PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install |
|
|
|
|
%{_datadir}/bash-completion/completions/mokutil |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Fri Sep 25 2020 Javier Martinez Canillas <javierm@redhat.com> - 0.3.0-10 |
|
|
|
|
* Tue Jan 05 2021 Javier Martinez Canillas <javierm@redhat.com> - 0.3.0-11 |
|
|
|
|
- Bump NVR for brew to build the package |
|
|
|
|
Related: rhbz##1907418 |
|
|
|
|
|
|
|
|
|
* Wed Dec 30 2020 Javier Martinez Canillas <javierm@redhat.com> - 0.3.0-10 |
|
|
|
|
- Add mokutil code to consume data from /sys/firmware/efi/mok-variables/ |
|
|
|
|
as well as attempting to consume numbered mok variables from efivarfs |
|
|
|
|
when mok-variables aren't present (pjones) |
|
|
|
|
Resolves: rhbz#1877343 |
|
|
|
|
Resolves: rhbz#1907418 |
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2018 Peter Jones <pjones@redhat.com> - 0.3.0-9 |
|
|
|
|
- Minor obsoletes fix |
|
|
|
|