Fix patch application in the spec file...
Resolves: #2087066 Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
2e88844273
commit
d96c2fb023
10
mokutil.spec
10
mokutil.spec
@ -1,6 +1,6 @@
|
||||
Name: mokutil
|
||||
Version: 0.6.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 2
|
||||
Summary: Tool to manage UEFI Secure Boot MoK Keys
|
||||
License: GPLv3+
|
||||
@ -21,12 +21,14 @@ BuildRequires: openssl-devel
|
||||
Conflicts: shim < 0.8-1%{?dist}
|
||||
Obsoletes: mokutil < 0.2.0
|
||||
|
||||
%include mokutil.patches
|
||||
|
||||
%description
|
||||
mokutil provides a tool to manage keys for Secure Boot through the MoK
|
||||
("Machine's Own Keys") mechanism.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -S git_am
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -44,6 +46,10 @@ mokutil provides a tool to manage keys for Secure Boot through the MoK
|
||||
%{_datadir}/bash-completion/completions/mokutil
|
||||
|
||||
%changelog
|
||||
* Wed May 25 2022 Peter Jones <pjones@redhat.com> - 0.6.0-3
|
||||
- Fix patch application in the spec file...
|
||||
- Resolves: #2087066
|
||||
|
||||
* Mon May 23 2022 Robbie Harwood <rharwood@redhat.com> - 2:0.6.0-2
|
||||
- Fix abort on unknown argument
|
||||
- Resolves: #2087066
|
||||
|
Loading…
Reference in New Issue
Block a user