1
0
forked from pool/erofs-utils

- Update to release 1.5

OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=18
This commit is contained in:
Jan Engelhardt 2022-06-13 12:52:01 +00:00 committed by Git OBS Bridge
parent 6d8e1d019d
commit d81d2dd395
5 changed files with 18 additions and 8 deletions

View File

@ -2,9 +2,9 @@
<service mode="disabled" name="tar_scm">
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/</param>
<param name="scm">git</param>
<param name="revision">v1.4</param>
<param name="parent-tag">v1.4</param>
<param name="versionformat">1.4</param>
<param name="revision">v1.5</param>
<param name="parent-tag">v1.5</param>
<param name="versionformat">1.5</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6be8f5cf08aa62d09dcb03f4c8febce92679d4ac06562875b79fb64539c3bc6e
size 76612

3
erofs-utils-1.5.tar.xz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 13 12:28:16 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.5
* fsck.erofs: support filesystem extraction
* support ztailpacking inline feature for compressed files
* dump.erofs: support listing directories
* more liberofs APIs (including iterate APIs)
* use mtime to allow more control over the timestamps
-------------------------------------------------------------------
Sun Dec 19 11:14:31 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package erofs-utils
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.4
Version: 1.5
Release: 0
Summary: Utilities for the Extendable Read-Only Filesystem (EROFS)
License: GPL-2.0-or-later