mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
Enable GOST signatures of kernel modules on rosa2019.1, they work now well
This commit is contained in:
parent
3f15f9038b
commit
f4867fbcaa
1 changed files with 6 additions and 6 deletions
12
kernel.spec
12
kernel.spec
|
@ -24,7 +24,7 @@
|
|||
%define sublevel 80
|
||||
|
||||
# Release number. Increase this before a rebuild.
|
||||
%define rpmrel 2
|
||||
%define rpmrel 3
|
||||
%define fullrpmrel %{rpmrel}
|
||||
|
||||
%define rpmtag %{disttag}
|
||||
|
@ -76,23 +76,23 @@
|
|||
%endif
|
||||
|
||||
# "Nickel" is a special brand for certified distros
|
||||
# gost_sign will probably be enabled outside of Nickel later,
|
||||
# but for now let's better do not make such experiments in stable platforms
|
||||
%if %{mdvver} == 201900 || %{mdvver} == 201905
|
||||
%bcond_without nickel
|
||||
%bcond_without gost_sign
|
||||
# Require kernel modules to be signed
|
||||
%bcond_without oblig_signed_modules
|
||||
%else
|
||||
%bcond_with nickel
|
||||
%bcond_with gost_sign
|
||||
%bcond_with oblig_signed_modules
|
||||
%endif
|
||||
|
||||
# Build binary out-of-tree kernel modules (experimental)
|
||||
%if %{mdvver} >= 201905
|
||||
# Build binary out-of-tree kernel modules (experimental)
|
||||
%bcond_without binary_extra_modules
|
||||
# Sign kernel modules with GOST key (experimental)
|
||||
%bcond_without gost_sign
|
||||
%else
|
||||
%bcond_with binary_extra_modules
|
||||
%bcond_with gost_sign
|
||||
%endif
|
||||
|
||||
%bcond_with ccache
|
||||
|
|
Loading…
Add table
Reference in a new issue