[1/2] e2fsprogs: Update to 1.47.0
Commit Message
The test suite now works
Fixes: #13228
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
e2fsprogs/e2fsprogs.nm | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
@@ -4,8 +4,8 @@
###############################################################################
name = e2fsprogs
-version = 1.46.5
-release = 2
+version = 1.47.0
+release = 1
groups = System/Filesystems
url = https://e2fsprogs.sourceforge.net/
@@ -56,20 +56,8 @@ build
# Create empty mtab file if it does not exist.
[ -e /etc/mtab ] || touch /etc/mtab
- # Disable failing test to fallocate sparse files and big files on a blockmap fs.
- #
- # test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
- # test_filesys: 13/4096 files (7.7% non-contiguous), 12422/65536 blocks
- # Exit status is 1
- #
- # But the test fails because the Inode 12 and 13 have differnet permissions.
- # ( 0644 instead of 0666 ).
- # -Inode: 12 Type: regular Mode: 0666 Flags: 0x0
- # +Inode: 12 Type: regular Mode: 0644 Flags: 0x0
- rm -rvf tests/d_fallocate_blkmap
-
# Run testsuite.
- cd build && make check || :
+ cd build && make check
end
install