diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2013-01-09 08:19:10 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2013-01-09 08:19:10 -0500 |
| commit | 8b0ebc3e2e30eb139e76146a4f3f56a107caf152 (patch) | |
| tree | 4b37f24f1ca86db339a7bea3d35186f6bf5f6b23 | |
| parent | 92559e2963375c301a666b0e9e75de05d66d8aa0 (diff) | |
Enable CONFIG_CIFS_DEBUG as it was on before it was split out
| -rw-r--r-- | config-generic | 2 | ||||
| -rw-r--r-- | kernel.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/config-generic b/config-generic index 9bf766a9..447542e3 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 f472cb15..46c65a46 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@redhat.com> +- Enable CONFIG_CIFS_DEBUG as it was on before it was split out + * Tue Jan 08 2013 Kyle McMartin <kmcmarti@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 |
