diff --git a/0007-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch b/0007-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch index 15ccc09..660962f 100644 --- a/0007-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch +++ b/0007-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch @@ -35,8 +35,7 @@ index 5a6da1c6809..e3a0de9c2f4 100644 +%__pesign_token %{nil}%{?pe_signing_token:--token "%{pe_signing_token}"} %__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_token --token %{!?pe_signing_token:"OpenSC Card (Fedora Signer)"}%{?pe_signing_token:"%{pe_signing_token}"} + %__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 /usr/bin/pesign diff --git a/pesign.spec b/pesign.spec index 82923b5..31d1e87 100644 --- a/pesign.spec +++ b/pesign.spec @@ -3,7 +3,7 @@ Name: pesign Summary: Signing utility for UEFI binaries Version: 113 -Release: 7%{?dist} +Release: 8~1%{?dist} License: GPLv2 URL: https://github.com/vathpela/pesign @@ -161,6 +161,9 @@ certutil -d %{_sysconfdir}/pki/pesign/ -X -L > /dev/null %{python3_sitelib}/mockbuild/plugins/pesign.* %changelog +* Tue Jul 07 2020 Peter Jones - 113-8 +- More kernel build debugging... + * Tue Jul 07 2020 Peter Jones - 113-6 - Disable the pesign-authorize call in posttrans, until we can figure out a better way to deal with that in the fedora kernel builder chroot setup