New upstream release; re-enable previously disabled self-tests
This commit is contained in:
parent
b3ea73f4b3
commit
65c5f5f706
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ e2fsprogs-1.41.12.tar.gz
|
|||||||
/e2fsprogs-1.42.6.tar.gz
|
/e2fsprogs-1.42.6.tar.gz
|
||||||
/e2fsprogs-1.42.7.tar.gz
|
/e2fsprogs-1.42.7.tar.gz
|
||||||
/e2fsprogs-1.42.8.tar.gz
|
/e2fsprogs-1.42.8.tar.gz
|
||||||
|
/e2fsprogs-1.42.9.tar.xz
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
Index: e2fsprogs-1.42.8/tests/f_extent_oobounds/script
|
|
||||||
===================================================================
|
|
||||||
--- e2fsprogs-1.42.8.orig/tests/f_extent_oobounds/script
|
|
||||||
+++ e2fsprogs-1.42.8/tests/f_extent_oobounds/script
|
|
||||||
@@ -4,8 +4,8 @@ SKIP_GUNZIP="true"
|
|
||||||
TEST_DATA="$test_name.tmp"
|
|
||||||
|
|
||||||
dd if=/dev/zero of=$TMPFILE bs=1k count=256 > /dev/null 2>&1
|
|
||||||
-mke2fs -Ft ext4 $TMPFILE > /dev/null 2>&1
|
|
||||||
-debugfs -w $TMPFILE << EOF > /dev/null 2>&1
|
|
||||||
+$MKE2FS -Ft ext4 $TMPFILE > /dev/null 2>&1
|
|
||||||
+$DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1
|
|
||||||
write /dev/null testfile
|
|
||||||
extent_open testfile
|
|
||||||
insert_node 0 15 100
|
|
@ -1,17 +1,16 @@
|
|||||||
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.42.8
|
Version: 1.42.9
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# License tags based on COPYING file distinctions for various components
|
# License tags based on COPYING file distinctions for various components
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source1: ext2_types-wrapper.h
|
Source1: ext2_types-wrapper.h
|
||||||
Source2: e2fsck.conf
|
Source2: e2fsck.conf
|
||||||
|
|
||||||
Patch1: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
|
Patch1: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
|
||||||
Patch2: e2fsprogs-1.42.8-f_extent_oobounds.patch
|
|
||||||
|
|
||||||
Url: http://e2fsprogs.sourceforge.net/
|
Url: http://e2fsprogs.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -151,8 +150,6 @@ It was originally inspired by the Multics SubSystem library.
|
|||||||
# mildly unsafe but 'til I get something better, avoid full fsck
|
# mildly unsafe but 'til I get something better, avoid full fsck
|
||||||
# after an selinux install...
|
# after an selinux install...
|
||||||
%patch1 -p1 -b .featurecheck
|
%patch1 -p1 -b .featurecheck
|
||||||
# Fix a regression test
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
|
%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
|
||||||
@ -188,10 +185,11 @@ install -p -m 644 %{SOURCE2} %{buildroot}/etc/e2fsck.conf
|
|||||||
# i.e. it is not a regression in this release, but there
|
# i.e. it is not a regression in this release, but there
|
||||||
# is no fix yet, and we need to get this package building.
|
# is no fix yet, and we need to get this package building.
|
||||||
# See Bug 987133 - resize2fs tests failing on ppc, s390
|
# See Bug 987133 - resize2fs tests failing on ppc, s390
|
||||||
rm -rf tests/r_1024_small_bg*
|
# ERS 2 Jan 2014 - re-enable for now and see how this goes
|
||||||
rm -rf tests/r_64bit_big_expand*
|
#rm -rf tests/r_1024_small_bg*
|
||||||
rm -rf tests/r_bigalloc_big_expand*
|
#rm -rf tests/r_64bit_big_expand*
|
||||||
rm -rf tests/r_ext4_big_expand*
|
#rm -rf tests/r_bigalloc_big_expand*
|
||||||
|
#rm -rf tests/r_ext4_big_expand*
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -253,6 +251,9 @@ exit 0
|
|||||||
%{_mandir}/man1/chattr.1*
|
%{_mandir}/man1/chattr.1*
|
||||||
%{_mandir}/man1/lsattr.1*
|
%{_mandir}/man1/lsattr.1*
|
||||||
|
|
||||||
|
%{_mandir}/man5/ext2.5*
|
||||||
|
%{_mandir}/man5/ext3.5*
|
||||||
|
%{_mandir}/man5/ext4.5*
|
||||||
%{_mandir}/man5/e2fsck.conf.5*
|
%{_mandir}/man5/e2fsck.conf.5*
|
||||||
%{_mandir}/man5/mke2fs.conf.5*
|
%{_mandir}/man5/mke2fs.conf.5*
|
||||||
|
|
||||||
@ -335,6 +336,10 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/ss.pc
|
%{_libdir}/pkgconfig/ss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 01 2014 Eric Sandeen <sandeen@redhat.com> 1.42.9-1
|
||||||
|
- New upstream release
|
||||||
|
- Re-enable disabled tests for now
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.8-3
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.8-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user