forked from pool/e2fsprogs
- Update to 1.43.6
* fix printing of quota inconsistency messages * fix out of bounds checks in e2fsck * optimize e2fsck CPU usage for large sparse files * increase inode size to 256 bytes if features require it * various UI fixes * updated translations Rev filesystems/83 Md5 231150622921942052dadd074d22be77 2017-09-05 15:43:36 jankara 521383
This commit is contained in:
parent
0c51b37328
commit
9bcdf25af7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:466db1da11e227143fbdf6a401833e0ab17cf43d927f5baa4a7042b3ce8a3932
|
|
||||||
size 7596581
|
|
3
e2fsprogs-1.43.6.tar.gz
Normal file
3
e2fsprogs-1.43.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:233d70ac434cdfba792dc0f83944c0ec854468d604fb22325ae65c4adfc90239
|
||||||
|
size 7466907
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 5 15:33:16 UTC 2017 - jack@suse.cz
|
||||||
|
|
||||||
|
- Update to 1.43.6
|
||||||
|
* fix printing of quota inconsistency messages
|
||||||
|
* fix out of bounds checks in e2fsck
|
||||||
|
* optimize e2fsck CPU usage for large sparse files
|
||||||
|
* increase inode size to 256 bytes if features require it
|
||||||
|
* various UI fixes
|
||||||
|
* updated translations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 28 13:42:33 UTC 2017 - mmarek@suse.com
|
Mon Aug 28 13:42:33 UTC 2017 - mmarek@suse.com
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ Conflicts: libcom_err2-mini
|
|||||||
Conflicts: libcom_err-mini-devel
|
Conflicts: libcom_err-mini-devel
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.43.5
|
Version: 1.43.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for the Second Extended File System
|
Summary: Utilities for the Second Extended File System
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -90,9 +90,9 @@ mklost+found, tune2fs, e2fsck, resize2fs, and badblocks.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Dummy development package
|
Summary: Dummy development package
|
||||||
|
# bug437293
|
||||||
License: LGPL-2.0
|
License: LGPL-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# bug437293
|
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: e2fsprogs-devel-64bit
|
Obsoletes: e2fsprogs-devel-64bit
|
||||||
%endif
|
%endif
|
||||||
@ -157,9 +157,9 @@ Development files for libext2fs. Static libraries.
|
|||||||
%package -n libcom_err2
|
%package -n libcom_err2
|
||||||
%endif
|
%endif
|
||||||
Summary: E2fsprogs error reporting library
|
Summary: E2fsprogs error reporting library
|
||||||
|
# bug437293
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
# bug437293
|
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libcom_err-64bit
|
Obsoletes: libcom_err-64bit
|
||||||
Obsoletes: libcom_err2-64bit
|
Obsoletes: libcom_err2-64bit
|
||||||
@ -181,9 +181,9 @@ com_err is an error message display library.
|
|||||||
%package -n libcom_err-devel
|
%package -n libcom_err-devel
|
||||||
%endif
|
%endif
|
||||||
Summary: Development files for libcom_err
|
Summary: Development files for libcom_err
|
||||||
|
# bug437293
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# bug437293
|
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libcom_err-devel-64bit
|
Obsoletes: libcom_err-devel-64bit
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user