diff --git a/squashfs.changes b/squashfs.changes index ce2637d..3a6a16e 100644 --- a/squashfs.changes +++ b/squashfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 8 04:11:28 UTC 2022 - Cristian Rodríguez + +- set LZMA_XZ_SUPPORT=1 so you can (un)squash -comp lzma images + ------------------------------------------------------------------- Sun Mar 20 19:51:00 UTC 2022 - Dirk Müller diff --git a/squashfs.spec b/squashfs.spec index 9fe8c82..04815de 100644 --- a/squashfs.spec +++ b/squashfs.spec @@ -47,7 +47,7 @@ squashfs images. %build %define _lto_cflags %{nil} sed -i -e "s|-O2|%{optflags}|" squashfs-tools/Makefile -%make_build -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1 \ +%make_build -C squashfs-tools LZMA_XZ_SUPPORT=1 XZ_SUPPORT=1 LZO_SUPPORT=1 \ %if %{?suse_version} > 1315 LZ4_SUPPORT=1 \ %endif