diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-02 09:49:50 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-02 09:49:50 -0500 |
commit | 6340a09c790fdb1c6633b650d3ba8b2bab34f0df (patch) | |
tree | 99b19b30e15262a8f74ee7060c439f4458712c75 /kernel.spec | |
parent | d646b57c9eb3d764cdab2c7ac8b25b50f215028f (diff) | |
download | kernel-6340a09c790fdb1c6633b650d3ba8b2bab34f0df.tar.gz kernel-6340a09c790fdb1c6633b650d3ba8b2bab34f0df.tar.xz kernel-6340a09c790fdb1c6633b650d3ba8b2bab34f0df.zip |
Linux v3.19-rc7
- Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/kernel.spec b/kernel.spec index 1ce18e5de..7316415a0 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 6 +%define rcrev 7 # The git snapshot level -%define gitrev 3 +%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} @@ -607,9 +607,6 @@ Patch26058: asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch #rhbz 1111138 Patch26059: i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch -#rhbz 1124119 -Patch26128: uas-Add-no-report-opcodes-quirk-for-Simpletech-devic.patch - #rhbz 1115713 Patch26129: samsung-laptop-Add-use_native_backlight-quirk-and-en.patch #rhbz 1094948 @@ -1338,9 +1335,6 @@ ApplyPatch asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch #rhbz 1111138 ApplyPatch i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch -#rhbz 1124119 -ApplyPatch uas-Add-no-report-opcodes-quirk-for-Simpletech-devic.patch - #rhbz 1115713 ApplyPatch samsung-laptop-Add-use_native_backlight-quirk-and-en.patch #rhbz 1094948 @@ -2212,6 +2206,10 @@ fi # ||----w | # || || %changelog +* Mon Feb 02 2015 Josh Boyer <jwboyer@fedoraproject.org> - 3.19.0-0.rc7.git0.1 +- Linux v3.19-rc7 +- Disable debugging options. + * Fri Jan 30 2015 Josh Boyer <jwboyer@fedoraproject.org> - 3.19.0-0.rc6.git3.1 - Linux v3.19-rc6-142-g1c999c47a9f1 |