Accepting request 977466 from filesystems

OBS-URL: https://build.opensuse.org/request/show/977466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squashfs?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2022-05-17 15:23:40 +00:00 committed by Git OBS Bridge
commit f9241b9c23
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 8 04:11:28 UTC 2022 - Cristian Rodríguez <crrodriguez@opensuse.org>
- set LZMA_XZ_SUPPORT=1 so you can (un)squash -comp lzma images
-------------------------------------------------------------------
Sun Mar 20 19:51:00 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -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