]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
"xz -9e" and "xz" size difference is very minimal: auto/th/rpm-build-macros-1.707-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 26 Jan 2015 21:56:34 +0000 (23:56 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 26 Jan 2015 21:56:34 +0000 (23:56 +0200)
$ du xz*/lib/modules/ -sk
42940   xz-e9/lib/modules/
42876   xz/lib/modules/

rpm.macros.kernel

index 3d24d00c473179ef9d65c76b9e2e5d787108cc6f..57aac808041c464c9e122202633484506f7e4691 100644 (file)
@@ -97,6 +97,7 @@ done)
 # Supported values:
 # - "gzip -9nf" (module-init-tools and kmod)
 # - "xz" (kmod)
+# - "xz -9e" (kmod), however size difference with "xz" default options is very minimal
 # @since 1.707
 %kmod_compress_cmd %{__gzip} -9nf
 
This page took 0.10558 seconds and 4 git commands to generate.