diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-09-15 11:10:34 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-09-15 11:10:34 -0400 |
commit | 7094b06a730e849d19d2e0ad57ee49566e790c8d (patch) | |
tree | cd71b43fe9192962a4a589e81e0001a3ae2f28b2 /kernel.spec | |
parent | 9d990eb71697daaefad6fea6c49be6492ad02a0e (diff) | |
download | kernel-7094b06a730e849d19d2e0ad57ee49566e790c8d.tar.gz kernel-7094b06a730e849d19d2e0ad57ee49566e790c8d.tar.xz kernel-7094b06a730e849d19d2e0ad57ee49566e790c8d.zip |
Linux v3.17-rc5
- Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/kernel.spec b/kernel.spec index ef7211243..ea5c93a37 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 4 +%define rcrev 5 # The git snapshot level -%define gitrev 4 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -124,7 +124,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} @@ -606,15 +606,9 @@ Patch26002: samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.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 -#rhbz 1132368 -Patch26015: nfs-fix-kernel-warning-when-removing-proc-entry.patch - #rhbz 1134969 Patch26016: HID-wacom-Add-support-for-the-Cintiq-Companion.patch -#rhbz 1116347 -Patch26017: KEYS-Fix-termination-condition-in-assoc-array-garbag.patch - #rhbz 1110011 Patch26018: i8042-Also-store-the-aux-firmware-id-in-multi-plexed.patch Patch26019: psmouse-Add-psmouse_matches_pnp_id-helper-function.patch @@ -1337,15 +1331,9 @@ ApplyPatch samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.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 1132368 -ApplyPatch nfs-fix-kernel-warning-when-removing-proc-entry.patch - #rhbz 1134969 ApplyPatch HID-wacom-Add-support-for-the-Cintiq-Companion.patch -#rhbz 1116347 -ApplyPatch KEYS-Fix-termination-condition-in-assoc-array-garbag.patch - #rhbz 1110011 ApplyPatch i8042-Also-store-the-aux-firmware-id-in-multi-plexed.patch ApplyPatch psmouse-Add-psmouse_matches_pnp_id-helper-function.patch @@ -2219,6 +2207,10 @@ fi # ||----w | # || || %changelog +* Mon Sep 15 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc5.git0.1 +- Linux v3.17-rc5 +- Disable debugging options. + * Fri Sep 12 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc4.git4.1 - Linux v3.17-rc4-244-g5874cfed0b04 |