[info=ccd26f0e9bb248a04646cdfd13da65f41338c74ed1c5b7c64872288278f1c210]
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=31
This commit is contained in:
parent
a0dbfe8ecd
commit
84220c5354
@ -1,4 +1,4 @@
|
|||||||
mtime: 1701378065
|
mtime: 1723240479
|
||||||
commit: 42932644fa8196f47a27ff5bd2b916cbf9ca94ae1254a6172d566d22378ebf32
|
commit: ccd26f0e9bb248a04646cdfd13da65f41338c74ed1c5b7c64872288278f1c210
|
||||||
url: https://src.opensuse.org/jengelh/erofs-utils
|
url: https://src.opensuse.org/jengelh/erofs-utils
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0fe6e6cc36d7ce8c60983f80391e2aea02213abc1fa3f977bee043c3453be1f9
|
oid sha256:54d4d31ce4b259c9b47c8118f8334a39f39f1fc7ed80525cce1c338a3657d985
|
||||||
size 256
|
size 256
|
||||||
|
@ -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>
|
Wed Nov 29 16:43:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package erofs-utils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: erofs-utils
|
Name: erofs-utils
|
||||||
Version: 1.7.1
|
Version: 1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for the Extendable Read-Only Filesystem (EROFS)
|
Summary: Utilities for the Extendable Read-Only Filesystem (EROFS)
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -32,6 +32,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: pkgconfig(liblzma)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Supplements: filesystem(erofs)
|
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
|
can create two main types of erofs images, compressed and
|
||||||
uncompressed:
|
uncompressed:
|
||||||
|
|
||||||
* For compressed images, it is able to integrate several compression
|
* For compressed images, it is able to integrate several compression
|
||||||
algorithms, LZ4 is supported according to the current erofs kernel
|
algorithms, LZ4 is supported according to the current erofs kernel
|
||||||
implementation.
|
implementation.
|
||||||
* For uncompressed images, it can decide whether the last page of a
|
* For uncompressed images, it can decide whether the last page of a
|
||||||
file should be inlined or not properly.
|
file should be inlined or not properly.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
@ -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
BIN
v1.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user