Updated kernel-xanmod.spec

This commit is contained in:
Sergey 2022-09-27 16:11:18 +00:00
parent 6575730d9e
commit 7d37fc5712

View file

@ -35,7 +35,7 @@
%define patch_rel 1
# Release number. Increase this before a rebuild.
%define rpmrel 2.klp
%define rpmrel 3.klp
%define fullrpmrel %{rpmrel}
@ -80,7 +80,7 @@
%if %{mdvver} >= 201905
# Build binary out-of-tree kernel modules (experimental)
%bcond_without binary_extra_modules
%bcond_with nvidia_module
%bcond_without nvidia_module
# Sign kernel modules with GOST key (experimental)
%bcond_without gost_sign
%else