Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/0.3.0.tar.gz
|
||||
/0.3.0.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
8686e2ab33689a7f71268db3c8dc0a51ba291d93 SOURCES/0.3.0.tar.gz
|
23
0014-man-fix-typo-on-the-enable-validation-argument.patch
Normal file
23
0014-man-fix-typo-on-the-enable-validation-argument.patch
Normal file
@ -0,0 +1,23 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Leo Sandoval <lsandova@redhat.com>
|
||||
Date: Fri, 25 Oct 2024 16:12:51 -0600
|
||||
Subject: [PATCH] man: fix typo on the --enable-validation argument
|
||||
|
||||
Signed-off-by: Leo Sandoval <lsandova@redhat.com>
|
||||
---
|
||||
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
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.khw-gating-mokutil-el8.tier1.functional}
|
@ -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
|
@ -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 <lsandova@redhat.com> - 1:0.3.0-13
|
||||
- fix typo on man page
|
||||
- Resolves: #RHEL-4333
|
||||
|
||||
* Mon Mar 28 2022 Robbie Harwood <rharwood@redhat.com> - 1:0.3.0-12
|
||||
- Add ability to set fallback verbose mode
|
||||
- Resolves: #2030704
|
10
rpminspect.yaml
Normal file
10
rpminspect.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
inspections:
|
||||
# Not a Java package
|
||||
javabytecode: off
|
||||
|
||||
# These just flag when things change "too much"
|
||||
changedfiles: off
|
||||
filesize: off
|
||||
patches: off
|
||||
upstream: off
|
Loading…
Reference in New Issue
Block a user