forked from pool/erofs-utils
Accepting request 941502 from filesystems
- Update to release 1.4 OBS-URL: https://build.opensuse.org/request/show/941502 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erofs-utils?expand=0&rev=7
This commit is contained in:
commit
a4f0c24da0
6
_service
6
_service
@ -2,9 +2,9 @@
|
|||||||
<service mode="disabled" name="tar_scm">
|
<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="url">https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.0</param>
|
<param name="revision">v1.4</param>
|
||||||
<param name="parent-tag">v1.0</param>
|
<param name="parent-tag">v1.4</param>
|
||||||
<param name="versionformat">1.0</param>
|
<param name="versionformat">1.4</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="recompress">
|
<service mode="disabled" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6f4d1a7ee3b3caef78c34f12390437d4921de5270aac6b8ee4af12ebb3120a5
|
|
||||||
size 39972
|
|
3
erofs-utils-1.4.tar.xz
Normal file
3
erofs-utils-1.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6be8f5cf08aa62d09dcb03f4c8febce92679d4ac06562875b79fb64539c3bc6e
|
||||||
|
size 76612
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 19 11:14:31 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.4
|
||||||
|
* mkfs.erofs: support pre-defined UUIDs and SELinux file contexts
|
||||||
|
* Support new big pcluster feature together with Linux 5.13+
|
||||||
|
* Added support to override UID/GID
|
||||||
|
* Introduced preliminary dump.erofs and fsck.erofs
|
||||||
|
* Introduced MicroLZMA compression support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 19 14:52:57 UTC 2020 - David Michael <fedora.dm0@gmail.com>
|
Tue May 19 14:52:57 UTC 2020 - David Michael <fedora.dm0@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package erofs-utils
|
# spec file for package erofs-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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.1
|
Version: 1.4
|
||||||
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
|
||||||
@ -51,14 +51,14 @@ uncompressed:
|
|||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure --bindir="%_sbindir"
|
%configure --bindir="%_sbindir"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%_sbindir/mkfs*
|
%_sbindir/*erofs
|
||||||
%_mandir/man1/mkfs*
|
%_mandir/man1/*erofs*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user