summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2015-12-21 08:09:27 -0800
committerLaura Abbott <labbott@fedoraproject.org>2015-12-21 08:10:06 -0800
commitd4cce45b2bdc9dc6ba7f35b320e30106c71ab0c4 (patch)
tree0c904c6f25964ee95d761e9c2c178610971d537b /kernel.spec
parent13141e11de28d0683186e584c53dd6e322790958 (diff)
downloadkernel-d4cce45b2bdc9dc6ba7f35b320e30106c71ab0c4.tar.gz
kernel-d4cce45b2bdc9dc6ba7f35b320e30106c71ab0c4.tar.xz
kernel-d4cce45b2bdc9dc6ba7f35b320e30106c71ab0c4.zip
Linux v4.4-rc6
- Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/kernel.spec b/kernel.spec
index 408b6fe5f..3373fe6fc 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -65,9 +65,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 5
+%define rcrev 6
# The git snapshot level
-%define gitrev 3
+%define gitrev 0
# 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 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}
@@ -589,9 +589,6 @@ Patch508: kexec-uefi-copy-secure_boot-flag-in-boot-params.patch
#CVE-2015-7833 rhbz 1270158 1270160
Patch567: usbvision-fix-crash-on-detecting-device-with-invalid.patch
-#CVE-2015-7515 rhbz 1285326 1285331
-Patch568: Input-aiptek-fix-crash-on-detecting-device-without-e.patch
-
#rhbz 1287819
Patch570: HID-multitouch-enable-palm-rejection-if-device-imple.patch
@@ -2065,6 +2062,10 @@ fi
#
#
%changelog
+* Mon Dec 21 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc6.git0.1
+- Linux v4.4-rc6
+- Disable debugging options.
+
* Fri Dec 18 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc5.git3.1
- Linux v4.4-rc5-168-g73796d8