summaryrefslogtreecommitdiffstats
path: root/e2fsprogs.spec
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@fedoraproject.org>2010-03-15 15:31:51 +0000
committerEric Sandeen <sandeen@fedoraproject.org>2010-03-15 15:31:51 +0000
commitdbfb375bc899461b27d64e0b0f0af22ffadc0b4a (patch)
treed56b8fc8789b09a19dbc1dcda3db4dfc3037d2fc /e2fsprogs.spec
parenteaf372f98070f4b0571bda05a364c6850142e0a1 (diff)
downloade2fsprogs-dbfb375bc899461b27d64e0b0f0af22ffadc0b4a.tar.gz
e2fsprogs-dbfb375bc899461b27d64e0b0f0af22ffadc0b4a.tar.xz
e2fsprogs-dbfb375bc899461b27d64e0b0f0af22ffadc0b4a.zip
* Mon Mar 15 2010 Eric Sandeen <sandeen@redhat.com> 1.41.11-1e2fsprogs-1_41_11-1_fc14
- New upstream version
Diffstat (limited to 'e2fsprogs.spec')
-rw-r--r--e2fsprogs.spec15
1 files changed, 5 insertions, 10 deletions
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 81d11ba..107968e 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -3,8 +3,8 @@
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
Name: e2fsprogs
-Version: 1.41.10
-Release: 5%{?dist}
+Version: 1.41.11
+Release: 1%{?dist}
# License tags based on COPYING file distinctions for various components
License: GPLv2
@@ -13,8 +13,6 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: ext2_types-wrapper.h
Patch2: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
-Patch3: e2fsprogs-1.41.10-fsck-D-fix.patch
-Patch4: e2fsprogs-1.41.10-no-alignment-question.patch
Url: http://e2fsprogs.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -138,12 +136,6 @@ It was originally inspired by the Multics SubSystem library.
# after an selinux install...
%patch2 -p1 -b .featurecheck
-# E2fsprogs 1.41.10 introduced a regression (in commit b71e018) where
-# e2fsck -fD can corrupt non-indexed directories
-%patch3 -p1 -b .fsckD
-# Don't ask about alignment issues if -F is specified to fsck
-%patch4 -p1 -b .fsckF
-
%build
%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
--disable-e2initrd-helper --disable-libblkid --disable-libuuid
@@ -302,6 +294,9 @@ exit 0
%{_libdir}/pkgconfig/ss.pc
%changelog
+* Mon Mar 15 2010 Eric Sandeen <sandeen@redhat.com> 1.41.11-1
+- New upstream version
+
* Mon Mar 01 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-5
- Don't ask for confirmation of misaligned mkfs with -F (#569021)