1
0
forked from pool/erofs-utils

Enable zstd

This commit is contained in:
Jan Engelhardt 2024-09-03 15:55:04 +02:00
parent ccd26f0e9b
commit 89ca1dfacb
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 3 13:54:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Enable zstd [boo#1229961]
-------------------------------------------------------------------
Fri Aug 9 21:49:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -33,6 +33,9 @@ BuildRequires: libuuid-devel
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(liblzma)
%if 0%{?suse_version} >= 150600
BuildRequires: pkgconfig(libzstd) >= 5.3.2
%endif
BuildRequires: pkgconfig(zlib)
Supplements: filesystem(erofs)