1
0
forked from pool/erofs-utils

Accepting request 1129857 from filesystems

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

OBS-URL: https://build.opensuse.org/request/show/1129857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erofs-utils?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2023-11-30 21:01:05 +00:00 committed by Git OBS Bridge
commit 42932644fa
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