diff options
-rw-r--r-- | config-generic | 1 | ||||
-rw-r--r-- | kernel.spec | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config-generic b/config-generic index 278f040a5..dafc6c001 100644 --- a/config-generic +++ b/config-generic @@ -3584,6 +3584,7 @@ CONFIG_EXPORTFS=y CONFIG_SUNRPC=m CONFIG_SUNRPC_GSS=m CONFIG_SUNRPC_XPRT_RDMA=m +CONFIG_SUNRPC_DEBUG=y CONFIG_RPCSEC_GSS_KRB5=m CONFIG_CIFS=m CONFIG_CIFS_STATS=y diff --git a/kernel.spec b/kernel.spec index 62fdac3b3..2c513f7fd 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 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2326,6 +2326,9 @@ fi # ||----w | # || || %changelog +* Fri May 11 2012 Josh Boyer <jwboyer@redaht.com> +- Enable CONFIG_SUNRPC_DEBUG (pointed out by Jeff Layton) + * Fri May 11 2012 Josh Boyer <jwboyer@redhat.com> - 3.4.0-0.rc6.git3.1 - Linux v3.4-rc6-76-gd60b9c1 |