Fix patch application in the spec file...

Resolves: #2087066
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2022-05-25 15:34:18 -04:00
parent 2e88844273
commit d96c2fb023

View File

@ -1,6 +1,6 @@
Name: mokutil Name: mokutil
Version: 0.6.0 Version: 0.6.0
Release: 2%{?dist} Release: 3%{?dist}
Epoch: 2 Epoch: 2
Summary: Tool to manage UEFI Secure Boot MoK Keys Summary: Tool to manage UEFI Secure Boot MoK Keys
License: GPLv3+ License: GPLv3+
@ -21,12 +21,14 @@ BuildRequires: openssl-devel
Conflicts: shim < 0.8-1%{?dist} Conflicts: shim < 0.8-1%{?dist}
Obsoletes: mokutil < 0.2.0 Obsoletes: mokutil < 0.2.0
%include mokutil.patches
%description %description
mokutil provides a tool to manage keys for Secure Boot through the MoK mokutil provides a tool to manage keys for Secure Boot through the MoK
("Machine's Own Keys") mechanism. ("Machine's Own Keys") mechanism.
%prep %prep
%autosetup -p1 %autosetup -S git_am
%build %build
./autogen.sh ./autogen.sh
@ -44,6 +46,10 @@ mokutil provides a tool to manage keys for Secure Boot through the MoK
%{_datadir}/bash-completion/completions/mokutil %{_datadir}/bash-completion/completions/mokutil
%changelog %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 * Mon May 23 2022 Robbie Harwood <rharwood@redhat.com> - 2:0.6.0-2
- Fix abort on unknown argument - Fix abort on unknown argument
- Resolves: #2087066 - Resolves: #2087066