From a508a8e468f334960c5ba4673707b9b14eddae20 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 9 Dec 2019 10:56:58 -0600 Subject: Linux v5.5-rc1 --- kernel.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 786a52231..6a77896ae 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 0 +%global rcrev 1 # The git snapshot level -%define gitrev 7 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 5.%{upstream_sublevel}.0 %endif @@ -852,6 +852,9 @@ 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 @@ -2887,6 +2890,9 @@ fi # # %changelog +* Mon Dec 09 2019 Justin M. Forbes - 5.5.0-0.rc1.git0.1 +- Linux v5.5-rc1 + * Mon Dec 09 2019 Justin M. Forbes - Disable debugging options. -- cgit