diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2015-09-28 09:25:02 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2015-09-28 09:35:07 -0700 |
commit | c8dc6762e909beef67e2ce84cb1f60ab8a4ca4bf (patch) | |
tree | f373fded9a0222e3454b142106ac560e68c75ca5 /kernel.spec | |
parent | ffe6c8179f72d9e480855f9cfebddd41d7643709 (diff) | |
download | kernel-c8dc6762e909beef67e2ce84cb1f60ab8a4ca4bf.tar.gz kernel-c8dc6762e909beef67e2ce84cb1f60ab8a4ca4bf.tar.xz kernel-c8dc6762e909beef67e2ce84cb1f60ab8a4ca4bf.zip |
Linux v4.3-rc3-40-g097f70b
- Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 78f32265f..c782eb57c 100644 --- a/kernel.spec +++ b/kernel.spec @@ -67,7 +67,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 3 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -122,7 +122,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} @@ -2032,6 +2032,10 @@ fi # # %changelog +* Mon Sep 28 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc3.git1.1 +- Linux v4.3-rc3-40-g097f70b +- Disable debugging options. + * Mon Sep 28 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc3.git0.1 - Linux v4.3-rc3 |