summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-10-19 08:07:25 -0700
committerLaura Abbott <labbott@fedoraproject.org>2016-10-19 08:07:25 -0700
commit7be869a650d12f787493ba4ab70568d587481b51 (patch)
tree76879a412d6e04b91d044012f76557f375807a5a /kernel.spec
parent9472421366604c0504d9da77569f45c5b459c9bb (diff)
downloadkernel-7be869a650d12f787493ba4ab70568d587481b51.tar.gz
kernel-7be869a650d12f787493ba4ab70568d587481b51.tar.xz
kernel-7be869a650d12f787493ba4ab70568d587481b51.zip
Linux v4.9-rc1-67-g1a1891d
- Switch to v2 of the aarch64 boot regression patch - Enable CONFIG_LEDS_MLXCPLD per request on mailing list
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 7d34b3a0d..00c8fc4d1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@ Summary: The Linux kernel
# The rc snapshot level
%global rcrev 1
# The git snapshot level
-%define gitrev 1
+%define gitrev 2
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -2147,6 +2147,11 @@ fi
#
#
%changelog
+* Wed Oct 19 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc1.git2.1
+- Linux v4.9-rc1-67-g1a1891d
+- Switch to v2 of the aarch64 boot regression patch
+- Enable CONFIG_LEDS_MLXCPLD per request on mailing list
+
* Tue Oct 18 2016 Laura Abbott <labbott@redhat.com>
- Gracefully bail out of secureboot when EFI runtime is disabled
- Fix for aarch64 boot regression (rhbz 1384701)