diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-11-10 10:18:23 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-11-10 10:18:23 -0500 |
commit | 9a2db57bfd3922bfc4a5b6e1b68623c7760ba623 (patch) | |
tree | 37a919c40980f50a526d964105d66a5e694a6f8b /kernel.spec | |
parent | b1223bfd6a6dd0bec9b3c0df7b286b22bcc35257 (diff) | |
download | kernel-9a2db57bfd3922bfc4a5b6e1b68623c7760ba623.tar.gz kernel-9a2db57bfd3922bfc4a5b6e1b68623c7760ba623.tar.xz kernel-9a2db57bfd3922bfc4a5b6e1b68623c7760ba623.zip |
Linux v3.18-rc4
- Temporarily disable aarch64patches
- Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/kernel.spec b/kernel.spec index ef9961300..dc7aa6a34 100644 --- a/kernel.spec +++ b/kernel.spec @@ -8,7 +8,7 @@ Summary: The Linux kernel # be 0. %global released_kernel 0 -%global aarch64patches 1 +%global aarch64patches 0 # Sign modules on x86. Make sure the config files match this setting if more # architectures are added. @@ -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 3 +%define rcrev 4 # 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} @@ -602,10 +602,6 @@ Patch22000: weird-root-dentry-name-debug.patch # Patch series from Hans for various backlight and platform driver fixes Patch26002: samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch -#rhbz 1149509 -Patch26036: USB-quirks-enable-device-qualifier-quirk-for-another.patch -Patch26038: USB-quirks-device-qualifier-quirk-for-another-Elan-t.patch - Patch26057: virtio_console-move-early-VQ-enablement.patch Patch26058: asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch @@ -1331,10 +1327,6 @@ ApplyPatch ath9k-rx-dma-stop-check.patch # Patch series from Hans for various backlight and platform driver fixes ApplyPatch samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch -#rhbz 1149509 -ApplyPatch USB-quirks-enable-device-qualifier-quirk-for-another.patch -ApplyPatch USB-quirks-device-qualifier-quirk-for-another-Elan-t.patch - ApplyPatch virtio_console-move-early-VQ-enablement.patch ApplyPatch asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch @@ -2217,6 +2209,11 @@ fi # ||----w | # || || %changelog +* Mon Nov 10 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.18.0-0.rc4.git0.1 +- Linux v3.18-rc4 +- Temporarily disable aarch64patches +- Disable debugging options. + * Fri Nov 07 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.18.0-0.rc3.git4.1 - Linux v3.18-rc3-82-ged78bb846e8b |