Accepting request 921292 from home:michals

- Enable ZSTD on 15.4 (jsc#SLE-21256).

OBS-URL: https://build.opensuse.org/request/show/921292
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=199
This commit is contained in:
Marcus Meissner 2021-09-24 13:45:13 +00:00 committed by Git OBS Bridge
parent b9e5f4264f
commit 70969d4b34
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 24 10:40:22 UTC 2021 - Michal Suchanek <msuchanek@suse.de>
- Enable ZSTD on 15.4 (jsc#SLE-21256).
-------------------------------------------------------------------
Mon Sep 6 12:29:23 UTC 2021 - Michal Suchanek <msuchanek@suse.com>

View File

@ -16,7 +16,7 @@
#
%if 0%{?suse_version} > 1500
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
%define use_zstd 1
%endif