summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2017-01-20 03:50:17 -0800
committerLaura Abbott <labbott@redhat.com>2017-01-20 03:50:17 -0800
commit7ecd61efd03cc27d2ca03f5f6693358bee0c03a3 (patch)
treed23d5e09da219390e878a7154c9bc1c6a8228312 /kernel.spec
parent7cf4b8dbe007601597b944a8d39f7d3a494f6115 (diff)
downloadkernel-7ecd61efd03cc27d2ca03f5f6693358bee0c03a3.tar.gz
kernel-7ecd61efd03cc27d2ca03f5f6693358bee0c03a3.tar.xz
kernel-7ecd61efd03cc27d2ca03f5f6693358bee0c03a3.zip
Linux v4.9.5
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec21
1 files changed, 5 insertions, 16 deletions
diff --git a/kernel.spec b/kernel.spec
index f2836b1b7..6697a0039 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -42,7 +42,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 201
+%global baserelease 200
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 4
+%define stable_update 5
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -522,8 +522,6 @@ Patch430: ARM-tegra-usb-no-reset.patch
Patch431: bcm2837-initial-support.patch
-Patch432: bcm283x-vc4-fixes.patch
-
Patch433: bcm283x-fixes.patch
# http://www.spinics.net/lists/linux-mmc/msg41151.html
@@ -625,24 +623,12 @@ Patch665: netfilter-x_tables-deal-with-bogus-nextoffset-values.patch
#ongoing complaint, full discussion delayed until ksummit/plumbers
Patch849: 0001-iio-Use-event-header-from-kernel-tree.patch
-# Work around thinkpad firmware memory layout issues and efi_mem_reserve()
-Patch850: 0001-efi-prune-invalid-memory-map-entries.patch
-
# Request from dwalsh
Patch851: selinux-namespace-fix.patch
#rhbz 1390308
Patch852: nouveau-add-maxwell-to-backlight-init.patch
-# Possible ATI fixes?
-Patch853: drm-amdgpu-drop-verde-dpm-quirks.patch
-Patch854: drm-amdgpu-update-si-kicker-smc-firmware.patch
-Patch855: drm-radeon-drop-verde-dpm-quirks.patch
-Patch856: drm-radeon-update-smc-firmware-selection-for-si.patch
-
-#rhbz 1414068
-Patch857: k8s-fix.patch
-
# END OF PATCH DEFINITIONS
%endif
@@ -2190,6 +2176,9 @@ fi
#
#
%changelog
+* Fri Jan 20 2017 Laura Abbott <labbott@redhat.com> - 4.9.5-200
+- Linux v4.9.5
+
* Tue Jan 17 2017 Laura Abbott <labbott@fedoraproject.org>
- Fix kubernetes networking issue (rhbz 1414068)