Update to test/WIP version e2fsprogs-1.42-WIP.0702
This commit is contained in:
parent
62a74e5666
commit
844f43a4e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
e2fsprogs-1.41.12.tar.gz
|
e2fsprogs-1.41.12.tar.gz
|
||||||
/e2fsprogs-1.41.13.tar.gz
|
/e2fsprogs-1.41.13.tar.gz
|
||||||
/e2fsprogs-1.41.14.tar.gz
|
/e2fsprogs-1.41.14.tar.gz
|
||||||
|
/e2fsprogs-1.42-WIP-0702.tar.gz
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -3,17 +3,17 @@
|
|||||||
|
|
||||||
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.41.14
|
Version: 1.42
|
||||||
Release: 2%{?dist}
|
Release: 0.1.WIP.0702%{?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.gz
|
||||||
|
Source0: ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/e2fsprogs-1.42-WIP-0702.tar.gz
|
||||||
Source1: ext2_types-wrapper.h
|
Source1: ext2_types-wrapper.h
|
||||||
|
|
||||||
Patch1: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
|
Patch1: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
|
||||||
Patch2: e2fsprogs-1.41.12-e4defrag.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)
|
||||||
@ -148,8 +148,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
|
||||||
# Enable e4defrag for testing
|
|
||||||
%patch2 -p1 -b .e4defrag
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
|
%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
|
||||||
@ -297,6 +295,7 @@ exit 0
|
|||||||
%{_libdir}/libcom_err.so
|
%{_libdir}/libcom_err.so
|
||||||
%{_datadir}/et
|
%{_datadir}/et
|
||||||
%{_includedir}/et
|
%{_includedir}/et
|
||||||
|
%{_includedir}/com_err.h
|
||||||
%{_mandir}/man1/compile_et.1*
|
%{_mandir}/man1/compile_et.1*
|
||||||
%{_mandir}/man3/com_err.3*
|
%{_mandir}/man3/com_err.3*
|
||||||
%{_libdir}/pkgconfig/com_err.pc
|
%{_libdir}/pkgconfig/com_err.pc
|
||||||
@ -316,6 +315,9 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/ss.pc
|
%{_libdir}/pkgconfig/ss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 09 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.1.WIP.0702
|
||||||
|
- Test release for >16T support
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.14-2
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.14-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user