summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-nodebug2
-rw-r--r--kernel.spec6
-rw-r--r--sources1
3 files changed, 7 insertions, 2 deletions
diff --git a/config-nodebug b/config-nodebug
index b146c3a04..de1518e39 100644
--- a/config-nodebug
+++ b/config-nodebug
@@ -66,7 +66,7 @@ CONFIG_DMA_API_DEBUG=y
# on in rawhide nodebug builds
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
-# CONFIG_EXT4_DEBUG is not set
+CONFIG_EXT4_DEBUG=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
diff --git a/kernel.spec b/kernel.spec
index 8affd4b74..da2d8b4d6 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -95,7 +95,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 6
# The git snapshot level
-%define gitrev 0
+%define gitrev 1
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -2309,6 +2309,10 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Feb 04 2013 Josh Boyer <jwboyer@redhat.com> - 3.8.0-0.rc6.git1.1
+- Linux v3.8-rc6-22-g6edacf0
+- Enable CONFIG_EXT4_DEBUG
+
* Fri Feb 01 2013 Josh Boyer <jwboyer@redhat.com> - 3.8.0-0.rc6.git0.1
- Linux v3.8-rc6
- Enable CONFIG_DMA_API_DEBUG
diff --git a/sources b/sources
index 4a25e59d8..37780ebc4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
21223369d682bcf44bcdfe1521095983 linux-3.7.tar.xz
86fddbbbda8b9d7432ef479d055968e4 patch-3.8-rc6.xz
+acbf858e181ed7781ddcf1e460b94837 patch-3.8-rc6-git1.xz