summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2015-09-22 09:48:03 -0700
committerLaura Abbott <labbott@fedoraproject.org>2015-09-22 09:48:03 -0700
commit5d080632e56593666fa54b914f73595b4bfea013 (patch)
treee7814d8aafb221178773c0bb787dd8b9a0ab55d4 /kernel.spec
parent4111c83181700d3ba3a17d690c407d7a1da3e422 (diff)
downloadkernel-5d080632e56593666fa54b914f73595b4bfea013.tar.gz
kernel-5d080632e56593666fa54b914f73595b4bfea013.tar.xz
kernel-5d080632e56593666fa54b914f73595b4bfea013.zip
Linux v4.3-rc2-19-gbcee19f
- Reenable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index b2a4e858b..1e7d0e29e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 2
# The git snapshot level
-%define gitrev 0
+%define gitrev 1
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -122,7 +122,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}
@@ -2035,6 +2035,10 @@ fi
#
#
%changelog
+* Tue Sep 22 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc2.git1.1
+- Linux v4.3-rc2-19-gbcee19f
+- Reenable debugging options.
+
* Mon Sep 21 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc2.git0.2
- Linux v4.3-rc2
- Disable debugging options.