9b526cf
From 56eaa15e986d808c670381ca375216eb3abd1588 Mon Sep 17 00:00:00 2001
9b526cf
From: Jeremy Cline <jcline@redhat.com>
9b526cf
Date: Tue, 18 Feb 2020 16:37:53 -0500
9b526cf
Subject: [PATCH] Apparently opensc got updated and the token name changed
9b526cf
9b526cf
All the kernel builds started failing yesterday because the signing
9b526cf
token could not be found. Update the token name in the macro shipped by
9b526cf
pesign.
9b526cf
9b526cf
Signed-off-by: Peter Jones <pjones@redhat.com>
9b526cf
---
9b526cf
 src/macros.pesign | 2 +-
9b526cf
 1 file changed, 1 insertion(+), 1 deletion(-)
9b526cf
9b526cf
diff --git a/src/macros.pesign b/src/macros.pesign
9b526cf
index 7c5cba170e9..56f75cafbc4 100644
9b526cf
--- a/src/macros.pesign
9b526cf
+++ b/src/macros.pesign
9b526cf
@@ -9,7 +9,7 @@
9b526cf
 %__pesign_token %{nil}%{?pe_signing_token:-t "%{pe_signing_token}"}
9b526cf
 %__pesign_cert %{!?pe_signing_cert:"Red Hat Test Certificate"}%{?pe_signing_cert:"%{pe_signing_cert}"}
9b526cf
 
9b526cf
-%__pesign_client_token %{!?pe_signing_token:"Fedora Signer (OpenSC Card)"}%{?pe_signing_token:"%{pe_signing_token}"}
9b526cf
+%__pesign_client_token %{!?pe_signing_token:"OpenSC Card (Fedora Signer)"}%{?pe_signing_token:"%{pe_signing_token}"}
9b526cf
 %__pesign_client_cert %{!?pe_signing_cert:"/CN=Fedora Secure Boot Signer"}%{?pe_signing_cert:"%{pe_signing_cert}"}
9b526cf
 
9b526cf
 %_pesign /usr/bin/pesign
9b526cf
-- 
9b526cf
2.26.2
9b526cf