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:
commit
42932644fa
@ -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>
|
||||
|
||||
|
@ -51,7 +51,7 @@ uncompressed:
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --bindir="%_sbindir"
|
||||
%configure --bindir="%_sbindir" --enable-lzma
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user