From f64407aa0a7feef0ac19be71e84172adab73f742 Mon Sep 17 00:00:00 2001 From: "kelpee (Sergey)" Date: Thu, 6 Oct 2022 07:54:24 +0300 Subject: [PATCH] 6.0.0-xanmod1 --- kernel-xanmod.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel-xanmod.spec b/kernel-xanmod.spec index 48e5772..436c8b0 100644 --- a/kernel-xanmod.spec +++ b/kernel-xanmod.spec @@ -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} @@ -871,7 +871,8 @@ sed -i 's/CONFIG_MODULE_SIG=y/# CONFIG_MODULE_SIG is not set/' .config sed -i 's!CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"!CONFIG_MODULE_SIG_KEY=""!' .config #to avoid error "modprobe: FATAL: Module sunrpc not found in directory /lib/modules/..." -sed -i 's/CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES=y/# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set/' .config +#sed -i 's/CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES=y/# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set/' .config +sed -i 's/CONFIG_SUNRPC=m/# CONFIG_SUNRPC is not set/' .config sed -i 's!CONFIG_LOCALVERSION="-x64v2"!CONFIG_LOCALVERSION=""!' .config sed -i 's!CONFIG_LOCALVERSION="-x64v3"!CONFIG_LOCALVERSION=""!' .config