diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2017-03-15 12:19:59 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2017-03-15 12:19:59 -0700 |
commit | 86ea644987b363a4bc00b62447992bdefb819c16 (patch) | |
tree | 0f3a68d318153ea082634d7e8be35af6699260fc /kernel.spec | |
parent | cf8079f29d23e9ce79043fed45f2ac7738d7f41d (diff) | |
download | kernel-86ea644987b363a4bc00b62447992bdefb819c16.tar.gz kernel-86ea644987b363a4bc00b62447992bdefb819c16.tar.xz kernel-86ea644987b363a4bc00b62447992bdefb819c16.zip |
Disable debugging options for sync to f26
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 362fdeda1..9d2357db8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,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 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -125,7 +125,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} @@ -2163,6 +2163,9 @@ fi # # %changelog +* Wed Mar 15 2017 Laura Abbott <labbott@fedoraproject.org> - 4.11.0-0.rc2.git2.2 +- Disable debugging options for sync to f26 + * Wed Mar 15 2017 Laura Abbott <labbott@fedoraproject.org> - 4.11.0-0.rc2.git2.1 - Linux v4.11-rc2-157-gae50dfd |