Blame SOURCES/0005-Apparently-opensc-got-updated-and-the-token-name-cha.patch

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