1
0
forked from pool/erofs-utils

erofs-utils 1.8

This commit is contained in:
Jan Engelhardt 2024-08-09 23:52:31 +02:00
parent 42932644fa
commit ccd26f0e9b
4 changed files with 20 additions and 10 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 9 21:49:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8
* Multi-threaded compression support with the mkfs.erofs utility.
* Supporting the Intel IAA hardware accelerator using the QPL
driver (for contemporary Xeon Scalable systems).
* Initial support for Zstandard (Zstd) compression.
-------------------------------------------------------------------
Wed Nov 29 16:43:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package erofs-utils
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: erofs-utils
Version: 1.7.1
Version: 1.8
Release: 0
Summary: Utilities for the Extendable Read-Only Filesystem (EROFS)
License: GPL-2.0-or-later
@ -32,6 +32,7 @@ BuildRequires: libtool
BuildRequires: libuuid-devel
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(zlib)
Supplements: filesystem(erofs)
@ -40,11 +41,11 @@ mkfs.erofs is a user-space tool to create erofs filesystem images. It
can create two main types of erofs images, compressed and
uncompressed:
* For compressed images, it is able to integrate several compression
algorithms, LZ4 is supported according to the current erofs kernel
implementation.
* For uncompressed images, it can decide whether the last page of a
file should be inlined or not properly.
* For compressed images, it is able to integrate several compression
algorithms, LZ4 is supported according to the current erofs kernel
implementation.
* For uncompressed images, it can decide whether the last page of a
file should be inlined or not properly.
%prep
%autosetup -p1

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:196083d63e5e231fb5799e7ce86a944bbca564daabce3de9225a8aca9dcaff15
size 165490

BIN
v1.8.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.