From edd55bf0521c9dfe4a4f8a4b0b6fe179f71295de245431037ed3c4aa4d3cb899 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 29 Nov 2023 16:44:37 +0000 Subject: [PATCH] - 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 --- erofs-utils.changes | 5 +++++ erofs-utils.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/erofs-utils.changes b/erofs-utils.changes index 4101c2f..eae831f 100644 --- a/erofs-utils.changes +++ b/erofs-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 29 16:43:32 UTC 2023 - Jan Engelhardt + +- Enable lzma/xz compression; make `mkfs.erofs -z lzma` work. + ------------------------------------------------------------------- Wed Nov 1 13:22:02 UTC 2023 - Jan Engelhardt diff --git a/erofs-utils.spec b/erofs-utils.spec index 25956c9..f37f8c6 100644 --- a/erofs-utils.spec +++ b/erofs-utils.spec @@ -51,7 +51,7 @@ uncompressed: %build autoreconf -fiv -%configure --bindir="%_sbindir" +%configure --bindir="%_sbindir" --enable-lzma %make_build %install