diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-08-18 10:39:30 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-08-18 10:39:33 -0400 |
commit | e85b4686962a2be8f23d8aa1a7a6a86656fcc6c6 (patch) | |
tree | fb16f9195e614a73b038b3a057b48f7c214f87e7 /kernel.spec | |
parent | 24a429b4e91aabc5499d75eb46dc46ed71f0a497 (diff) | |
download | kernel-e85b4686962a2be8f23d8aa1a7a6a86656fcc6c6.tar.gz kernel-e85b4686962a2be8f23d8aa1a7a6a86656fcc6c6.tar.xz kernel-e85b4686962a2be8f23d8aa1a7a6a86656fcc6c6.zip |
Linux v3.17-rc1
- Disable debugging options.
- Fix CONFIG_SPI_DEBUG settings
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/kernel.spec b/kernel.spec index b95dc15b2..c656b2477 100644 --- a/kernel.spec +++ b/kernel.spec @@ -67,9 +67,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 0 +%define rcrev 1 # The git snapshot level -%define gitrev 7 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -130,7 +130,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} @@ -624,15 +624,10 @@ Patch25063: disable-libdw-unwind-on-non-x86.patch #rhbz 983342 1093120 Patch25069: 0001-acpi-video-Add-4-new-models-to-the-use_native_backli.patch -#rhbz 1021036, submitted upstream -Patch25110: 0001-ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha.patch - Patch26000: perf-lib64.patch # Patch series from Hans for various backlight and platform driver fixes Patch26002: samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch -Patch26004: asus-wmi-Add-a-no-backlight-quirk.patch -Patch26005: eeepc-wmi-Add-no-backlight-quirk-for-Asus-H87I-PLUS-.patch Patch26013: acpi-video-Add-use-native-backlight-quirk-for-the-Th.patch Patch26014: acpi-video-Add-use_native_backlight-quirk-for-HP-Pro.patch @@ -1352,14 +1347,9 @@ ApplyPatch perf-lib64.patch # Patch series from Hans for various backlight and platform driver fixes ApplyPatch samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch -ApplyPatch asus-wmi-Add-a-no-backlight-quirk.patch -ApplyPatch eeepc-wmi-Add-no-backlight-quirk-for-Asus-H87I-PLUS-.patch ApplyPatch acpi-video-Add-use-native-backlight-quirk-for-the-Th.patch ApplyPatch acpi-video-Add-use_native_backlight-quirk-for-HP-Pro.patch -#rhbz 1021036, submitted upstream -ApplyPatch 0001-ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha.patch - ApplyPatch tegra-powergate-header-move.patch %if 0%{?aarch64patches} @@ -2244,6 +2234,10 @@ fi # ||----w | # || || %changelog +* Mon Aug 18 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc1.git0.1 +- Linux v3.17-rc1 +- Disable debugging options. + * Sat Aug 16 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc0.git7.1 - Linux v3.16-11452-g88ec63d6f85c |