From 56d3f9b9eac513787fb947f81baf35b087b2dbf5 Mon Sep 17 00:00:00 2001 From: Leo Sandoval Date: Fri, 25 Oct 2024 17:18:07 -0600 Subject: [PATCH] fix typo on man page Resolves: #RHEL-4333 Signed-off-by: Leo Sandoval --- ...po-on-the-enable-validation-argument.patch | 23 +++++++++++++++++++ mokutil.patches | 1 + mokutil.spec | 6 ++++- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 0014-man-fix-typo-on-the-enable-validation-argument.patch diff --git a/0014-man-fix-typo-on-the-enable-validation-argument.patch b/0014-man-fix-typo-on-the-enable-validation-argument.patch new file mode 100644 index 0000000..df2e55b --- /dev/null +++ b/0014-man-fix-typo-on-the-enable-validation-argument.patch @@ -0,0 +1,23 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Leo Sandoval +Date: Fri, 25 Oct 2024 16:12:51 -0600 +Subject: [PATCH] man: fix typo on the --enable-validation argument + +Signed-off-by: Leo Sandoval +--- + man/mokutil.1 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/man/mokutil.1 b/man/mokutil.1 +index 8c8da86..5b72be3 100644 +--- a/man/mokutil.1 ++++ b/man/mokutil.1 +@@ -122,7 +122,7 @@ Clear the password for MokManager (MokPW) + \fB--disable-validation\fR + Disable the validation process in shim + .TP +-\fB--enrolled-validation\fR ++\fB--enable-validation\fR + Enable the validation process in shim + .TP + \fB--sb-state\fR diff --git a/mokutil.patches b/mokutil.patches index 011b06c..7246cd5 100644 --- a/mokutil.patches +++ b/mokutil.patches @@ -11,3 +11,4 @@ Patch0010: 0010-generate_hash-generate_pw_hash-don-t-use-strlen-for-.patch Patch0011: 0011-Fix-a-integer-comparison-sign-issue.patch Patch0012: 0012-initial-mok-variables-code.patch Patch0013: 0013-mokutil-enable-setting-fallback-verbosity-and-norebo.patch +Patch0014: 0014-man-fix-typo-on-the-enable-validation-argument.patch \ No newline at end of file diff --git a/mokutil.spec b/mokutil.spec index a0b87c9..57337b5 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -1,6 +1,6 @@ Name: mokutil Version: 0.3.0 -Release: 12%{?dist} +Release: 13%{?dist} Epoch: 1 Summary: Tool to manage UEFI Secure Boot MoK Keys License: GPLv3+ @@ -48,6 +48,10 @@ make PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install %{_datadir}/bash-completion/completions/mokutil %changelog +* Fri Oct 25 2024 Leo Sandoval - 1:0.3.0-13 +- fix typo on man page +- Resolves: #RHEL-4333 + * Mon Mar 28 2022 Robbie Harwood - 1:0.3.0-12 - Add ability to set fallback verbose mode - Resolves: #2030704