11a11c6
From b699c67004807c53d7c22328ba15304c4f9748a9 Mon Sep 17 00:00:00 2001
11a11c6
From: Peter Jones <pjones@redhat.com>
11a11c6
Date: Fri, 19 Oct 2012 19:16:52 -0400
11a11c6
Subject: [PATCH 42/42] Get the Fedora signing token name right.
11a11c6
11a11c6
Because, you know, we're not signing with the CA token.
11a11c6
11a11c6
Signed-off-by: Peter Jones <pjones@redhat.com>
11a11c6
---
11a11c6
 src/macros.pesign | 2 +-
11a11c6
 1 file changed, 1 insertion(+), 1 deletion(-)
11a11c6
11a11c6
diff --git a/src/macros.pesign b/src/macros.pesign
11a11c6
index fb9d21e..4996d7c 100644
11a11c6
--- a/src/macros.pesign
11a11c6
+++ b/src/macros.pesign
11a11c6
@@ -15,7 +15,7 @@
11a11c6
 %pesign(i:o:C:e:s) \
11a11c6
   if [ -x %{_pesign} -a "%{_target_cpu}" == "x86_64" ]; then \
11a11c6
     if [ -e /var/run/pesign/socket ]; then \
11a11c6
-      %{_pesign_client} -t "OpenSC Card (Fedora Signing CA)" \\\
11a11c6
+      %{_pesign_client} -t "OpenSC Card (Fedora Signer)" \\\
11a11c6
       			-c "/CN=Fedora Secure Boot Signer" \\\
11a11c6
 			%{-i} %{-o} %{-e} %{-s} \
11a11c6
     else \
11a11c6
-- 
11a11c6
1.7.12.1
11a11c6