diff --git a/makedumpfile.changes b/makedumpfile.changes index 34f36a5..4776511 100644 --- a/makedumpfile.changes +++ b/makedumpfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 11 14:15:33 UTC 2022 - Petr Tesařík + +- Turn on zstd in Tumbleweed. + ------------------------------------------------------------------- Mon Dec 6 10:39:13 UTC 2021 - Petr Tesařík diff --git a/makedumpfile.spec b/makedumpfile.spec index 7281eb8..e693412 100644 --- a/makedumpfile.spec +++ b/makedumpfile.spec @@ -1,7 +1,7 @@ # # spec file for package makedumpfile # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %endif %if 0%{!?have_zstd:1} -%if 0%{?sle_version} >= 150200 +%if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500 %define have_zstd 1 %else %define have_zstd 0