From 6afceb183c143c48219d7c020163919781ef3d45 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 4 May 2010 16:50:37 +0000 Subject: [PATCH] do not sign the modules --- kernel-2.6.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel-2.6.spec b/kernel-2.6.spec index a9ce616e6..13ee18d88 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -19,7 +19,7 @@ Summary: The Linux kernel %define rhel 1 %if %{rhel} %define distro_build 19 -%define signmodules 1 +%define signmodules 0 %else # fedora_build defines which build revision of this kernel version we're # building. Rather than incrementing forever, as with the prior versioning @@ -126,7 +126,7 @@ Summary: The Linux kernel # Control whether we perform a compat. check against published ABI. %define with_kabichk %{?_without_kabichk: 1} %{?!_without_kabichk: 0} # Control whether we perform a compat. check against published ABI. -%define with_fips %{?_without_fips: 0} %{?!_without_fips: 1} +%define with_fips %{?_without_fips: 1} %{?!_without_fips: 0} # Additional options for user-friendly one-off kernel building: # -- 2.43.0