--- e2fsprogs.spec-orig 2013-11-09 00:07:05.000000000 +0400 +++ e2fsprogs.spec 2013-11-08 23:18:44.000000000 +0400 @@ -4,7 +4,7 @@ Summary: Utilities for managing ext2, ext3, and ext4 filesystems Name: e2fsprogs Version: 1.41.12 -Release: 14%{?dist}.4 +Release: 14%{?dist}.4kk # License tags based on COPYING file distinctions for various components License: GPLv2 @@ -57,6 +57,7 @@ Patch36: e2fsprogs-1.41.12-e2fsck-interior-node-start.patch Patch37: e2fsprogs-1.41.12-e2fsck-overlapping-extents.patch Patch38: e2fsprogs-1.41.12-resize2fs-fix-parents.patch +Patch39: e2fsprogs-1.41.12-e2fsck-don-t-report-uninit-extents-past-EOF-invalid.patch Url: http://e2fsprogs.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -250,6 +251,7 @@ %patch36 -p1 %patch37 -p1 %patch38 -p1 +%patch39 -p1 # Copy images needed for i_e2image in place cp -f %{SOURCE2} %{SOURCE3} %{SOURCE4} ./tests/i_e2image @@ -420,6 +422,9 @@ %{_libdir}/pkgconfig/ss.pc %changelog +* Fri Nov 8 2013 Kir Kolyshkin 1.41.12-14.4kk +- e2fsck: don't report uninit extents past EOF invalid (#985466) + * Fri Oct 25 2013 Eric Sandeen 1.41.12-14.4 - Fix resize2fs shrink corruption when moving files with many extents (#1023351)