[kernel/f20] Build BIG_KEYS into the kernel (rhbz 1017683)

Josh Boyer jwboyer at fedoraproject.org
Tue Oct 15 11:32:18 UTC 2013


commit 441ef74af8af1a2ccfa8d5e6b8c4fccb292e1334
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Tue Oct 15 07:32:16 2013 -0400

    Build BIG_KEYS into the kernel (rhbz 1017683)

 config-generic |    2 +-
 kernel.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/config-generic b/config-generic
index 681b223..be58f4c 100644
--- a/config-generic
+++ b/config-generic
@@ -4212,7 +4212,7 @@ CONFIG_ZLIB_DEFLATE=m
 CONFIG_INITRAMFS_SOURCE=""
 CONFIG_KEYS=y
 CONFIG_PERSISTENT_KEYRINGS=y
-CONFIG_BIG_KEYS=m
+CONFIG_BIG_KEYS=y
 CONFIG_TRUSTED_KEYS=m
 CONFIG_ENCRYPTED_KEYS=m
 CONFIG_KEYS_DEBUG_PROC_KEYS=y
diff --git a/kernel.spec b/kernel.spec
index 47ae747..66215e5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 300
+%global baserelease 301
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -2318,6 +2318,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Tue Oct 15 2013 Josh Boyer <jwboyer at fedoraproject.org> - 3.11.5-301
+- Build BIG_KEYS into the kernel (rhbz 1017683)
+
 * Mon Oct 14 2013 Justin M. Forbes <jforbes at fedoraproject.org> - 3.11.5-300
 - Linux v3.11.5
 


More information about the scm-commits mailing list