From f29ebb198caa40dd5b3f0e981d5d57c2936e65af Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 17 Jun 2019 08:45:30 -0500 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 f9515500a..3c819e2c4 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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 # Kernel headers are being split out into a separate package %if 0%{?fedora} @@ -1830,6 +1830,9 @@ fi # # %changelog +* Mon Jun 17 2019 Justin M. Forbes +- Disable debugging options. + * Fri Jun 14 2019 Justin M. Forbes - 5.2.0-0.rc4.git3.1 - Linux v5.2-rc4-129-g72a20cee5d99 -- cgit From 899f9fafd5bc6a34e175be1566f684aa6212fd02 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 17 Jun 2019 09:02:12 -0500 Subject: Linux v5.2-rc5 --- kernel.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 3c819e2c4..a820a407e 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 -%global rcrev 4 +%global rcrev 5 # The git snapshot level -%define gitrev 3 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 5.%{upstream_sublevel}.0 %endif @@ -580,12 +580,6 @@ Patch527: v2-powerpc-mm-mark-more-tlb-functions-as-__always_inline.patch Patch530: crypto-ghash-fix-unaligned-memory-access-in-ghash_setkey.patch -# https://patchwork.kernel.org/patch/10817377/ -Patch532: usb-dwc2-Fix-DMA-cache-alignment-issues.patch - -# 1697069 LCD panel an Asus EeePC 1025C not lighting up, submitted upstream -Patch533: 0001-platform-x86-asus-wmi-Only-Tell-EC-the-OS-will-handl.patch - # Fix for new Logitech wireless keyboard support in 5.2, submitted upstream Patch534: 0001-HID-logitech-dj-Fix-forwarding-of-very-long-HID-repo.patch @@ -1830,6 +1824,9 @@ fi # # %changelog +* Mon Jun 17 2019 Justin M. Forbes - 5.2.0-0.rc5.git0.1 +- Linux v5.2-rc5 + * Mon Jun 17 2019 Justin M. Forbes - Disable debugging options. -- cgit