diff --git a/erofs-utils-1.0.tar.xz b/erofs-utils-1.0.tar.xz deleted file mode 100644 index ff7e00a..0000000 --- a/erofs-utils-1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d4b9d16f8c4b39ed0bcb09fd04306106f0ee04d926d39ae8e3ce4e291d5857f -size 37460 diff --git a/erofs-utils-1.1.tar.xz b/erofs-utils-1.1.tar.xz new file mode 100644 index 0000000..e0d7d9f --- /dev/null +++ b/erofs-utils-1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f4d1a7ee3b3caef78c34f12390437d4921de5270aac6b8ee4af12ebb3120a5 +size 39972 diff --git a/erofs-utils.changes b/erofs-utils.changes index 96cbfe6..676891e 100644 --- a/erofs-utils.changes +++ b/erofs-utils.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 19 14:52:57 UTC 2020 - David Michael <fedora.dm0@gmail.com> + +- Update to release 1.1 + * add a manual for mkfs.erofs + * add superblock checksum support + * add filesystem UUID support + * add exclude files support + ------------------------------------------------------------------- Fri Nov 8 08:00:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de> diff --git a/erofs-utils.spec b/erofs-utils.spec index fd795e5..1327cf9 100644 --- a/erofs-utils.spec +++ b/erofs-utils.spec @@ -1,7 +1,7 @@ # # spec file for package erofs-utils # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.0 +Version: 1.1 Release: 0 Summary: Utilities for the Extendable Read-Only Filesystem (EROFS) License: GPL-2.0-or-later @@ -28,9 +28,11 @@ Source: %name-%version.tar.xz BuildRequires: autoconf >= 2.69 BuildRequires: automake BuildRequires: libtool +BuildRequires: pkg-config BuildRequires: xz Supplements: filesystem(erofs) BuildRequires: liblz4-devel >= 1.9 +BuildRequires: libuuid-devel %description mkfs.erofs is a user-space tool to create erofs filesystem images. It @@ -57,5 +59,6 @@ make %{?_smp_mflags} %files %license COPYING %_sbindir/mkfs* +%_mandir/man1/mkfs* %changelog