diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-06-13 10:54:52 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-06-13 10:54:52 -0400 |
commit | 1c978618de9a1631dbe797109fb6bcd845c5da16 (patch) | |
tree | d9a801ccebd8e60f6d72cf70372b37087082166b | |
parent | 506ae84a1a8a11e6c9eed19d8a3e96310b0dc3d9 (diff) | |
download | kernel-1c978618de9a1631dbe797109fb6bcd845c5da16.tar.gz kernel-1c978618de9a1631dbe797109fb6bcd845c5da16.tar.xz kernel-1c978618de9a1631dbe797109fb6bcd845c5da16.zip |
Linux v3.15-8981-g5c02c392cd23
-rw-r--r-- | config-x86-generic | 1 | ||||
-rw-r--r-- | kernel.spec | 5 | ||||
-rw-r--r-- | sources | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/config-x86-generic b/config-x86-generic index 8e4252f6a..fd71f3fde 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -458,6 +458,7 @@ CONFIG_PINCTRL_BAYTRAIL=y # CONFIG_INTEL_POWERCLAMP is not set CONFIG_X86_PKG_TEMP_THERMAL=m CONFIG_ACPI_INT3403_THERMAL=m +CONFIG_INTEL_SOC_DTS_THERMAL=m CONFIG_VMWARE_VMCI=m CONFIG_VMWARE_VMCI_VSOCKETS=m diff --git a/kernel.spec b/kernel.spec index af5133842..fb12ba3a1 100644 --- a/kernel.spec +++ b/kernel.spec @@ -67,7 +67,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 8 +%define gitrev 9 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -2221,6 +2221,9 @@ fi # ||----w | # || || %changelog +* Fri Jun 13 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.16.0-0.rc0.git9.1 +- Linux v3.15-8981-g5c02c392cd23 + * Fri Jun 13 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.16.0-0.rc0.git8.1 - Linux v3.15-8835-g859862ddd2b6 @@ -1,4 +1,3 @@ 97ca1625bb40368dc41b9a7971549071 linux-3.15.tar.xz ef8f4db937f521a7e323ec589536ba25 perf-man-3.15.tar.gz -e563261c495f01f49d16fb9036068316 patch-3.15-git7.xz -b21a43c65daea984bde2f940a8aa6696 patch-3.15-git8.xz +b797bbf7acd34cd685451493fe4e00a9 patch-3.15-git9.xz |