summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2014-07-22 08:45:36 -0500
committerJustin M. Forbes <jforbes@redhat.com>2014-07-22 08:45:36 -0500
commit182986bc2547c8b721cc27b175c8e1cac93038cc (patch)
tree48c226541f333d2453f3179d8c06999b0612262b /kernel.spec
parent4ac0f0fa03787fb7d81db603bbf335ee5c010f9d (diff)
downloadkernel-182986bc2547c8b721cc27b175c8e1cac93038cc.tar.gz
kernel-182986bc2547c8b721cc27b175c8e1cac93038cc.tar.xz
kernel-182986bc2547c8b721cc27b175c8e1cac93038cc.zip
Linux v3.16-rc6-75-g15ba223
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index d151a1b16..d23bf3b28 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,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
@@ -130,7 +130,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}
@@ -403,7 +403,7 @@ Group: System Environment/Kernel
License: GPLv2 and Redistributable, no modification permitted
URL: http://www.kernel.org/
Version: %{rpmversion}
-Release: %{pkg_release}.1
+Release: %{pkg_release}
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
# SET %%nobuildarches (ABOVE) INSTEAD
ExclusiveArch: %{all_x86} x86_64 ppc ppc64 ppc64p7 s390 s390x %{arm} aarch64 ppc64le
@@ -2240,6 +2240,10 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Jul 22 2014 Justin M. Forbes <jforbes@fedoraproject.org> - 3.16.0-0.rc6.git1.1
+- Linux v3.16-rc6-75-g15ba223
+- Reenable debugging options.
+
* Mon Jul 21 2014 Justin M. Forbes <jforbes@fedoraproject.org> - 3.16.0-0.rc6.git0.1
- Linux v3.16-rc6
- Disable debugging options.