Enable GOST signatures of kernel modules on rosa2019.1, they work now well

This commit is contained in:
Mikhail Novosyolov 2020-11-27 01:34:07 +03:00
parent 3f15f9038b
commit f4867fbcaa

View file

@ -24,7 +24,7 @@
%define sublevel 80 %define sublevel 80
# Release number. Increase this before a rebuild. # Release number. Increase this before a rebuild.
%define rpmrel 2 %define rpmrel 3
%define fullrpmrel %{rpmrel} %define fullrpmrel %{rpmrel}
%define rpmtag %{disttag} %define rpmtag %{disttag}
@ -76,23 +76,23 @@
%endif %endif
# "Nickel" is a special brand for certified distros # "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 %if %{mdvver} == 201900 || %{mdvver} == 201905
%bcond_without nickel %bcond_without nickel
%bcond_without gost_sign # Require kernel modules to be signed
%bcond_without oblig_signed_modules %bcond_without oblig_signed_modules
%else %else
%bcond_with nickel %bcond_with nickel
%bcond_with gost_sign
%bcond_with oblig_signed_modules %bcond_with oblig_signed_modules
%endif %endif
# Build binary out-of-tree kernel modules (experimental)
%if %{mdvver} >= 201905 %if %{mdvver} >= 201905
# Build binary out-of-tree kernel modules (experimental)
%bcond_without binary_extra_modules %bcond_without binary_extra_modules
# Sign kernel modules with GOST key (experimental)
%bcond_without gost_sign
%else %else
%bcond_with binary_extra_modules %bcond_with binary_extra_modules
%bcond_with gost_sign
%endif %endif
%bcond_with ccache %bcond_with ccache