- Turn on zstd in Tumbleweed.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=161
This commit is contained in:
Petr Tesařík 2022-02-11 14:16:05 +00:00 committed by Git OBS Bridge
parent b694c587a1
commit 355c9f9ae7
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 11 14:15:33 UTC 2022 - Petr Tesařík <ptesarik@suse.com>
- Turn on zstd in Tumbleweed.
-------------------------------------------------------------------
Mon Dec 6 10:39:13 UTC 2021 - Petr Tesařík <ptesarik@suse.com>

View File

@ -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