summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-12-10 11:14:20 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2013-12-10 11:14:20 -0500
commitf78c22dfe99be93e44b349ba21b12860b8090433 (patch)
tree8f4f6e8de789e7aa7b2669d50d1fd6c70132a920 /kernel.spec
parent2eb18460c03c2aa4bf593f8c4663e33e2b4e0472 (diff)
downloadkernel-f78c22dfe99be93e44b349ba21b12860b8090433.tar.gz
kernel-f78c22dfe99be93e44b349ba21b12860b8090433.tar.xz
kernel-f78c22dfe99be93e44b349ba21b12860b8090433.zip
Linux v3.13-rc3-157-g17b2112
- Reenable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec18
1 files changed, 8 insertions, 10 deletions
diff --git a/kernel.spec b/kernel.spec
index 79741b949..5181e8fc3 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 2
+%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -95,7 +95,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 3
# The git snapshot level
-%define gitrev 0
+%define gitrev 1
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -158,7 +158,7 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'.
-%define debugbuildsenabled 1
+%define debugbuildsenabled 0
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -171,7 +171,7 @@ Summary: The Linux kernel
%define doc_build_fail true
%endif
-%define rawhide_skip_docs 0
+%define rawhide_skip_docs 1
%if 0%{?rawhide_skip_docs}
%define with_doc 0
%define doc_build_fail true
@@ -706,9 +706,6 @@ Patch25129: cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch
#CVE-2013-6382 rhbz 1033603 1034670
Patch25157: xfs-underflow-bug-in-xfs_attrlist_by_handle.patch
-#rhbz 1038472
-Patch25158: crypto-backtrace-fix.patch
-
# END OF PATCH DEFINITIONS
%endif
@@ -1381,9 +1378,6 @@ ApplyPatch cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch
#CVE-2013-6382 rhbz 1033603 1034670
ApplyPatch xfs-underflow-bug-in-xfs_attrlist_by_handle.patch
-#rhbz 1038472
-ApplyPatch crypto-backtrace-fix.patch
-
# END OF PATCH APPLICATIONS
%endif
@@ -2196,6 +2190,10 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Dec 10 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc3.git1.1
+- Linux v3.13-rc3-157-g17b2112
+- Reenable debugging options.
+
* Mon Dec 09 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc3.git0.1
- Linux v3.13-rc3
- Disable debugging options.