diff options
| author | Dave Jones <davej@redhat.com> | 2013-07-12 11:50:09 -0400 |
|---|---|---|
| committer | Dave Jones <davej@redhat.com> | 2013-07-12 11:50:09 -0400 |
| commit | 73e4f49352c74eeb2d0b951c47adf0b53278f84b (patch) | |
| tree | eac48413046810c009a4fa07711565f327a9f81d /kernel.spec | |
| parent | ae1356ac9fb7cb0774eaab42465bd3017328dbb3 (diff) | |
| download | kernel-73e4f49352c74eeb2d0b951c47adf0b53278f84b.tar.gz kernel-73e4f49352c74eeb2d0b951c47adf0b53278f84b.tar.xz kernel-73e4f49352c74eeb2d0b951c47adf0b53278f84b.zip | |
Disable LATENCYTOP/SCHEDSTATS in non-debug builds.
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index ca7f6272..cc0867b9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 2 +%global baserelease 3 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2264,6 +2264,9 @@ fi # ||----w | # || || %changelog +* Fri Jul 12 2013 Dave Jones <davej@redhat.com> - 3.11.0-0.rc0.git6.4 +- Disable LATENCYTOP/SCHEDSTATS in non-debug builds. + * Fri Jul 12 2013 Josh Boyer <jwboyer@redhat.com> - Add iwlwifi fix for connection issue (rhbz 885407) |
