[kernel] Enable CONFIG_CIFS_DEBUG as it was on before it was split out

Josh Boyer jwboyer at fedoraproject.org
Wed Jan 9 13:19:17 UTC 2013


commit 8b0ebc3e2e30eb139e76146a4f3f56a107caf152
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Wed Jan 9 08:19:10 2013 -0500

    Enable CONFIG_CIFS_DEBUG as it was on before it was split out

 config-generic |    2 +-
 kernel.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/config-generic b/config-generic
index 9bf766a..447542e 100644
--- a/config-generic
+++ b/config-generic
@@ -3719,7 +3719,7 @@ CONFIG_CIFS_POSIX=y
 CONFIG_CIFS_FSCACHE=y
 CONFIG_CIFS_ACL=y
 CONFIG_CIFS_WEAK_PW_HASH=y
-# CONFIG_CIFS_DEBUG is not set
+CONFIG_CIFS_DEBUG=y
 # CONFIG_CIFS_DEBUG2 is not set
 CONFIG_CIFS_DFS_UPCALL=y
 CONFIG_CIFS_NFSD_EXPORT=y
diff --git a/kernel.spec b/kernel.spec
index f472cb1..46c65a4 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
@@ -2306,6 +2306,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Wed Jan 09 2013 Josh Boyer <jwboyer at redhat.com>
+- Enable CONFIG_CIFS_DEBUG as it was on before it was split out
+
 * Tue Jan 08 2013 Kyle McMartin <kmcmarti at redhat.com>
 - Ensure modules are signed even if *-debuginfo rpms are not produced by
   re-defining __spec_install_post and adding a hook after all strip


More information about the scm-commits mailing list