Accepting request 403732 from home:jankara:branches:filesystems
Update to 1.43.1 OBS-URL: https://build.opensuse.org/request/show/403732 OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=69
This commit is contained in:
parent
a1b583e7f5
commit
d430498e31
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59993ff3a44f82e504561e0ebf95e8c8fa9f9f5746eb6a7182239605d2a4e2d4
|
||||
size 6511931
|
3
e2fsprogs-1.43.1.tar.gz
Normal file
3
e2fsprogs-1.43.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83dba1d96dfdba06f1ca0da6a77d539c22391b99fbd9bd733699689ca25dbebc
|
||||
size 7009831
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 14:58:12 UTC 2016 - jack@suse.cz
|
||||
|
||||
- Update to 1.43.1
|
||||
* Add support for the ext4 metadata checksum, checksum seed, inline data,
|
||||
encryption, project quota, and read-only features
|
||||
* Support for the very old, experimental, and never-added-to-mainline
|
||||
compression feature has been removed
|
||||
* Mke2fs will now create file systems with the metadata_csum and 64bit
|
||||
features enabled by default
|
||||
* The tune2fs program will ask the user for confirmation before starting
|
||||
dangerous operations if the terminal is available, and it will replay
|
||||
the journal if necessary
|
||||
* Add an ext2/3/4 FUSE server
|
||||
* The resize2fs command can now convert file systems between 64-bit and
|
||||
32-bit mode
|
||||
* We now use a new e2undo file format which is much more efficient and
|
||||
faster than the old tdb-based scheme. Since it so much faster, e2fsck,
|
||||
tune2fs, debugfs, and resize2fs now also can support using creating an
|
||||
undo file.
|
||||
* Multiple e2fsck fixes
|
||||
* Multiple mke2fs improvements
|
||||
* Multiple debugfs improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 7 00:00:00 CEST 2015 - dsterba@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package e2fsprogs
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -61,7 +61,7 @@ Conflicts: libcom_err2-mini
|
||||
Conflicts: libcom_err-mini-devel
|
||||
%endif
|
||||
#
|
||||
Version: 1.42.13
|
||||
Version: 1.43.1
|
||||
Release: 0
|
||||
Summary: Utilities for the Second Extended File System
|
||||
License: GPL-2.0
|
||||
@ -363,11 +363,13 @@ done
|
||||
%{_sbindir}/filefrag
|
||||
%{_sbindir}/e2freefrag
|
||||
%{_sbindir}/e4defrag
|
||||
%{_sbindir}/e4crypt
|
||||
%if ! %{build_mini}
|
||||
%{_infodir}/libext2fs.info.gz
|
||||
%endif
|
||||
%{_mandir}/man1/chattr.1.gz
|
||||
%{_mandir}/man1/lsattr.1.gz
|
||||
%{_mandir}/man1/fuse2fs.1.gz
|
||||
%{_mandir}/man5/ext?.5.gz
|
||||
%{_mandir}/man5/e2fsck.conf.5.gz
|
||||
%{_mandir}/man5/mke2fs.conf.5.gz
|
||||
|
Loading…
Reference in New Issue
Block a user