From 6a4e911d7a9282331ac152deb5f2c73706f0733e Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 23 Dec 2019 09:07:02 -0600 Subject: Disable debugging options. --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 63a70f4f6..76730ed85 100644 --- a/kernel.spec +++ b/kernel.spec @@ -197,7 +197,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 %if 0%{?fedora} # Kernel headers are being split out into a separate package @@ -2898,6 +2898,9 @@ fi # # %changelog +* Mon Dec 23 2019 Justin M. Forbes +- Disable debugging options. + * Thu Dec 19 2019 Justin M. Forbes - 5.5.0-0.rc2.git3.1 - Linux v5.5-rc2-195-g4a94c4332334 -- cgit From 869f809aaa03b5475f8a8b9993ce55827e3bdf3f Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 23 Dec 2019 09:13:46 -0600 Subject: Linux v5.5-rc3 --- kernel.spec | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 76730ed85..e676bb327 100644 --- a/kernel.spec +++ b/kernel.spec @@ -102,9 +102,9 @@ Summary: The Linux kernel # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) # The rc snapshot level -%global rcrev 2 +%global rcrev 3 # The git snapshot level -%define gitrev 3 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 5.%{upstream_sublevel}.0 %endif @@ -850,19 +850,10 @@ Patch504: 0001-mm-kmemleak-skip-late_init-if-not-skip-disable.patch # https://lkml.org/lkml/2019/8/29/1772 Patch505: ARM-fix-__get_user_check-in-case-uaccess_-calls-are-not-inlined.patch -# CVE-2019-14895 rhbz 1774870 1776139 -Patch525: mwifiex-fix-possible-heap-overflow-in-mwifiex_process_country_ie.patch - # CVE-2019-14896 rhbz 1774875 1776143 # CVE-2019-14897 rhbz 1774879 1776146 Patch526: libertas-Fix-two-buffer-overflows-at-parsing-bss-descriptor.patch -# CVE-2019-14901 rhbz 1773519 1776184 -Patch527: mwifiex-Fix-heap-overflow-in-mmwifiex_process_tdls_action_frame.patch - -# Test fix for PPC build -Patch528: netfilter_ppc_fix.patch - # END OF PATCH DEFINITIONS %endif @@ -2898,6 +2889,9 @@ fi # # %changelog +* Mon Dec 23 2019 Justin M. Forbes - 5.5.0-0.rc3.git0.1 +- Linux v5.5-rc3 + * Mon Dec 23 2019 Justin M. Forbes - Disable debugging options. -- cgit