More kernel build debugging...

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2020-07-07 15:24:12 -04:00
parent 1702b23026
commit 658f5fea05
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,25 @@
From 722d60568a1aba99a39918c187b7331e2c368b29 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Tue, 7 Jul 2020 15:23:36 -0400
Subject: [PATCH] remove debug print
Signed-off-by: Peter Jones <pjones@redhat.com>
---
src/client.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/client.c b/src/client.c
index 0082be1f597..c9966295e5f 100644
--- a/src/client.c
+++ b/src/client.c
@@ -536,7 +536,6 @@ oom:
0, true);
}
- printf("add_file_type:%d\n", add_file_type);
pm->version = PESIGND_VERSION;
pm->command = attached ? (add_file_type ? CMD_SIGN_ATTACHED_WITH_FILE_TYPE
: CMD_SIGN_ATTACHED)
--
2.26.2

View File

@ -3,7 +3,7 @@
Name: pesign
Summary: Signing utility for UEFI binaries
Version: 113
Release: 8~1%{?dist}
Release: 8%{?dist}
License: GPLv2
URL: https://github.com/vathpela/pesign
@ -49,6 +49,7 @@ Patch0004: 0004-Rename-var-run-to-run.patch
Patch0005: 0005-Apparently-opensc-got-updated-and-the-token-name-cha.patch
Patch0006: 0006-client-try-run-and-var-run-for-the-socket-path.patch
Patch0007: 0007-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch
Patch0008: 0008-remove-debug-print.patch
%description
This package contains the pesign utility for signing UEFI binaries as