From 6150afbbc7db76743553b7284d382f4ce8b99d94 Mon Sep 17 00:00:00 2001 From: Bryan Quigley Date: Thu, 7 May 2020 14:56:24 -0700 Subject: [archive] Drop bzip2 This just leaves xz with gzip as the automatic backup. Bzip2 took the most time by far and only does marginally better than gzip. time 27 Size 10.72MiB --batch -z xz --log-size 1 time 27 Size 16.32MiB --batch -z gzip --log-size 1 time 40 Size 14.17MiB --batch -z bzip2 --log-size 1 time 43 Size 105.21MiB --batch -z xz --all-logs time 64 Size 187.38MiB --batch -z gzip --all-logs time 135 Size 182.86MiB --batch -z bzip2 --all-logs Resolves: #2053 Signed-off-by: Bryan Quigley Signed-off-by: Jake Hunsaker --- sos.spec | 1 - 1 file changed, 1 deletion(-) (limited to 'sos.spec') diff --git a/sos.spec b/sos.spec index 585c1db8..12b1bb54 100644 --- a/sos.spec +++ b/sos.spec @@ -15,7 +15,6 @@ BuildRequires: gettext Requires: libxml2-python Requires: rpm-python Requires: tar -Requires: bzip2 Requires: xz Requires: python3-pexpect -- cgit