From 36ae66c549a5da472615f2974bb7c7fc18843d4c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 13 Nov 2017 13:46:43 +0000 Subject: Compress modules on all arches, originally infra capability added significant time, this is no longer the case --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index a5ef55545..7c19ebbe0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -17,7 +17,7 @@ Summary: The Linux kernel %else %global signkernel 0 %global signmodules 1 -%global zipmodules 0 +%global zipmodules 1 %endif %if %{zipmodules} @@ -2209,6 +2209,9 @@ fi # # %changelog +* Mon Nov 13 2017 Peter Robinson +- Compress modules on all arches + * Mon Nov 13 2017 Justin M. Forbes - 4.14.0-1 - Linux v4.14 - Disable debugging options. -- cgit