Enable CONFIG_CIFS_DEBUG as it was on before it was split out
This commit is contained in:
parent
92559e2963
commit
8b0ebc3e2e
@ -3719,7 +3719,7 @@ CONFIG_CIFS_POSIX=y
|
|||||||
CONFIG_CIFS_FSCACHE=y
|
CONFIG_CIFS_FSCACHE=y
|
||||||
CONFIG_CIFS_ACL=y
|
CONFIG_CIFS_ACL=y
|
||||||
CONFIG_CIFS_WEAK_PW_HASH=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_DEBUG2 is not set
|
||||||
CONFIG_CIFS_DFS_UPCALL=y
|
CONFIG_CIFS_DFS_UPCALL=y
|
||||||
CONFIG_CIFS_NFSD_EXPORT=y
|
CONFIG_CIFS_NFSD_EXPORT=y
|
||||||
|
@ -62,7 +62,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# 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"
|
# 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}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -2306,6 +2306,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%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>
|
* Tue Jan 08 2013 Kyle McMartin <kmcmarti@redhat.com>
|
||||||
- Ensure modules are signed even if *-debuginfo rpms are not produced by
|
- Ensure modules are signed even if *-debuginfo rpms are not produced by
|
||||||
re-defining __spec_install_post and adding a hook after all strip
|
re-defining __spec_install_post and adding a hook after all strip
|
||||||
|
Loading…
Reference in New Issue
Block a user