diff --git a/_service b/_service index 161ba88..5dcc5d0 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/ git - v1.0 - v1.0 - 1.0 + v1.4 + v1.4 + 1.4 *.tar diff --git a/erofs-utils-1.1.tar.xz b/erofs-utils-1.1.tar.xz deleted file mode 100644 index e0d7d9f..0000000 --- a/erofs-utils-1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6f4d1a7ee3b3caef78c34f12390437d4921de5270aac6b8ee4af12ebb3120a5 -size 39972 diff --git a/erofs-utils-1.4.tar.xz b/erofs-utils-1.4.tar.xz new file mode 100644 index 0000000..f08d131 --- /dev/null +++ b/erofs-utils-1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be8f5cf08aa62d09dcb03f4c8febce92679d4ac06562875b79fb64539c3bc6e +size 76612 diff --git a/erofs-utils.changes b/erofs-utils.changes index 676891e..edba21e 100644 --- a/erofs-utils.changes +++ b/erofs-utils.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Dec 19 11:14:31 UTC 2021 - Jan Engelhardt + +- 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 diff --git a/erofs-utils.spec b/erofs-utils.spec index 1327cf9..4bd6288 100644 --- a/erofs-utils.spec +++ b/erofs-utils.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: erofs-utils -Version: 1.1 +Version: 1.4 Release: 0 Summary: Utilities for the Extendable Read-Only Filesystem (EROFS) License: GPL-2.0-or-later @@ -51,14 +51,14 @@ uncompressed: %build autoreconf -fiv %configure --bindir="%_sbindir" -make %{?_smp_mflags} +%make_build %install %make_install %files %license COPYING -%_sbindir/mkfs* -%_mandir/man1/mkfs* +%_sbindir/*erofs +%_mandir/man1/*erofs* %changelog