Accepting request 611843 from filesystems
OBS-URL: https://build.opensuse.org/request/show/611843 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=101
This commit is contained in:
commit
bf3cb0894a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:926f8e8de1ffba55d791f21b71334e8a32b5227257ad370f2bf7e4396629e97f
|
||||
size 5282240
|
3
e2fsprogs-1.44.2.tar.xz
Normal file
3
e2fsprogs-1.44.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8324cf0b6e81805a741d94087b00e99f7e16144f1ee5a413709a1fa6948b126c
|
||||
size 5349784
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:00:07 UTC 2018 - jack@suse.cz
|
||||
|
||||
- Update to 1.44.2
|
||||
* support for directories over 2 GB (large_dir feature)
|
||||
* support for large extended attributes (ea_inode feature)
|
||||
* metadata checksumming is enabled by default by mke2fs
|
||||
* resize2fs deemed stable enough for bigalloc file systems
|
||||
* tune2fs now replays the journal before modifying the file system
|
||||
* improved consistency checks for symlinks
|
||||
* various fixes in e2image, dumpe2fs, debugfs, and e2fsck for bigalloc
|
||||
file systems
|
||||
* fix e2image handling of images on big endian systems
|
||||
* fixed e2fsck to properly update quotas when handling orphan inodes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 10:32:58 UTC 2018 - jack@suse.cz
|
||||
|
||||
|
@ -28,6 +28,7 @@ BuildRequires: automake
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
%if ! %{build_mini}
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: makeinfo
|
||||
@ -61,7 +62,7 @@ Conflicts: libcom_err2-mini
|
||||
Conflicts: libcom_err-mini-devel
|
||||
%endif
|
||||
#
|
||||
Version: 1.43.9
|
||||
Version: 1.44.2
|
||||
Release: 0
|
||||
Summary: Utilities for the Second Extended File System
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user