summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-11-13 13:46:43 +0000
committerPeter Robinson <pbrobinson@gmail.com>2017-11-13 13:46:43 +0000
commit36ae66c549a5da472615f2974bb7c7fc18843d4c (patch)
tree7b54fcf8c08bbfcd7087cb9245d4ad2c22480867
parent67839dbacf50f40b7bb91dc8b75ca42626308826 (diff)
downloadkernel-36ae66c549a5da472615f2974bb7c7fc18843d4c.tar.gz
kernel-36ae66c549a5da472615f2974bb7c7fc18843d4c.tar.xz
kernel-36ae66c549a5da472615f2974bb7c7fc18843d4c.zip
Compress modules on all arches, originally infra capability added significant time, this is no longer the case
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
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 <pbrobinson@fedoraproject.org>
+- Compress modules on all arches
+
* Mon Nov 13 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.14.0-1
- Linux v4.14
- Disable debugging options.