You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1017 lines
35 KiB
1017 lines
35 KiB
6 years ago
|
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
||
|
Name: e2fsprogs
|
||
|
Version: 1.42.9
|
||
|
Release: 13%{?dist}
|
||
|
|
||
|
# License tags based on COPYING file distinctions for various components
|
||
|
License: GPLv2
|
||
|
Group: System Environment/Base
|
||
|
Source0: https://www.kernel.org/pub/linux/kernel/people/tytso/%{name}/v%{version}/%{name}-%{version}.tar.xz
|
||
|
Source1: ext2_types-wrapper.h
|
||
|
Source2: e2fsck.conf
|
||
|
|
||
|
Patch1: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
|
||
|
Patch2: e2fsprogs-1.42.9-set-pointer-to-NULL-after-ext2fs_free.patch
|
||
|
Patch3: e2fsprogs-1.42.9-mke2fs-clean-up-kernel-version-tests.patch
|
||
|
Patch4: e2fsprogs-1.42.9-add-revision-to-the-is_before_linux_ver.patch
|
||
|
Patch5: e2fsprogs-1.42.9-enable-lazy_itable_init-on-newer-kernel-by-default.patch
|
||
|
Patch6: e2fsprogs-1.42.9-enable-64bit-feature-by-default.patch
|
||
|
Patch7: e2fsprogs-1.42.9-disable-resize_inode-feature-if-64bit-feature-is-enabled.patch
|
||
|
Patch8: e2fsprogs-1.42.9-no-ppc-altivec.patch
|
||
|
Patch9: e2fsprogs-1.42.9-resize2fs-fs-with-errors.patch
|
||
|
Patch10: e2fsprogs-1.42.9-chattr-manpage-j-update.patch
|
||
|
Patch11: e2fsprogs-1.42.9-chattr-manpage-reorder.patch
|
||
|
Patch12: e2fsprogs-1.42.9-chattr-manpage-update.patch
|
||
|
Patch13: e2fsprogs-1.42.9-ext4-manpage-add-mountopts.patch
|
||
|
Patch14: e2fsprogs-1.42.9-ext4-manpage-add-attrs.patch
|
||
|
Patch15: e2fsprogs-1.42.9-fix-endian-handling-of-ext3_extent_header.patch
|
||
|
Patch16: e2fsprogs-1.42.9-dont-require-fsck-for-resize-p.patch
|
||
|
Patch17: e2fsprogs-1.42.9-defrag-backwards-files.patch
|
||
|
Patch18: e2fsprogs-1.42.9-force-journal-remove.patch
|
||
|
Patch19: e2fsprogs-1.42.9-mkfs-revision-too-high.patch
|
||
|
Patch20: e2fsprogs-1.42.9-libext2fs-avoid-buffer-overflow.patch
|
||
|
Patch21: e2fsprogs-1.42.9-libext2fs-buffer-overflow-closefs.patch
|
||
|
Patch22: e2fsprogs-1.42.9-resize2fs-clear-uninit-BG.patch
|
||
|
Patch23: e2fsprogs-1.43.3-libext2fs-don-t-ignore-fsync-errors.patch
|
||
|
Patch24: e2fsprogs-1.42.10-Fix-nroff-macro-issue-in-chattr-man-page.patch
|
||
|
Patch25: e2fsprogs-1.43.6-libext2fs-skip-start_blk-adjustment-when-stride-and-.patch
|
||
|
Patch26: e2fsprogs-1.43.4-tune2fs-edit-dire-warning-about-check-intervals.patch
|
||
|
Patch27: e2fsprogs-1.42.11-Fix-32-64-bit-overflow-when-multiplying-by-blocks-cl.patch
|
||
|
Patch28: e2fsprogs-1.44.1-e2fsck-warn-if-checkinterval-and-broken_system_clock.patch
|
||
|
Patch29: e2fsprogs-1.42.9-libext2fs-detect-correct-superblock-adjustments-when.patch
|
||
|
Patch30: e2fsprogs-1.42.9-libext2fs-don-t-always-read-backup-group-descriptors.patch
|
||
|
|
||
|
Url: http://e2fsprogs.sourceforge.net/
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
|
Requires: e2fsprogs-libs%{?_isa} = %{version}-%{release}
|
||
|
Requires: libcom_err%{?_isa} = %{version}-%{release}
|
||
|
Requires: libss = %{version}-%{release}
|
||
|
|
||
|
# e4fsprogs was a parallel ext4-capable package in RHEL5.x
|
||
|
%if 0%{?rhel} > 0
|
||
|
Obsoletes: e4fsprogs < %{version}-%{release}
|
||
|
Provides: e4fsprogs = %{version}-%{release}
|
||
|
%endif
|
||
|
|
||
|
BuildRequires: pkgconfig, texinfo, libselinux-devel
|
||
|
BuildRequires: libsepol-devel
|
||
|
BuildRequires: libblkid-devel
|
||
|
BuildRequires: libuuid-devel
|
||
|
BuildRequires: gettext
|
||
|
|
||
|
%description
|
||
|
The e2fsprogs package contains a number of utilities for creating,
|
||
|
checking, modifying, and correcting any inconsistencies in second,
|
||
|
third and fourth extended (ext2/ext3/ext4) filesystems. E2fsprogs
|
||
|
contains e2fsck (used to repair filesystem inconsistencies after an
|
||
|
unclean shutdown), mke2fs (used to initialize a partition to contain
|
||
|
an empty ext2 filesystem), debugfs (used to examine the internal
|
||
|
structure of a filesystem, to manually repair a corrupted
|
||
|
filesystem, or to create test cases for e2fsck), tune2fs (used to
|
||
|
modify filesystem parameters), and most of the other core ext2fs
|
||
|
filesystem utilities.
|
||
|
|
||
|
You should install the e2fsprogs package if you need to manage the
|
||
|
performance of an ext2, ext3, or ext4 filesystem.
|
||
|
|
||
|
%package libs
|
||
|
Summary: Ext2/3/4 filesystem-specific shared libraries
|
||
|
Group: Development/Libraries
|
||
|
License: GPLv2 and LGPLv2
|
||
|
Requires: libcom_err%{?_isa} = %{version}-%{release}
|
||
|
|
||
|
%description libs
|
||
|
E2fsprogs-libs contains libe2p and libext2fs, the libraries of the
|
||
|
e2fsprogs package.
|
||
|
|
||
|
These libraries are used to directly acccess ext2/3/4 filesystems
|
||
|
from userspace.
|
||
|
|
||
|
%package static
|
||
|
Summary: Ext2/3/4 filesystem-specific static libraries
|
||
|
Group: Development/Libraries
|
||
|
License: GPLv2 and LGPLv2
|
||
|
|
||
|
%description static
|
||
|
E2fsprogs-static contains all static libraries built from e2fsprogs,
|
||
|
including libext2fs, libcom_err, libe2p, and libss.
|
||
|
|
||
|
These libraries are used to directly acccess ext2/3/4 filesystems
|
||
|
from userspace, and perform other useful functions.
|
||
|
|
||
|
%package devel
|
||
|
Summary: Ext2/3/4 filesystem-specific libraries and headers
|
||
|
Group: Development/Libraries
|
||
|
License: GPLv2 and LGPLv2
|
||
|
Requires: e2fsprogs-libs%{?_isa} = %{version}-%{release}
|
||
|
Requires: libcom_err-devel%{?_isa} = %{version}-%{release}
|
||
|
Requires: gawk
|
||
|
Requires: pkgconfig
|
||
|
Requires(post): info
|
||
|
Requires(preun): info
|
||
|
|
||
|
%description devel
|
||
|
E2fsprogs-devel contains the libraries and header files needed to
|
||
|
develop second, third and fourth extended (ext2/ext3/ext4)
|
||
|
filesystem-specific programs.
|
||
|
|
||
|
You should install e2fsprogs-devel if you want to develop ext2/3/4
|
||
|
filesystem-specific programs. If you install e2fsprogs-devel, you'll
|
||
|
also want to install e2fsprogs.
|
||
|
|
||
|
%package -n libcom_err
|
||
|
Summary: Common error description library
|
||
|
Group: Development/Libraries
|
||
|
License: MIT
|
||
|
|
||
|
%description -n libcom_err
|
||
|
This is the common error description library, part of e2fsprogs.
|
||
|
|
||
|
libcom_err is an attempt to present a common error-handling mechanism.
|
||
|
|
||
|
%package -n libcom_err-devel
|
||
|
Summary: Common error description library
|
||
|
Group: Development/Libraries
|
||
|
License: MIT
|
||
|
Requires: libcom_err%{?_isa} = %{version}-%{release}
|
||
|
Requires: pkgconfig
|
||
|
|
||
|
%description -n libcom_err-devel
|
||
|
This is the common error description development library and headers,
|
||
|
part of e2fsprogs. It contains the compile_et commmand, used
|
||
|
to convert a table listing error-code names and associated messages
|
||
|
messages into a C source file suitable for use with the library.
|
||
|
|
||
|
libcom_err is an attempt to present a common error-handling mechanism.
|
||
|
|
||
|
%package -n libss
|
||
|
Summary: Command line interface parsing library
|
||
|
Group: Development/Libraries
|
||
|
License: MIT
|
||
|
Requires: libcom_err%{?_isa} = %{version}-%{release}
|
||
|
|
||
|
%description -n libss
|
||
|
This is libss, a command line interface parsing library, part of e2fsprogs.
|
||
|
|
||
|
This package includes a tool that parses a command table to generate
|
||
|
a simple command-line interface parser, the include files needed to
|
||
|
compile and use it.
|
||
|
|
||
|
It was originally inspired by the Multics SubSystem library.
|
||
|
|
||
|
%package -n libss-devel
|
||
|
Summary: Command line interface parsing library
|
||
|
Group: Development/Libraries
|
||
|
License: MIT
|
||
|
Requires: libss%{?_isa} = %{version}-%{release}
|
||
|
Requires: pkgconfig
|
||
|
|
||
|
%description -n libss-devel
|
||
|
This is the command line interface parsing (libss) development library
|
||
|
and headers, part of e2fsprogs. It contains the mk_cmds command, which
|
||
|
parses a command table to generate a simple command-line interface parser.
|
||
|
|
||
|
It was originally inspired by the Multics SubSystem library.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
# ignore some flag differences on primary/backup sb feature checks
|
||
|
# mildly unsafe but 'til I get something better, avoid full fsck
|
||
|
# after an selinux install...
|
||
|
%patch1 -p1 -b .featurecheck
|
||
|
# fix use after free after calling ext2fs_free()
|
||
|
%patch2 -p1
|
||
|
# clean up kernel version tests
|
||
|
%patch3 -p1
|
||
|
# Add revision to the is_before_linux_ver()
|
||
|
%patch4 -p1
|
||
|
# Enable lazy_itable_ini by defula on newer kernel even if ext4 module
|
||
|
# is not loaded
|
||
|
%patch5 -p1
|
||
|
# Enable 64bit by default
|
||
|
%patch6 -p1
|
||
|
# Disable resize_inode when 64bit feature is enabled
|
||
|
%patch7 -p1
|
||
|
# Disable some instructions on ppc build of libext2fs; see bug #1074604
|
||
|
# and e2fsprogs-1.42.9-no-ppc-altivec.patch
|
||
|
%patch8 -p1 -b .noaltivec
|
||
|
# Don't calc minimum resize2fs size on fs with errors
|
||
|
%patch9 -p1
|
||
|
# Various updates to attr-related manpages
|
||
|
%patch10 -p1
|
||
|
%patch11 -p1
|
||
|
%patch12 -p1
|
||
|
%patch13 -p1
|
||
|
%patch14 -p1
|
||
|
%patch15 -p1
|
||
|
%patch16 -p1
|
||
|
%patch17 -p1
|
||
|
%patch18 -p1
|
||
|
%patch19 -p1
|
||
|
%patch20 -p1
|
||
|
%patch21 -p1
|
||
|
%patch22 -p1
|
||
|
%patch23 -p1
|
||
|
%patch24 -p1
|
||
|
%patch25 -p1
|
||
|
%patch26 -p1
|
||
|
%patch27 -p1
|
||
|
%patch28 -p1
|
||
|
%patch29 -p1
|
||
|
%patch30 -p1
|
||
|
|
||
|
%build
|
||
|
%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
|
||
|
--disable-e2initrd-helper --disable-libblkid --disable-libuuid \
|
||
|
--with-root-prefix=/usr
|
||
|
# Disable some instructions on ppc build of libext2fs; see bug #1074604
|
||
|
# and e2fsprogs-1.42.9-no-ppc-altivec.patch
|
||
|
%ifarch ppc
|
||
|
make V=1 %{?_smp_mflags} PPC_NO_ALTIVEC=1
|
||
|
%else
|
||
|
make V=1 %{?_smp_mflags}
|
||
|
%endif
|
||
|
|
||
|
%install
|
||
|
rm -rf %{buildroot}
|
||
|
export PATH=/sbin:$PATH
|
||
|
make install install-libs DESTDIR=%{buildroot} INSTALL="%{__install} -p" \
|
||
|
root_sbindir=%{_sbindir} root_libdir=%{_libdir}
|
||
|
|
||
|
# ugly hack to allow parallel install of 32-bit and 64-bit -devel packages:
|
||
|
%define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
|
||
|
|
||
|
%ifarch %{multilib_arches}
|
||
|
mv -f %{buildroot}%{_includedir}/ext2fs/ext2_types.h \
|
||
|
%{buildroot}%{_includedir}/ext2fs/ext2_types-%{_arch}.h
|
||
|
install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/ext2fs/ext2_types.h
|
||
|
%endif
|
||
|
|
||
|
# Hack for now, otherwise strip fails.
|
||
|
chmod +w %{buildroot}%{_libdir}/*.a
|
||
|
|
||
|
# Let boot continue even if *gasp* clock is wrong
|
||
|
install -p -m 644 %{SOURCE2} %{buildroot}/etc/e2fsck.conf
|
||
|
|
||
|
%find_lang %{name}
|
||
|
|
||
|
%check
|
||
|
# This breaks in a very weird way on ppc; it is a test of a crafted
|
||
|
# filesystem that can't even be used in practice, and usptream
|
||
|
# has ignored the patch to fix it. So remove it for now.
|
||
|
rm -rf tests/r_ext4_small_bg
|
||
|
# Something changed in our build system and now this test fails
|
||
|
# randomly on s360 or ppc. It's not issue with e2fsprogs itself
|
||
|
# but either this test or the build environment. Anyway it's
|
||
|
# blocking release of a hotfix so let's remove it for now.
|
||
|
rm -rf tests/f_mmp
|
||
|
make check
|
||
|
|
||
|
%clean
|
||
|
rm -rf %{buildroot}
|
||
|
|
||
|
%post libs -p /sbin/ldconfig
|
||
|
%postun libs -p /sbin/ldconfig
|
||
|
|
||
|
%post devel
|
||
|
# Test for file; if installed with --excludedocs it may not be there
|
||
|
if [ -f %{_infodir}/libext2fs.info.gz ]; then
|
||
|
/sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
|
||
|
fi
|
||
|
|
||
|
%preun devel
|
||
|
if [ $1 = 0 -a -f %{_infodir}/libext2fs.info.gz ]; then
|
||
|
/sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
|
||
|
fi
|
||
|
exit 0
|
||
|
|
||
|
%post -n libcom_err -p /sbin/ldconfig
|
||
|
%postun -n libcom_err -p /sbin/ldconfig
|
||
|
|
||
|
%post -n libss -p /sbin/ldconfig
|
||
|
%postun -n libss -p /sbin/ldconfig
|
||
|
|
||
|
%files -f %{name}.lang
|
||
|
%defattr(-,root,root)
|
||
|
%doc COPYING README RELEASE-NOTES
|
||
|
|
||
|
%config(noreplace) /etc/mke2fs.conf
|
||
|
%config(noreplace) /etc/e2fsck.conf
|
||
|
%{_sbindir}/badblocks
|
||
|
%{_sbindir}/debugfs
|
||
|
%{_sbindir}/dumpe2fs
|
||
|
%{_sbindir}/e2fsck
|
||
|
%{_sbindir}/e2image
|
||
|
%{_sbindir}/e2label
|
||
|
%{_sbindir}/e2undo
|
||
|
%{_sbindir}/fsck.ext2
|
||
|
%{_sbindir}/fsck.ext3
|
||
|
%{_sbindir}/fsck.ext4
|
||
|
%{_sbindir}/logsave
|
||
|
%{_sbindir}/mke2fs
|
||
|
%{_sbindir}/mkfs.ext2
|
||
|
%{_sbindir}/mkfs.ext3
|
||
|
%{_sbindir}/mkfs.ext4
|
||
|
%{_sbindir}/resize2fs
|
||
|
%{_sbindir}/tune2fs
|
||
|
%{_sbindir}/filefrag
|
||
|
%{_sbindir}/e2freefrag
|
||
|
%{_sbindir}/e4defrag
|
||
|
%{_sbindir}/mklost+found
|
||
|
%exclude %{_sbindir}/fsck.ext4dev
|
||
|
%exclude %{_sbindir}/mkfs.ext4dev
|
||
|
|
||
|
%{_bindir}/chattr
|
||
|
%{_bindir}/lsattr
|
||
|
%{_mandir}/man1/chattr.1*
|
||
|
%{_mandir}/man1/lsattr.1*
|
||
|
|
||
|
%{_mandir}/man5/ext2.5*
|
||
|
%{_mandir}/man5/ext3.5*
|
||
|
%{_mandir}/man5/ext4.5*
|
||
|
%{_mandir}/man5/e2fsck.conf.5*
|
||
|
%{_mandir}/man5/mke2fs.conf.5*
|
||
|
|
||
|
%{_mandir}/man8/badblocks.8*
|
||
|
%{_mandir}/man8/debugfs.8*
|
||
|
%{_mandir}/man8/dumpe2fs.8*
|
||
|
%{_mandir}/man8/e2fsck.8*
|
||
|
%{_mandir}/man8/filefrag.8*
|
||
|
%{_mandir}/man8/e2freefrag.8*
|
||
|
%{_mandir}/man8/e4defrag.8*
|
||
|
%{_mandir}/man8/fsck.ext2.8*
|
||
|
%{_mandir}/man8/fsck.ext3.8*
|
||
|
%{_mandir}/man8/fsck.ext4.8*
|
||
|
%{_mandir}/man8/e2image.8*
|
||
|
%{_mandir}/man8/e2label.8*
|
||
|
%{_mandir}/man8/e2undo.8*
|
||
|
%{_mandir}/man8/logsave.8*
|
||
|
%{_mandir}/man8/mke2fs.8*
|
||
|
%{_mandir}/man8/mkfs.ext2.8*
|
||
|
%{_mandir}/man8/mkfs.ext3.8*
|
||
|
%{_mandir}/man8/mkfs.ext4.8*
|
||
|
%{_mandir}/man8/mklost+found.8*
|
||
|
%{_mandir}/man8/resize2fs.8*
|
||
|
%{_mandir}/man8/tune2fs.8*
|
||
|
%exclude %{_mandir}/man8/fsck.ext4dev.8*
|
||
|
%exclude %{_mandir}/man8/mkfs.ext4dev.8*
|
||
|
|
||
|
%files libs
|
||
|
%defattr(-,root,root)
|
||
|
%doc COPYING
|
||
|
%{_libdir}/libe2p.so.*
|
||
|
%{_libdir}/libext2fs.so.*
|
||
|
|
||
|
%files static
|
||
|
%defattr(-,root,root)
|
||
|
%doc COPYING
|
||
|
%{_libdir}/*.a
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-,root,root)
|
||
|
%{_infodir}/libext2fs.info*
|
||
|
%{_libdir}/libe2p.so
|
||
|
%{_libdir}/libext2fs.so
|
||
|
%{_libdir}/pkgconfig/e2p.pc
|
||
|
%{_libdir}/pkgconfig/ext2fs.pc
|
||
|
%{_libdir}/pkgconfig/quota.pc
|
||
|
|
||
|
%{_includedir}/e2p
|
||
|
%{_includedir}/ext2fs
|
||
|
%{_includedir}/quota
|
||
|
|
||
|
%files -n libcom_err
|
||
|
%defattr(-,root,root)
|
||
|
%doc COPYING
|
||
|
%{_libdir}/libcom_err.so.*
|
||
|
|
||
|
%files -n libcom_err-devel
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/compile_et
|
||
|
%{_libdir}/libcom_err.so
|
||
|
%{_datadir}/et
|
||
|
%{_includedir}/et
|
||
|
%{_includedir}/com_err.h
|
||
|
%{_mandir}/man1/compile_et.1*
|
||
|
%{_mandir}/man3/com_err.3*
|
||
|
%{_libdir}/pkgconfig/com_err.pc
|
||
|
|
||
|
%files -n libss
|
||
|
%defattr(-,root,root)
|
||
|
%doc COPYING
|
||
|
%{_libdir}/libss.so.*
|
||
|
|
||
|
%files -n libss-devel
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/mk_cmds
|
||
|
%{_libdir}/libss.so
|
||
|
%{_datadir}/ss
|
||
|
%{_includedir}/ss
|
||
|
%{_mandir}/man1/mk_cmds.1*
|
||
|
%{_libdir}/pkgconfig/ss.pc
|
||
|
|
||
|
%changelog
|
||
|
* Tue Jun 13 2018 Lukas Czerner <lczerner@redhat.com> 1.42.9-13
|
||
|
- e2fsck: warn if checkinterval and broken_system_clock both set (#1365594)
|
||
|
- e2fsprogs: fail to open 1k block size ext4 with bigalloc,meta_bg,^resize_inode (#1448019)
|
||
|
|
||
|
* Tue Mar 23 2018 Lukas Czerner <lczerner@redhat.com> 1.42.9-12
|
||
|
- Fix 32/64-bit overflow when multiplying by blocks/clusters per group (#1553004)
|
||
|
|
||
|
* Tue Nov 14 2017 Lukas Czerner <lczerner@redhat.com> 1.42.9-11
|
||
|
- libext2fs: skip start_blk adjustment when stride and flex_bg is set (#1503969)
|
||
|
- tune2fs: edit dire warning about check intervals (#1433233)
|
||
|
|
||
|
* Thu Mar 16 2017 Lukas Czerner <lczerner@redhat.com> 1.42.9-10
|
||
|
- libext2fs: don't ignore fsync errors (#1405049)
|
||
|
- Fix nroff macro issue in chattr man page (#1429213)
|
||
|
|
||
|
* Mon Jun 13 2016 Eric Sandeen <sandeen@redhat.com> 1.42.9-9
|
||
|
- resize2fs: clear uninit BG if allocating from new group (#1262498)
|
||
|
|
||
|
* Fri Feb 19 2016 Eric Sandeen <sandeen@redhat.com> 1.42.9-8
|
||
|
- e4defrag: backwards-allocated files should be defragmented (#1176785)
|
||
|
- tune2fs: allow removal of dirty journal with two "-f" options (#1212376)
|
||
|
- mke2fs: prevent creation of filesystem with unsupported revision (#1212378)
|
||
|
- libext2fs: prevent buffer overflows (#1293677)
|
||
|
|
||
|
* Wed Jan 21 2015 Eric Sandeen <sandeen@redhat.com> 1.42.9-7
|
||
|
- Don't require e2fsck for resize2fs -P (#1183492)
|
||
|
|
||
|
* Fri Oct 24 2014 Eric Sandeen <sandeen@redhat.com> 1.42.9-6
|
||
|
- Fix endian bug in extent code (#1081836)
|
||
|
|
||
|
* Fri Sep 19 2014 Eric Sandeen <sandeen@redhat.com> 1.42.9-5
|
||
|
- Various manpage updates for chattr and mount (#1053885)
|
||
|
- Fix resize2fs -P hang on corrupted filesystems (#1104612)
|
||
|
|
||
|
* Tue Mar 11 2014 Lukas Czerner <lczerner@redhat.com> - 1.42.9-4
|
||
|
- Fix posisble use after free in some error paths (#997982)
|
||
|
- Enable lazy_itable_init even if ext4 module is not loaded (#1071909)
|
||
|
- Remove any ocurence of ext4dev and test_fs from e2fsprogs (#1063801)
|
||
|
- Allow to resize ext4 file system past 16TB (#982871)
|
||
|
- Disable altivec instructions for libext2fs on ppc (#1074604)
|
||
|
|
||
|
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.42.9-3
|
||
|
- Mass rebuild 2014-01-24
|
||
|
|
||
|
* Mon Jan 20 2014 Eric Sandeen <sandeen@redhat.com> 1.42.9-2
|
||
|
- Fix Source0 URL
|
||
|
|
||
|
* Thu Jan 01 2014 Eric Sandeen <sandeen@redhat.com> 1.42.9-1
|
||
|
- New upstream release (#1051588)
|
||
|
- Re-enable disabled tests for now
|
||
|
|
||
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.42.8-3
|
||
|
- Mass rebuild 2013-12-27
|
||
|
|
||
|
* Fri Jul 19 2013 Stef walter <stefw@redhat.com> 1.42.8-2
|
||
|
- Interpackage dependencies should be for same arch (#986428)
|
||
|
|
||
|
* Wed Jun 26 2013 Eric Sandeen <sandeen@redhat.com> 1.42.8-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Tue Jan 29 2013 Eric Sandeen <sandeen@redhat.com> 1.42.7-2
|
||
|
- Tighten up inter-package dependencies
|
||
|
|
||
|
* Tue Jan 22 2013 Eric Sandeen <sandeen@redhat.com> 1.42.7-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Tue Oct 02 2012 Eric Sandeen <sandeen@redhat.com> 1.42.6-2
|
||
|
- Switch back to gzipped tarball to make sf.net source URL correct
|
||
|
|
||
|
* Tue Oct 02 2012 Eric Sandeen <sandeen@redhat.com> 1.42.6-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Thu Aug 16 2012 Eric Sandeen <sandeen@redhat.com> 1.42.5-2
|
||
|
- Add explicit library deps to e2fsprogs (#848805)
|
||
|
|
||
|
* Mon Jul 30 2012 Eric Sandeen <sandeen@redhat.com> 1.42.5-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.4-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||
|
|
||
|
* Tue Jun 12 2012 Eric Sandeen <sandeen@redhat.com> 1.42.4-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Thu May 31 2012 Eric Sandeen <sandeen@redhat.com> 1.42.3-2
|
||
|
- Fixes for > 16T filesystems
|
||
|
|
||
|
* Mon May 14 2012 Eric Sandeen <sandeen@redhat.com> 1.42.3-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Sun Apr 22 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-6
|
||
|
- Add missing [options] tag to e2fsck.conf
|
||
|
|
||
|
* Fri Apr 20 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-5
|
||
|
- Add broken system clock config to e2fsck.conf to let boot
|
||
|
continue even if system clock very wrong.
|
||
|
|
||
|
* Mon Apr 09 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-4
|
||
|
- Handle 32-bit bitmaps in new find_first_zero functions
|
||
|
|
||
|
* Fri Mar 30 2012 Richard W.M. Jones <rjones@redhat.com> 1.42.2-3
|
||
|
- Rebuild against new RPM (RHBZ#808250).
|
||
|
|
||
|
* Wed Mar 28 2012 Eric Sandeen <sandeen@redhat.com> 1.42.2-2
|
||
|
- Move files out of /sbin and /lib into /usr/...
|
||
|
|
||
|
* Tue Mar 27 2012 Eric Sandeen <sandeen@redhat.com> 1.42.2-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Mon Feb 20 2012 Eric Sandeen <sandeen@redhat.com> 1.42.1-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||
|
|
||
|
* Tue Nov 29 2011 Eric Sandeen <sandeen@redhat.com> 1.42-1
|
||
|
- New upstream point release
|
||
|
|
||
|
* Mon Nov 21 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.9.WIP.1120
|
||
|
- Build the right tarball for 1.42-WIP-1120
|
||
|
|
||
|
* Mon Nov 21 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.8.WIP.1120
|
||
|
- New upstream snapshot release
|
||
|
|
||
|
* Thu Nov 10 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.7.WIP.1016
|
||
|
- Several mmp-related fixes
|
||
|
|
||
|
* Tue Nov 08 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.6.WIP.1016
|
||
|
- Fix e2fsck / make check on big endian arch
|
||
|
|
||
|
* Mon Oct 17 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.5.WIP.1016
|
||
|
- New upstream snapshot release
|
||
|
|
||
|
* Mon Oct 10 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.4.WIP.2011.1009
|
||
|
- New upstream snapshot release
|
||
|
|
||
|
* Mon Sep 26 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.3.WIP.0925
|
||
|
- New upstream snapshot release
|
||
|
|
||
|
* Tue Aug 09 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.2.WIP.0702
|
||
|
- Fix use of uninitialized memory via ext2fs_copy_generic_bmap()
|
||
|
|
||
|
* 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
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||
|
|
||
|
* Thu Dec 23 2010 Eric Sandeen <sandeen@redhat.com> 1.41.14-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Wed Dec 22 2010 Dan Horák <dan[at]danny.cz> 1.41.13-2
|
||
|
- Add upstream fix for big-endian machines
|
||
|
|
||
|
* Mon Dec 20 2010 Eric Sandeen <sandeen@redhat.com> 1.41.13-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Tue Dec 07 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-7
|
||
|
- Fix up UTF-8 formatting in e2fsck output (#655227)
|
||
|
|
||
|
* Wed Oct 06 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-6
|
||
|
- Install e4defrag for testing
|
||
|
|
||
|
* Mon Jul 13 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-5
|
||
|
- Relax fsck requirements for resize2fs -P
|
||
|
|
||
|
* Mon Jul 12 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-4
|
||
|
- Add COPYING file to the static subpackage
|
||
|
|
||
|
* Wed Jun 02 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-3
|
||
|
- Reinstate static libs in dedicated package (#596377)
|
||
|
|
||
|
* Wed May 19 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-2
|
||
|
- Fix fsck thinko in 1.41.12 release
|
||
|
|
||
|
* Mon May 17 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-1
|
||
|
- New upstream version
|
||
|
|
||
|
* 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)
|
||
|
|
||
|
* Tue Feb 23 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-4
|
||
|
- Fix for e2fsck -fD corruption
|
||
|
|
||
|
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-3
|
||
|
- And drop virtual provides for static libs
|
||
|
|
||
|
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-2
|
||
|
- Drop static libs (#545144)
|
||
|
|
||
|
* Wed Feb 10 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-1
|
||
|
- New upstream version
|
||
|
|
||
|
* Sun Feb 07 2010 Eric Sandeen <sandeen@redhat.com> 1.41.9-10
|
||
|
- Upstream version of resize2fs array fix, original was wrong
|
||
|
|
||
|
* Sat Jan 23 2010 Eric Sandeen <sandeen@redhat.com> 1.41.9-9
|
||
|
- Fix up stray output & re-enable make check
|
||
|
- Fix dlopen issues for newer libreadline
|
||
|
- Fix access beyond end of array in resize2fs
|
||
|
|
||
|
* Tue Nov 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-8
|
||
|
- Fix up topology patch to build w/ new util-linux-ng
|
||
|
- Fix endian swapping of backup journal blocks in sb
|
||
|
|
||
|
* Tue Nov 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-7
|
||
|
- Re-enable "make check" during build
|
||
|
|
||
|
* Wed Oct 28 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-6
|
||
|
- Add support for block discard (TRIM) at mkfs time
|
||
|
- Add support for new blkid topology awareness
|
||
|
|
||
|
* Mon Oct 19 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-5
|
||
|
- Allow superblock timestamp differences up to 24h (#522969)
|
||
|
|
||
|
* Tue Oct 06 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-4
|
||
|
- Fix install with --excludedocs (#515987)
|
||
|
|
||
|
* Thu Sep 14 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-3
|
||
|
- Drop defrag bits for now, not ready yet.
|
||
|
|
||
|
* Thu Sep 10 2009 Josef Bacik <josef@toxicpanda.com> 1.41.9-2
|
||
|
- Fix resize -m bug with flexbg (#519131)
|
||
|
|
||
|
* Sun Aug 23 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-1
|
||
|
- New upstream release
|
||
|
|
||
|
* Fri Aug 05 2009 Eric Sandeen <sandeen@redhat.com> 1.41.8-6
|
||
|
- Fix filefrag in fallback case
|
||
|
- Add e2freefrag & e4defrag (experimental)
|
||
|
|
||
|
* Sun Jul 26 2009 Karel Zak <kzak@redhat.com> 1.41.8-5
|
||
|
- disable fsck (replaced by util-linux-ng)
|
||
|
|
||
|
* Sat Jul 25 2009 Karel Zak <kzak@redhat.com> 1.41.8-4
|
||
|
- disable libuuid and uuidd (replaced by util-linux-ng)
|
||
|
|
||
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.8-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 17 2009 Eric Sandeen <sandeen@redhat.com> 1.41.8-2
|
||
|
- Address some package review concerns (#225714)
|
||
|
|
||
|
* Sun Jul 12 2009 Eric Sandeen <sandeen@redhat.com> 1.41.8-1
|
||
|
- New upstream version, several resize fixes.
|
||
|
|
||
|
* Tue Jun 30 2009 Eric Sandeen <sandeen@redhat.com> 1.41.7-1
|
||
|
- New upstream version
|
||
|
|
||
|
* Fri Jun 26 2009 Eric Sandeen <sandeen@redhat.com> 1.41.6-6
|
||
|
- Split out sub-libraries (#225406)
|
||
|
- Don't start uuidd by default
|
||
|
|
||
|
* Thu Jun 18 2009 Eric Sandeen <sandeen@redhat.com> 1.41.6-5
|
||
|
- Update journal backup blocks in sb after resize (#505339)
|
||
|
- Fix memory leak in extent handling functions
|
||
|
- Fix bug in inode writing in extent code, clobbered i_extra_isize etc
|
||
|
|
||
|
* Mon Jun 8 2009 Karel Zak <kzak@redhat.com> 1.41.6-4
|
||
|
- set BuildRequires: libblkid-devel (from util-linux-ng)
|
||
|
|
||
|
* Mon Jun 8 2009 Karel Zak <kzak@redhat.com> 1.41.6-3
|
||
|
- temporary use BuildRequires: e2fsprogs-devel (we cannot install
|
||
|
new util-linux-ng with libblkid to buildroots without new e2fsprogs
|
||
|
without libblkid).
|
||
|
|
||
|
* Thu Jun 4 2009 Karel Zak <kzak@redhat.com> 1.41.6-2
|
||
|
- disable libblkid (replaced by libblkid from util-linux-ng)
|
||
|
|
||
|
* Sat May 30 2009 Eric Sandeen <sandeen@redhat.com> 1.41.6-1
|
||
|
- New upstream version
|
||
|
|
||
|
* Fri Apr 24 2009 Eric Sandeen <sandeen@redhat.com> 1.41.5-1
|
||
|
- New upstream version
|
||
|
|
||
|
* Wed Apr 22 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-8
|
||
|
- Fix support for external journals
|
||
|
|
||
|
* Wed Apr 22 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-7
|
||
|
- Fix ext4 resize issues (#496982)
|
||
|
|
||
|
* Sat Apr 11 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-6
|
||
|
- ignore differing NEEDS_RECOVERY flag on fsck post-resize (#471925)
|
||
|
|
||
|
* Thu Feb 26 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-5
|
||
|
- fix a couple missed descriptions; obsolete e4fsprogs
|
||
|
|
||
|
* Thu Feb 26 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-4
|
||
|
- Edit summary & description to include ext4 (#487469)
|
||
|
- Fix blkid null ptr deref in initrd (#486997)
|
||
|
|
||
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.4-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||
|
|
||
|
* Thu Jan 29 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-2
|
||
|
- Fix debugfs "stat" segfault if no open fs (#482894)
|
||
|
- Fix name of libext2fs info page (#481620)
|
||
|
|
||
|
* Thu Jan 29 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-1
|
||
|
- New upstream release
|
||
|
- Dropped btrfs & resize fixes, upstream now
|
||
|
|
||
|
* Tue Jan 20 2009 Eric Sandeen <sandeen@redhat.com> 1.41.3-4
|
||
|
- resize2fs fixes, esp. for ext4
|
||
|
|
||
|
* Sat Jan 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.3-3
|
||
|
- Remove conservative "don't change journal location" patch for F11
|
||
|
- Add btrfs recognition to blkid
|
||
|
|
||
|
* Mon Oct 03 2008 Eric Sandeen <sandeen@redhat.com> 1.41.3-2
|
||
|
- Bump to revision 2, f10 was behind f9, oops.
|
||
|
|
||
|
* Mon Oct 03 2008 Eric Sandeen <sandeen@redhat.com> 1.41.3-1
|
||
|
- New upstream version (very minor fixes, ext4-related)
|
||
|
|
||
|
* Thu Oct 02 2008 Eric Sandeen <sandeen@redhat.com> 1.41.2-2
|
||
|
- Fix blkid to recognize ext4dev filesystems as ext4-mountable
|
||
|
|
||
|
* Thu Oct 02 2008 Eric Sandeen <sandeen@redhat.com> 1.41.2-1
|
||
|
- New upstream version
|
||
|
- Updated default dir hash (half_md4) for better perf & fewer collisions
|
||
|
- Fixed ext4 online resizing with flex_bg
|
||
|
- ext4 journal now in extents format and in middle of filesystem
|
||
|
- fix unreadable e2image files
|
||
|
- fix file descriptor leak in libcom_err (#464689)
|
||
|
|
||
|
* Sat Aug 23 2008 Eric Sandeen <sandeen@redhat.com> 1.41.0-2
|
||
|
- Don't check the group checksum when !GDT_CSUM (#459875)
|
||
|
|
||
|
* Thu Jul 10 2008 Eric Sandeen <sandeen@redhat.com> 1.41.0-1
|
||
|
- New upstream version
|
||
|
- ext4 capable
|
||
|
|
||
|
* Mon Jul 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.2.WIP.0707
|
||
|
- Fix release macro snafu
|
||
|
|
||
|
* Mon Jul 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.1.WIP.0707
|
||
|
- New upstream snapshot release
|
||
|
|
||
|
* Fri Jun 20 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.WIP.0617.1
|
||
|
- Fix blkid -g segfault when clearing entries (#452333)
|
||
|
|
||
|
* Wed Jun 18 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.WIP.0617
|
||
|
- New upstream snapshot release for ext4 capability
|
||
|
|
||
|
* Wed Jun 04 2008 Eric Sandeen <sandeen@redhat.com> 1.40.10-3
|
||
|
- Tidy up multilib hack for non-multilib arches (#446016)
|
||
|
- Fix up postun script (#449868)
|
||
|
|
||
|
* Wed Jun 04 2008 Dennis Gilmore <dennis@ausil.us> 1.40.10-2
|
||
|
- setup header support for sparc
|
||
|
|
||
|
* Fri May 23 2008 Eric Sandeen <esandeen@redhat.com> 1.40.10-1
|
||
|
- New upstream version
|
||
|
- Fixes unprivileged blkid use problem (#448591)
|
||
|
|
||
|
* Mon May 12 2008 Eric Sandeen <esandeen@redhat.com> 1.40.9-2
|
||
|
- Fix blkid swap recognition on big-endian boxes (#445786)
|
||
|
|
||
|
* Sun Apr 27 2008 Eric Sandeen <esandeen@redhat.com> 1.40.9-1
|
||
|
- New upstream version
|
||
|
|
||
|
* Fri Mar 14 2008 Eric Sandeen <esandeen@redhat.com> 1.40.8-2
|
||
|
- Update ext2fs_swap_inode_full() fix to match upstream
|
||
|
- Check more of swapv1 header in blkid detection (#442937)
|
||
|
|
||
|
* Fri Mar 14 2008 Eric Sandeen <esandeen@redhat.com> 1.40.8-1
|
||
|
- New upstream version
|
||
|
|
||
|
* Mon Mar 03 2008 Eric Sandeen <esandeen@redhat.com> 1.40.7-2
|
||
|
- second try at fixing resize2fs vs. large inodes... (#434893)
|
||
|
|
||
|
* Fri Feb 29 2008 Eric Sandeen <esandeen@redhat.com> 1.40.7-1
|
||
|
- New upstream version, special leap-day edition
|
||
|
- Fix resize2fs losing inline xattrs when shrinking (#434893)
|
||
|
and add patch to fix swap_inode_full in this case
|
||
|
- Allow mke2fs & tune2fs to manipulate large_file feature (#258381)
|
||
|
- Handle lvm error conditions in libblkid (#433857)
|
||
|
- Allow tune2fs to clear the resize_inode feature (#167816)
|
||
|
- Teach blkid to detect LVM2 physical volumes (#409321)
|
||
|
- Show "mostly printable" xattrs as text in debugfs (#430621)
|
||
|
- Trimmed pre-1.38 rpm changelog entries
|
||
|
|
||
|
* Sun Feb 10 2008 Eric Sandeen <esandeen@redhat.com> 1.40.6-1
|
||
|
- New upstream version
|
||
|
|
||
|
* Fri Feb 08 2008 Eric Sandeen <esandeen@redhat.com> 1.40.5-2
|
||
|
- gcc-4.3 rebuild
|
||
|
|
||
|
* Mon Jan 28 2008 Eric Sandeen <esandeen@redhat.com> 1.40.5-1
|
||
|
- New upstream version, drop several now-upstream patches.
|
||
|
|
||
|
* Thu Jan 24 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-7
|
||
|
- Fix sb flag comparisons properly this time (#428893)
|
||
|
- Make 256-byte inodes for the [default] mkfs case.
|
||
|
This will facilitate upgrades to ext4 later, and help xattr perf.
|
||
|
|
||
|
* Wed Jan 23 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-6
|
||
|
- Completely clobber e2fsck.static build.
|
||
|
|
||
|
* Wed Jan 23 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-5
|
||
|
- Ignore some primary/backup superblock flag differences (#428893)
|
||
|
- Teach libblkid about ext4dev.
|
||
|
|
||
|
* Mon Jan 10 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-4
|
||
|
- Build e2fsck as a dynamically linked binary.
|
||
|
- Re-fix uidd manpage default paths.
|
||
|
|
||
|
* Tue Jan 09 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-3
|
||
|
- New uuidd subpackage, and properly set up uuidd at install.
|
||
|
|
||
|
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-2
|
||
|
- Add new uidd files to specfile
|
||
|
|
||
|
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-1
|
||
|
- New upstream version, drop several now-upstream patches.
|
||
|
|
||
|
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.2-15
|
||
|
- Drop resize_inode removal patch from tune2fs; ostensibly was
|
||
|
for old kernels which could not mount, but seems to be fine.
|
||
|
- Drop pottcdate removal patch, and don't rebuild .po files,
|
||
|
causes multilib problems and we generally shouldn't rebuild.
|
||
|
- Drop multilib patch; wrapper header should take care of this now.
|
||
|
- Drop ->open rename, Fedora seems ok with this now.
|
||
|
|
||
|
* Tue Dec 11 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-14
|
||
|
- Fix integer overflows (#414591 / CVE-2007-5497)
|
||
|
|
||
|
* Tue Dec 4 2007 Stepan Kasal <skasal@redhat.com> 1.40.2-13
|
||
|
- The -devel package now requires device-mapper-devel, to match
|
||
|
the dependency in blkid.pc (#410791)
|
||
|
|
||
|
* Tue Nov 27 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-12
|
||
|
- Use upstream patch for blkid fat detection, avoids div-by-zero
|
||
|
when encountering some BSD partitions (#398281)
|
||
|
|
||
|
* Tue Oct 23 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-11
|
||
|
- Add arm to multilib header wrapper
|
||
|
|
||
|
* Sat Oct 20 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-10
|
||
|
- Make (more) file timestamps match those in tarball for multilib tidiness
|
||
|
- Fix e2fsprogs-libs summary (shared libs not static)
|
||
|
|
||
|
* Tue Oct 15 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-9
|
||
|
- Detect big-endian squashfs filesystems in libblkid (#305151)
|
||
|
|
||
|
* Tue Oct 02 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-8
|
||
|
- Detect squashfs filesystems in libblkid (#305151)
|
||
|
|
||
|
* Tue Sep 18 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-7
|
||
|
- Fix blkid fat probe when there is a real MBR (#290951)
|
||
|
|
||
|
* Tue Sep 18 2007 Oliver Falk <oliver@linux-kernel.at> 1.40.2-6
|
||
|
- Add alpha to the header wrappers
|
||
|
|
||
|
* Fri Sep 07 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-5
|
||
|
- wrap a couple headers to fix multilib issues (#270441)
|
||
|
|
||
|
* Wed Aug 29 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-4
|
||
|
- add gawk to e2fsprogs-devel Requires, compile_et needs it (#265961)
|
||
|
|
||
|
* Thu Aug 23 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-3
|
||
|
- Update license tags
|
||
|
- Fix one open-create caller with no mode
|
||
|
- Protect ->open ops from glibc open-create-mode-checker
|
||
|
- Fix source URL
|
||
|
- Add gawk to BuildRequires
|
||
|
|
||
|
* Wed Jul 18 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-2
|
||
|
- Fix bug in ext2fs_swap_inode_full() on big-endian boxes
|
||
|
|
||
|
* Tue Jul 17 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-1
|
||
|
- New version 1.40.2
|
||
|
- Fix up warning in badblocks
|
||
|
|
||
|
* Mon Jun 25 2007 Eric Sandeen <esandeen@redhat.com> 1.39-15
|
||
|
- Fix up .po files to remove timestamps; multilib issues (#245653)
|
||
|
|
||
|
* Fri Jun 22 2007 Eric Sandeen <esandeen@redhat.com> 1.39-14
|
||
|
- Many coverity-found potential leaks, segfaults, etc (#239354)
|
||
|
- Fix debugfs segfaults when no fs open (#208416, #209330)
|
||
|
- Avoid recursive loops in logdump due to symlinks in /dev (#210371)
|
||
|
- Don't write changes to the backup superblocks by default (#229561)
|
||
|
- Correct byteswapping for fast symlinks with xattrs (#232663)
|
||
|
- e2fsck: added sanity check for xattr validation (#230193)
|
||
|
|
||
|
* Wed Jun 20 2007 Eric Sandeen <esandeen@redhat.com> 1.39-13
|
||
|
- add dist tag to release field
|
||
|
|
||
|
* Wed Jun 20 2007 Eric Sandeen <esandeen@redhat.com> 1.39-12
|
||
|
- add LUKS support to libblkid (#242421)
|
||
|
|
||
|
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.39-11
|
||
|
- fix post/preun requirements
|
||
|
- use smp flags
|
||
|
|
||
|
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 1.39-10
|
||
|
- Add build dependency on new device-mapper-devel package.
|
||
|
|
||
|
* Mon Dec 25 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-9
|
||
|
- build fixes for new automake 1.10 (#220715)
|
||
|
|
||
|
* Mon Dec 18 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-8
|
||
|
- make uuid_generate_time generate unique uuids (#218606)
|
||
|
|
||
|
* Wed Sep 20 2006 Jarod Wilson <jwilson@redhat.com> - 1.39-7
|
||
|
- 32-bit 16T fixups from esandeen (#202807)
|
||
|
- Update summaries and descriptions
|
||
|
|
||
|
* Sun Sep 17 2006 Karel Zak <kzak@redhat.com> - 1.39-6
|
||
|
- Fix problem with empty FAT label (#206656)
|
||
|
|
||
|
* Tue Sep 5 2006 Peter Jones <pjones@redhat.com> - 1.39-5
|
||
|
- Fix memory leak in device probing.
|
||
|
|
||
|
* Mon Jul 24 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-4
|
||
|
- fixed multilib devel conflicts (#192665)
|
||
|
|
||
|
* Thu Jul 20 2006 Bill Nottingham <notting@redhat.com> - 1.39-3
|
||
|
- prevent libblkid returning /dev/dm-X
|
||
|
|
||
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.39-2.1
|
||
|
- rebuild
|
||
|
|
||
|
* Mon Jul 10 2006 Karel Zak <kzak@redhat.com> - 1.39-2
|
||
|
- add GFS abd GFS2 support to libblkid
|
||
|
|
||
|
* Thu Jul 6 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-1
|
||
|
- new version 1.39
|
||
|
- dropped ext2online, because resize2fs is now able to do online resize
|
||
|
- spec file cleanup
|
||
|
- enabled checks for build
|
||
|
|
||
|
* Tue Jun 13 2006 Bill Nottingham <notting@redhat.com> - 1.38-15
|
||
|
- prevent libblkid returning /dev/dm-X
|
||
|
- fix build
|
||
|
|
||
|
* Tue Mar 21 2006 Karel Zak <kzak@redhat.com> - 1.38-14
|
||
|
- prevent error messages to stderr caused by libblkid calling libdevmapper
|
||
|
|
||
|
* Mon Mar 13 2006 Karel Zak <kzak@redhat.com> - 1.38-13
|
||
|
- used upstream version of the blkid-epoch patch (by Theodore Tso, #182188)
|
||
|
|
||
|
* Wed Mar 8 2006 Peter Jones <pjones@redhat.com> - 1.38-12
|
||
|
- Move /etc/blkid.tab to /etc/blkid/blkid.tab
|
||
|
|
||
|
* Tue Mar 7 2006 David Cantrell <dcantrell@redhat.com> - 1.38-11
|
||
|
- BuildRequires pkgconfig
|
||
|
|
||
|
* Tue Mar 7 2006 David Cantrell <dcantrell@redhat.com> - 1.38-10
|
||
|
- Disable /etc/blkid.tab caching if time is set before epoch (#182188)
|
||
|
|
||
|
* Fri Feb 24 2006 Peter Jones <pjones@redhat.com> - 1.38-9
|
||
|
- _don't_ handle selinux context on blkid.tab, dwalsh says this is a no-no.
|
||
|
|
||
|
* Wed Feb 22 2006 Peter Jones <pjones@redhat.com> - 1.38-8
|
||
|
- handle selinux context on blkid.tab
|
||
|
|
||
|
* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.38-7
|
||
|
- BuildRequires: gettext-devel
|
||
|
|
||
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.38-6.2
|
||
|
- bump again for double-long bug on ppc(64)
|
||
|
|
||
|
* Tue Feb 7 2006 Jesse Keating <jkeating@redhat.com> - 1.38-6.1
|
||
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||
|
|
||
|
* Wed Jan 11 2006 Karel Zak <kzak@redhat.com> 1.38-6
|
||
|
- cleanup device-mapper patch
|
||
|
- use pkg-config for device-mapper
|
||
|
|
||
|
* Mon Jan 9 2006 Peter Jones <pjones@redhat.com> 1.38-5
|
||
|
- fix some more minor logic errors in dm probing
|
||
|
|
||
|
* Wed Jan 4 2006 Peter Jones <pjones@redhat.com> 1.38-4
|
||
|
- fix a logic error in dm probing
|
||
|
- add priority group for dm devices, so they'll be preferred
|
||
|
|
||
|
* Tue Jan 3 2006 Peter Jones <pjones@redhat.com> 1.38-3
|
||
|
- added support for device-mapper devices
|
||
|
|
||
|
* Fri Dec 9 2005 Jesse Keating <jkeating@redhat.com>
|
||
|
- rebuilt
|
||
|
|
||
|
* Thu Nov 10 2005 Thomas Woerner <twoerner@redhat.com> 1.38-2.1
|
||
|
- fixed file conflicts between 32bit and 64bit packages (#168815)
|
||
|
- fixed mklost+found crashes with buffer overflow (#157773)
|
||
|
Thanks to Arjan van de Ven for the patch
|
||
|
|
||
|
* Wed Nov 9 2005 Thomas Woerner <twoerner@redhat.com> 1.38-2
|
||
|
- splitted up libs from main package, into a new e2fsprogs-libs package
|
||
|
- fixed requires and prereqs
|
||
|
|
||
|
* Thu Sep 8 2005 Thomas Woerner <twoerner@redhat.com> 1.38-1
|
||
|
- new version 1.38
|
||
|
- Close File descriptor for unregognized devices (#159878)
|
||
|
Thanks to David Milburn for the patch.
|
||
|
Merged from RHEL-4
|
||
|
- enable tune2fs to set and clear feature resize_inode (#167816)
|
||
|
- removed outdated information from ext2online man page (#164383)
|