From a851d38ff2f0c4cfaa55893d495a992dffd5fce67164e44b79be0e6c85d2fb32 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 16 May 2022 08:16:12 +0000 Subject: [PATCH] Accepting request 975597 from home:elvigia:branches:filesystems - set LZMA_XZ_SUPPORT=1 so you can (un)squash -comp lzma images OBS-URL: https://build.opensuse.org/request/show/975597 OBS-URL: https://build.opensuse.org/package/show/filesystems/squashfs?expand=0&rev=52 --- squashfs.changes | 5 +++++ squashfs.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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