1
0
forked from pool/erofs-utils

- Enable lzma/xz compression; make mkfs.erofs -z lzma work.

OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=28
This commit is contained in:
Jan Engelhardt 2023-11-29 16:44:37 +00:00 committed by Git OBS Bridge
parent f77b279dd9
commit edd55bf052
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 29 16:43:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Enable lzma/xz compression; make `mkfs.erofs -z lzma` work.
-------------------------------------------------------------------
Wed Nov 1 13:22:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -51,7 +51,7 @@ uncompressed:
%build
autoreconf -fiv
%configure --bindir="%_sbindir"
%configure --bindir="%_sbindir" --enable-lzma
%make_build
%install