Accepting request 689917 from home:jankara:branches:filesystems
- configure-Fix-autoheader-failure.patch: Fix autoheader failure - Update to 1.45.0 * Add support to force check at the next fsck run to tune2fs * Add e2scrub script to run e2fsck on LVM backed filesystem * Mke2fs will attempt to use ZERO_RANGE before PUNCH_HOLE so that we don't lose allocated blocks in preallocated files * Initial support for setting character set encoding * Add support for setting inode checksum to debugfs * Add support for specifying superblock location to e2image * Fix e4defrag to handle situation when files are created while it is running * Fix e2fsck to handle dirs > 2 GiB when largedir feature is enabled * Fix mke2fs huge file creation * Fix libext2fs to be more robust against invalid group descriptors * Fix mke2fs and debugfs to correctly copy files > 2 GiB * Fix memory leaks in debugfs, mke2fs, and e2freefrag OBS-URL: https://build.opensuse.org/request/show/689917 OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=105
This commit is contained in:
parent
791a69f25c
commit
f944c1370a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba5eb3069d69160d96818bb9700de9ab5a8458d9add1fd85d427c0000d34c5b9
|
|
||||||
size 5375996
|
|
3
e2fsprogs-1.45.0.tar.xz
Normal file
3
e2fsprogs-1.45.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1fa9d0e13f30f1cae9035fe74ed8ad01bfaae99c2c0b9b970318bdb5d738fcd4
|
||||||
|
size 5520532
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 29 15:01:02 UTC 2019 - Jan Kara <jack@suse.cz>
|
||||||
|
|
||||||
|
- Update to 1.45.0
|
||||||
|
* Add support to force check at the next fsck run to tune2fs
|
||||||
|
* Add e2scrub script to run e2fsck on LVM backed filesystem
|
||||||
|
* Mke2fs will attempt to use ZERO_RANGE before PUNCH_HOLE so that we don't
|
||||||
|
lose allocated blocks in preallocated files
|
||||||
|
* Initial support for setting character set encoding
|
||||||
|
* Add support for setting inode checksum to debugfs
|
||||||
|
* Add support for specifying superblock location to e2image
|
||||||
|
* Fix e4defrag to handle situation when files are created while it is running
|
||||||
|
* Fix e2fsck to handle dirs > 2 GiB when largedir feature is enabled
|
||||||
|
* Fix mke2fs huge file creation
|
||||||
|
* Fix libext2fs to be more robust against invalid group descriptors
|
||||||
|
* Fix mke2fs and debugfs to correctly copy files > 2 GiB
|
||||||
|
* Fix memory leaks in debugfs, mke2fs, and e2freefrag
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 8 09:34:17 UTC 2019 - jack@suse.cz
|
Tue Jan 8 09:34:17 UTC 2019 - jack@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ Conflicts: libcom_err2-mini
|
|||||||
Conflicts: libcom_err-mini-devel
|
Conflicts: libcom_err-mini-devel
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.44.5
|
Version: 1.45.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for the Second Extended File System
|
Summary: Utilities for the Second Extended File System
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -329,6 +329,7 @@ done
|
|||||||
%license NOTICE
|
%license NOTICE
|
||||||
%endif
|
%endif
|
||||||
%config /etc/mke2fs.conf
|
%config /etc/mke2fs.conf
|
||||||
|
%config /etc/e2scrub.conf
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
/sbin/badblocks
|
/sbin/badblocks
|
||||||
/sbin/debugfs
|
/sbin/debugfs
|
||||||
@ -374,6 +375,8 @@ done
|
|||||||
%{_sbindir}/e2freefrag
|
%{_sbindir}/e2freefrag
|
||||||
%{_sbindir}/e4defrag
|
%{_sbindir}/e4defrag
|
||||||
%{_sbindir}/e4crypt
|
%{_sbindir}/e4crypt
|
||||||
|
%{_sbindir}/e2scrub
|
||||||
|
%{_sbindir}/e2scrub_all
|
||||||
%if ! %{build_mini}
|
%if ! %{build_mini}
|
||||||
%{_infodir}/libext2fs.info.gz
|
%{_infodir}/libext2fs.info.gz
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user