From 885ef5ef5ee42d065e7465dbf279417308078f2e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 16 Jul 2020 15:14:49 -0400 Subject: [PATCH] I really cannot figure out why bkernel01 thinks the certificate nickname starts with /CN=, but it does, so I'm gonna stop fighting with the sand. Signed-off-by: Peter Jones --- ...ve-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch | 3 +-- pesign.spec | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/0008-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch b/0008-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch index 77b2fec..0a96bdb 100644 --- a/0008-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch +++ b/0008-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch @@ -70,8 +70,7 @@ index 5a6da1c6809..cb066b35f4a 100644 %__pesign_cert %{!?pe_signing_cert:"Red Hat Test Certificate"}%{?pe_signing_cert:"%{pe_signing_cert}"} %__pesign_client_token %{!?pe_signing_token:"OpenSC Card (Fedora Signer)"}%{?pe_signing_token:"%{pe_signing_token}"} --%__pesign_client_cert %{!?pe_signing_cert:"/CN=Fedora Secure Boot Signer"}%{?pe_signing_cert:"%{pe_signing_cert}"} -+%__pesign_client_cert %{!?pe_signing_cert:"Fedora Secure Boot Signer"}%{?pe_signing_cert:"%{pe_signing_cert}"} + %__pesign_client_cert %{!?pe_signing_cert:"/CN=Fedora Secure Boot Signer"}%{?pe_signing_cert:"%{pe_signing_cert}"} %_pesign /usr/bin/pesign %_pesign_client /usr/bin/pesign-client diff --git a/pesign.spec b/pesign.spec index d2f310c..b84c5c7 100644 --- a/pesign.spec +++ b/pesign.spec @@ -3,7 +3,7 @@ Name: pesign Summary: Signing utility for UEFI binaries Version: 113 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2 URL: https://github.com/vathpela/pesign @@ -165,6 +165,10 @@ certutil -d %{_sysconfdir}/pki/pesign/ -X -L > /dev/null %{python3_sitelib}/mockbuild/plugins/pesign.* %changelog +* Thu Jul 16 2020 Peter Jones - 113-10 +- I really cannot figure out why bkernel01 thinks the certificate nickname + starts with /CN=, but it does, so I'm gonna stop fighting with the sand. + * Thu Jul 16 2020 Peter Jones - 113-9 - Even more kernel build debugging...