diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2013-12-16 08:19:17 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2013-12-16 08:19:17 -0500 |
commit | fa204d55ead6b37ed558b95d7882399fe9e982ca (patch) | |
tree | 75a6879fc600270db8c25f5df897aeba6fdd9592 /kernel.spec | |
parent | a752808ab499a0552df7ef7246538da7be2e736c (diff) | |
download | kernel-fa204d55ead6b37ed558b95d7882399fe9e982ca.tar.gz kernel-fa204d55ead6b37ed558b95d7882399fe9e982ca.tar.xz kernel-fa204d55ead6b37ed558b95d7882399fe9e982ca.zip |
Linux v3.13-rc4
- Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/kernel.spec b/kernel.spec index 70ffe5dc9..f68b99f15 100644 --- a/kernel.spec +++ b/kernel.spec @@ -93,9 +93,9 @@ Summary: The Linux kernel # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) # The rc snapshot level -%define rcrev 3 +%define rcrev 4 # The git snapshot level -%define gitrev 5 +%define gitrev 0 # 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 0 +%define debugbuildsenabled 1 # 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 1 +%define rawhide_skip_docs 0 %if 0%{?rawhide_skip_docs} %define with_doc 0 %define doc_build_fail true @@ -708,11 +708,6 @@ Patch25128: dm-cache-policy-mq_fix-large-scale-table-allocation-bug.patch #rhbz 1000439 Patch25129: cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch -#rhbz 1033965 -Patch25169: 0001-Revert-selinux-consider-filesystem-subtype-in-polici.patch - -Patch25170: 0001-drm-radeon-dpm-Fix-hwmon-crash.patch - #rhbz 1030802 Patch25171: elantech-Properly-differentiate-between-clickpads-an.patch @@ -1387,11 +1382,6 @@ ApplyPatch dm-cache-policy-mq_fix-large-scale-table-allocation-bug.patch #rhbz 1000439 ApplyPatch cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch -#rhbz 1033965 -ApplyPatch 0001-Revert-selinux-consider-filesystem-subtype-in-polici.patch - -ApplyPatch 0001-drm-radeon-dpm-Fix-hwmon-crash.patch - #rhbz 1030802 ApplyPatch elantech-Properly-differentiate-between-clickpads-an.patch @@ -2209,6 +2199,10 @@ fi # ||----w | # || || %changelog +* Mon Dec 16 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc4.git0.1 +- Linux v3.13-rc4 +- Disable debugging options. + * Sat Dec 14 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc3.git5.1 - Linux v3.13-rc3-362-gb2077eb |