Blame SOURCES/0011-pesign-make-pesign-h-tell-you-the-file-name.patch

360211
From 868b42b338d919917ea31cfbf0f96e9586947eaf Mon Sep 17 00:00:00 2001
360211
From: Peter Jones <pjones@redhat.com>
360211
Date: Tue, 25 Apr 2017 16:23:36 -0400
360211
Subject: [PATCH 11/29] pesign: make "pesign -h" tell you the file name.
360211
360211
Signed-off-by: Peter Jones <pjones@redhat.com>
360211
---
360211
 src/pesign.c | 2 +-
360211
 1 file changed, 1 insertion(+), 1 deletion(-)
360211
360211
diff --git a/src/pesign.c b/src/pesign.c
360211
index 279a17a..5879cfc 100644
360211
--- a/src/pesign.c
360211
+++ b/src/pesign.c
360211
@@ -387,7 +387,7 @@ print_digest(pesign_context *pctx)
360211
 	if (!ctx)
360211
 		return;
360211
 
360211
-	printf("hash: ");
360211
+	printf("%s ", pctx->infile);
360211
 	int j = ctx->selected_digest;
360211
 	for (unsigned int i = 0; i < ctx->digests[j].pe_digest->len; i++)
360211
 		printf("%02x",
360211
-- 
360211
2.13.4
360211