Commit 6210eca
committed
kernel.spec: Always BuildRequire openssl-devel
JIRA: https://issues.redhat.com/browse/RHEL-78808
Upstream Status: https://gitlab.com/cki-project/kernel-ark.git
commit 92846419579013799663ed85c06007443455277f
Author: Eric Chanudet <echanude@redhat.com>
Date: Fri Jun 27 16:43:54 2025 -0400
kernel.spec: Always BuildRequire openssl-devel
MODULE_SIG=y selects MODULE_SIG_FORMAT=y which enables building
scripts/sign-file, which links with libcrypto.
SYSTEM_EXTRA_CERTIFICATE=y (fedora and automotive) enables building
scripts/extract-certs which links with libcrypto.
Hence both will require openssl-devel, independently of the
rpmbuildopts.
Signed-off-by: Eric Chanudet <echanude@redhat.com>
Signed-off-by: Eric Chanudet <echanude@redhat.com>1 parent 3c46d7d commit 6210eca
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
768 | 767 | | |
769 | | - | |
| 768 | + | |
770 | 769 | | |
771 | 770 | | |
772 | 771 | | |
| |||
0 commit comments