1
0
forked from pool/erofs-utils

Accepting request 807360 from home:dm0:branches:filesystems

Update to the 1.1 release

OBS-URL: https://build.opensuse.org/request/show/807360
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2020-05-19 15:34:14 +00:00 committed by Git OBS Bridge
parent 222447119a
commit e5386f8ef4
4 changed files with 17 additions and 5 deletions

View File

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

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

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

View File

@ -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>

View File

@ -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