forked from pool/erofs-utils
Accepting request 1198545 from filesystems
- Enable zstd [boo#1229961] OBS-URL: https://build.opensuse.org/request/show/1198545 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erofs-utils?expand=0&rev=14
This commit is contained in:
commit
74d776b3c8
@ -1,4 +1,4 @@
|
|||||||
mtime: 1723240479
|
mtime: 1725376244
|
||||||
commit: ccd26f0e9bb248a04646cdfd13da65f41338c74ed1c5b7c64872288278f1c210
|
commit: 89ca1dfacb27f49776cea4089fb001d354674d70d6bdad9534197a2fb480b60c
|
||||||
url: https://src.opensuse.org/jengelh/erofs-utils
|
url: https://src.opensuse.org/jengelh/erofs-utils
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:54d4d31ce4b259c9b47c8118f8334a39f39f1fc7ed80525cce1c338a3657d985
|
oid sha256:8f7e91773e05a40548dc57d12116ed237f22bfc246dd8bdfc29c489edca691c7
|
||||||
size 256
|
size 256
|
||||||
|
@ -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>
|
Fri Aug 9 21:49:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -33,6 +33,9 @@ BuildRequires: libuuid-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(liblzma)
|
BuildRequires: pkgconfig(liblzma)
|
||||||
|
%if 0%{?suse_version} >= 150600
|
||||||
|
BuildRequires: pkgconfig(libzstd) >= 5.3.2
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Supplements: filesystem(erofs)
|
Supplements: filesystem(erofs)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user