From a92901b5c0a6e84932f56eaea3fc532dc6f579a5 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Oct 14 2021 16:53:13 +0000 Subject: Unblock scripts/sign-file compilations --- diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 1daadf4..b75a178 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -644,7 +644,6 @@ BuildConflicts: dwarves < 1.13 BuildRequires: kabi-dw %endif -%if %{signkernel}%{signmodules} BuildRequires: openssl openssl-devel %if %{signkernel} %ifarch x86_64 aarch64 @@ -652,7 +651,6 @@ BuildRequires: nss-tools BuildRequires: pesign >= 0.10-4 %endif %endif -%endif %if %{with_cross} BuildRequires: binutils-%{_build_arch}-linux-gnu, gcc-%{_build_arch}-linux-gnu @@ -2967,6 +2965,7 @@ fi %changelog * Wed Oct 13 2021 Justin Vreeland - 5.14.0-%{specrelease} - Readd pieces dropped during copy out of upstream format +- scripts/sign-file needs openssl and doesn't seem to be gated by signkernel * Tue Oct 12 2021 Justin Vreeland - 5.14.0-%{specrelease} - Update for CentOS Hyperscale SIG