summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2015-10-20 08:17:26 -0700
committerLaura Abbott <labbott@fedoraproject.org>2015-10-20 08:17:26 -0700
commitcdab736f843c078497efa90c156b056aa40ee8d4 (patch)
treeb7753ad31e2100139d5497bb89ba6c873959b6ea /kernel.spec
parent4c186b32b19581a8a03ceed81a73b5541be709ff (diff)
downloadkernel-cdab736f843c078497efa90c156b056aa40ee8d4.tar.gz
kernel-cdab736f843c078497efa90c156b056aa40ee8d4.tar.xz
kernel-cdab736f843c078497efa90c156b056aa40ee8d4.zip
Linux v4.3-rc6-108-gce1fad2
- Reenable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/kernel.spec b/kernel.spec
index 7ffe48256..e027bf5ce 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,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 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}
@@ -587,10 +587,6 @@ Patch508: kexec-uefi-copy-secure_boot-flag-in-boot-params.patch
#rhbz 1239050
Patch509: ideapad-laptop-Add-Lenovo-Yoga-3-14-to-no_hw_rfkill-.patch
-#rhbz 1272172
-Patch510: 0001-KEYS-Fix-crash-when-attempt-to-garbage-collect-an-un.patch
-Patch511: 0002-KEYS-Don-t-permit-request_key-to-construct-a-new-key.patch
-
Patch904: kdbus.patch
# END OF PATCH DEFINITIONS
@@ -2036,6 +2032,10 @@ fi
#
#
%changelog
+* Tue Oct 20 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc6.git1.1
+- Linux v4.3-rc6-108-gce1fad2
+- Reenable debugging options.
+
* Mon Oct 19 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc6.git0.1
- Linux v4.3-rc6
- Disable debugging options.