Blame SPECS/e2fsprogs.spec

3cba57
Summary: Utilities for managing ext2, ext3, and ext4 file systems
3cba57
Name: e2fsprogs
3cba57
Version: 1.46.5
498c9c
Release: 3%{?dist}
3cba57
3cba57
# License tags based on COPYING file distinctions for various components
3cba57
License: GPLv2
3cba57
Source0: https://www.kernel.org/pub/linux/kernel/people/tytso/%{name}/v%{version}/%{name}-%{version}.tar.xz
3cba57
Source1: https://www.kernel.org/pub/linux/kernel/people/tytso/%{name}/v%{version}/%{name}-%{version}.tar.sign
3cba57
# GPG key fetched from https://thunk.org/tytso/tytso-key.asc
3cba57
# which was linked from https://thunk.org/tytso/
3cba57
# Also verified fingerprint matches on https://www.kernel.org/doc/wot/tytso.html
3cba57
# note that the GPG key linked off his MIT page is likely old, and is *not* the
3cba57
# same as the above key ( http://web.mit.edu/tytso/www/home.html )
3cba57
Source2: tytso-key.asc
3cba57
3cba57
Url: http://e2fsprogs.sourceforge.net/
3cba57
Requires: e2fsprogs-libs%{?_isa} = %{version}-%{release}
3cba57
Requires: libcom_err%{?_isa} = %{version}-%{release}
3cba57
Requires: libss = %{version}-%{release}
3cba57
3cba57
# e4fsprogs was a parallel ext4-capable package in RHEL5.x
3cba57
%if 0%{?rhel} > 0
3cba57
Obsoletes: e4fsprogs < %{version}-%{release}
3cba57
Provides: e4fsprogs = %{version}-%{release}
3cba57
%endif
3cba57
3cba57
BuildRequires: pkgconfig, texinfo, libselinux-devel, gcc
3cba57
BuildRequires: fuse-devel
3cba57
BuildRequires: libsepol-devel
3cba57
BuildRequires: libblkid-devel
3cba57
BuildRequires: libuuid-devel
3cba57
BuildRequires: gettext
3cba57
BuildRequires: multilib-rpm-config
3cba57
BuildRequires: systemd
3cba57
BuildRequires: make
3cba57
3cba57
# For gpg verifying the source tarball
3cba57
BuildRequires: gnupg2 xz
3cba57
3cba57
Patch0:	0001-Remove-local-PATH.patch
3cba57
Patch1:	0002-man-Add-note-about-RHEL9-supported-features-and-moun.patch
3cba57
Patch2:	0003-mke2fs.conf-Introduce-rhel6-rhel7-and-rhel8-fs_type.patch
498c9c
Patch3: e2fsprogs-libext2fs-add-sanity-check-to-extent-manipulation.patch
3cba57
3cba57
%description
3cba57
The e2fsprogs package contains a number of utilities for creating,
3cba57
checking, modifying, and correcting any inconsistencies in second,
3cba57
third and fourth extended (ext2/ext3/ext4) file systems. E2fsprogs
3cba57
contains e2fsck (used to repair file system inconsistencies after an
3cba57
unclean shutdown), mke2fs (used to initialize a partition to contain
3cba57
an empty ext2 file system), debugfs (used to examine the internal
3cba57
structure of a file system, to manually repair a corrupted
3cba57
file system, or to create test cases for e2fsck), tune2fs (used to
3cba57
modify file system parameters), and most of the other core ext2fs
3cba57
file system utilities.
3cba57
3cba57
You should install the e2fsprogs package if you need to manage the
3cba57
performance of an ext2, ext3, or ext4 file system.
3cba57
3cba57
%package libs
3cba57
Summary: Ext2/3/4 file system specific shared libraries
3cba57
License: GPLv2 and LGPLv2
3cba57
Requires: libcom_err%{?_isa} = %{version}-%{release}
3cba57
3cba57
%description libs
3cba57
E2fsprogs-libs contains libe2p and libext2fs, the libraries of the
3cba57
e2fsprogs package.
3cba57
3cba57
These libraries are used to directly access ext2/3/4 file systems
3cba57
from user space.
3cba57
3cba57
%package static
3cba57
Summary: Ext2/3/4 file system specific static libraries
3cba57
License: GPLv2 and LGPLv2
3cba57
3cba57
%description static
3cba57
E2fsprogs-static contains all static libraries built from e2fsprogs,
3cba57
including libext2fs, libcom_err, libe2p, and libss.
3cba57
3cba57
These libraries are used to directly access ext2/3/4 file systems
3cba57
from user space, and perform other useful functions.
3cba57
3cba57
%package devel
3cba57
Summary: Ext2/3/4 file system specific libraries and headers
3cba57
License: GPLv2 and LGPLv2
3cba57
Requires: e2fsprogs-libs%{?_isa} = %{version}-%{release}
3cba57
Requires: libcom_err-devel%{?_isa} = %{version}-%{release}
3cba57
Requires: gawk
3cba57
Requires: pkgconfig
3cba57
3cba57
%description devel
3cba57
E2fsprogs-devel contains the libraries and header files needed to
3cba57
develop second, third and fourth extended (ext2/ext3/ext4)
3cba57
file system specific programs.
3cba57
3cba57
You should install e2fsprogs-devel if you want to develop ext2/3/4
3cba57
file system specific programs. If you install e2fsprogs-devel, you'll
3cba57
also want to install e2fsprogs.
3cba57
3cba57
%package -n libcom_err
3cba57
Summary: Common error description library
3cba57
License: MIT
3cba57
3cba57
%description -n libcom_err
3cba57
This is the common error description library, part of e2fsprogs.
3cba57
3cba57
libcom_err is an attempt to present a common error-handling mechanism.
3cba57
3cba57
%package -n libcom_err-devel
3cba57
Summary: Common error description library
3cba57
License: MIT
3cba57
Requires: libcom_err%{?_isa} = %{version}-%{release}
3cba57
Requires: pkgconfig
3cba57
3cba57
%description -n libcom_err-devel
3cba57
This is the common error description development library and headers,
3cba57
part of e2fsprogs.  It contains the compile_et command, used
3cba57
to convert a table listing error-code names and associated messages
3cba57
messages into a C source file suitable for use with the library.
3cba57
3cba57
libcom_err is an attempt to present a common error-handling mechanism.
3cba57
3cba57
%package -n libss
3cba57
Summary: Command line interface parsing library
3cba57
License: MIT
3cba57
Requires: libcom_err%{?_isa} = %{version}-%{release}
3cba57
3cba57
%description -n libss
3cba57
This is libss, a command line interface parsing library, part of e2fsprogs.
3cba57
3cba57
This package includes a tool that parses a command table to generate
3cba57
a simple command-line interface parser, the include files needed to
3cba57
compile and use it.
3cba57
3cba57
It was originally inspired by the Multics SubSystem library.
3cba57
3cba57
%package -n libss-devel
3cba57
Summary: Command line interface parsing library
3cba57
License: MIT
3cba57
Requires: libss%{?_isa} = %{version}-%{release}
3cba57
Requires: pkgconfig
3cba57
3cba57
%description -n libss-devel
3cba57
This is the command line interface parsing (libss) development library
3cba57
and headers, part of e2fsprogs.  It contains the mk_cmds command, which
3cba57
parses a command table to generate a simple command-line interface parser.
3cba57
3cba57
It was originally inspired by the Multics SubSystem library.
3cba57
3cba57
%package -n e2scrub
3cba57
Summary: Online Ext4 metadata consistency checking tool and service
3cba57
License: GPLv2 and LGPLv2
3cba57
Recommends: sendmail
3cba57
Requires: systemd
3cba57
Requires: util-linux
3cba57
Requires: lvm2
3cba57
Requires: e2fsprogs%{?_isa} = %{version}-%{release}
3cba57
3cba57
%description -n e2scrub
3cba57
This package includes e2scrub script that can check ext[234] file system
3cba57
metadata consistency while the file system is online. It also containes a
3cba57
systemd service that can be enabled to do consistency check periodically.
3cba57
3cba57
The file system consistency check can be performed online and does not
3cba57
require the file system to be unmounted. It uses lvm snapshots to do this
3cba57
which means that it can only be done on file systems that are on a lvm
3cba57
managed device with some free space available in respective volume group.
3cba57
3cba57
%prep
3cba57
xzcat '%{SOURCE0}' | %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data=-
3cba57
%setup -q
3cba57
3cba57
%patch0 -p1
3cba57
%patch1 -p1
3cba57
%patch2 -p1
498c9c
%patch3 -p1
3cba57
3cba57
# Remove flawed tests
3cba57
rm -rf tests/m_rootdir_acl
3cba57
3cba57
%global _udevdir %{_prefix}/lib/udev/rules.d
3cba57
3cba57
%build
3cba57
%configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
3cba57
	   --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
3cba57
	   --disable-e2initrd-helper --disable-libblkid --disable-libuuid \
3cba57
	   --enable-quota --with-root-prefix=/usr --with-crond-dir=no
3cba57
%make_build
3cba57
3cba57
%install
3cba57
rm -rf %{buildroot}
3cba57
export PATH=/sbin:$PATH
3cba57
%make_install install-libs \
3cba57
	root_sbindir=%{_sbindir} root_libdir=%{_libdir}
3cba57
3cba57
# Replace arch-dependent header file with arch-independent stub (when needed).
3cba57
%multilib_fix_c_header --file %{_includedir}/ext2fs/ext2_types.h
3cba57
3cba57
# Hack for now, otherwise strip fails.
3cba57
chmod +w %{buildroot}%{_libdir}/*.a
3cba57
3cba57
%find_lang %{name}
3cba57
3cba57
%check
3cba57
make PRINT_FAILED=yes fullcheck
3cba57
3cba57
%ldconfig_scriptlets libs
3cba57
3cba57
%ldconfig_scriptlets -n libcom_err
3cba57
3cba57
%ldconfig_scriptlets -n libss
3cba57
3cba57
%files -f %{name}.lang
3cba57
%doc README
3cba57
%{!?_licensedir:%global license %%doc}
3cba57
3cba57
%config(noreplace) %{_sysconfdir}/mke2fs.conf
3cba57
3cba57
%{_sbindir}/badblocks
3cba57
%{_sbindir}/debugfs
3cba57
%{_sbindir}/dumpe2fs
3cba57
%{_sbindir}/e2fsck
3cba57
%{_sbindir}/e2image
3cba57
%{_sbindir}/e2label
3cba57
%{_sbindir}/e2mmpstatus
3cba57
%{_sbindir}/e2undo
3cba57
%{_sbindir}/e4crypt
3cba57
%{_sbindir}/fsck.ext2
3cba57
%{_sbindir}/fsck.ext3
3cba57
%{_sbindir}/fsck.ext4
3cba57
%{_sbindir}/logsave
3cba57
%{_sbindir}/mke2fs
3cba57
%{_sbindir}/mkfs.ext2
3cba57
%{_sbindir}/mkfs.ext3
3cba57
%{_sbindir}/mkfs.ext4
3cba57
%{_sbindir}/resize2fs
3cba57
%{_sbindir}/tune2fs
3cba57
%{_sbindir}/filefrag
3cba57
%{_sbindir}/e2freefrag
3cba57
%{_sbindir}/e4defrag
3cba57
%{_sbindir}/mklost+found
3cba57
3cba57
%{_bindir}/chattr
3cba57
%{_bindir}/lsattr
3cba57
%{_bindir}/fuse2fs
3cba57
%{_mandir}/man1/chattr.1*
3cba57
%{_mandir}/man1/fuse2fs.1*
3cba57
%{_mandir}/man1/lsattr.1*
3cba57
3cba57
%{_mandir}/man5/ext2.5*
3cba57
%{_mandir}/man5/ext3.5*
3cba57
%{_mandir}/man5/ext4.5*
3cba57
%{_mandir}/man5/e2fsck.conf.5*
3cba57
%{_mandir}/man5/mke2fs.conf.5*
3cba57
3cba57
%{_mandir}/man8/badblocks.8*
3cba57
%{_mandir}/man8/debugfs.8*
3cba57
%{_mandir}/man8/dumpe2fs.8*
3cba57
%{_mandir}/man8/e2fsck.8*
3cba57
%{_mandir}/man8/e4crypt.8*
3cba57
%{_mandir}/man8/filefrag.8*
3cba57
%{_mandir}/man8/e2freefrag.8*
3cba57
%{_mandir}/man8/e4defrag.8*
3cba57
%{_mandir}/man8/fsck.ext2.8*
3cba57
%{_mandir}/man8/fsck.ext3.8*
3cba57
%{_mandir}/man8/fsck.ext4.8*
3cba57
%{_mandir}/man8/e2image.8*
3cba57
%{_mandir}/man8/e2label.8*
3cba57
%{_mandir}/man8/e2mmpstatus.8*
3cba57
%{_mandir}/man8/e2undo.8*
3cba57
%{_mandir}/man8/logsave.8*
3cba57
%{_mandir}/man8/mke2fs.8*
3cba57
%{_mandir}/man8/mkfs.ext2.8*
3cba57
%{_mandir}/man8/mkfs.ext3.8*
3cba57
%{_mandir}/man8/mkfs.ext4.8*
3cba57
%{_mandir}/man8/mklost+found.8*
3cba57
%{_mandir}/man8/resize2fs.8*
3cba57
%{_mandir}/man8/tune2fs.8*
3cba57
3cba57
# We do not install e2scrub cron job so just exclude it
3cba57
%exclude %{_libdir}/e2fsprogs/e2scrub_all_cron
3cba57
3cba57
%files libs
3cba57
%{!?_licensedir:%global license %%doc}
3cba57
%license NOTICE
3cba57
%{_libdir}/libe2p.so.*
3cba57
%{_libdir}/libext2fs.so.*
3cba57
3cba57
%files static
3cba57
%{!?_licensedir:%global license %%doc}
3cba57
%license NOTICE
3cba57
%{_libdir}/*.a
3cba57
3cba57
%files devel
3cba57
%{_infodir}/libext2fs.info*
3cba57
%{_libdir}/libe2p.so
3cba57
%{_libdir}/libext2fs.so
3cba57
%{_libdir}/pkgconfig/e2p.pc
3cba57
%{_libdir}/pkgconfig/ext2fs.pc
3cba57
3cba57
%{_includedir}/e2p
3cba57
%{_includedir}/ext2fs
3cba57
3cba57
%files -n libcom_err
3cba57
%{!?_licensedir:%global license %%doc}
3cba57
%license NOTICE
3cba57
%{_libdir}/libcom_err.so.*
3cba57
3cba57
%files -n libcom_err-devel
3cba57
%{_bindir}/compile_et
3cba57
%{_libdir}/libcom_err.so
3cba57
%{_datadir}/et
3cba57
%{_includedir}/et
3cba57
%{_includedir}/com_err.h
3cba57
%{_mandir}/man1/compile_et.1*
3cba57
%{_mandir}/man3/com_err.3*
3cba57
%{_libdir}/pkgconfig/com_err.pc
3cba57
3cba57
%files -n libss
3cba57
%{!?_licensedir:%global license %%doc}
3cba57
%license NOTICE
3cba57
%{_libdir}/libss.so.*
3cba57
3cba57
%files -n libss-devel
3cba57
%{_bindir}/mk_cmds
3cba57
%{_libdir}/libss.so
3cba57
%{_datadir}/ss
3cba57
%{_includedir}/ss
3cba57
%{_mandir}/man1/mk_cmds.1*
3cba57
%{_libdir}/pkgconfig/ss.pc
3cba57
3cba57
%files -n e2scrub
3cba57
%config(noreplace) %{_sysconfdir}/e2scrub.conf
3cba57
%{_sbindir}/e2scrub
3cba57
%{_sbindir}/e2scrub_all
3cba57
%{_mandir}/man8/e2scrub.8*
3cba57
%{_mandir}/man8/e2scrub_all.8*
3cba57
%{_libdir}/e2fsprogs/e2scrub_fail
3cba57
%{_unitdir}/e2scrub@.service
3cba57
%{_unitdir}/e2scrub_all.service
3cba57
%{_unitdir}/e2scrub_all.timer
3cba57
%{_unitdir}/e2scrub_fail@.service
3cba57
%{_unitdir}/e2scrub_reap.service
3cba57
%{_udevdir}/96-e2scrub.rules
3cba57
3cba57
%changelog
498c9c
* Fri May 13 2022 Lukas Czerner <lczerner@redhat.com> 1.46.5-3
498c9c
- Add sanity check to extent manipulation (#2073549)
498c9c
3cba57
* Thu Jan 20 2022 Lukas Czerner <lczerner@redhat.com> - 1.46.5-2
3cba57
- Rebuild, no changes
3cba57
3cba57
* Thu Jan 20 2022 Lukas Czerner <lczerner@redhat.com> - 1.46.5-1
3cba57
- New upstream release
3cba57
3cba57
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.46.2-2
3cba57
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
3cba57
  Related: rhbz#1991688
3cba57
3cba57
* Fri Jul 2 2021 Lukas Czerner <lczerner@redhat.com> - 1.46.2-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.45.6-6
3cba57
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
3cba57
3cba57
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.45.6-5
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3cba57
3cba57
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.45.6-4
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3cba57
3cba57
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.45.6-3
3cba57
- Use make macros
3cba57
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
3cba57
3cba57
* Wed Mar 25 2020 Eric Sandeen <sandeen@redhat.com> - 1.45.6-2
3cba57
- Remove local/ elements from e2scrub PATH
3cba57
3cba57
* Tue Mar 24 2020 Eric Sandeen <sandeen@redhat.com> - 1.45.6-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Jan 30 2020 Lukas Czerner <lczerner@redhat.com> - 1.45.5-3
3cba57
- Fix build errors with gcc 10
3cba57
3cba57
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.45.5-2
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
3cba57
3cba57
* Wed Jan 8 2020 Lukas Czerner <lczerner@redhat.com> - 1.45.5-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Oct 3 2019 Lukas Czerner <lczerner@redhat.com> - 1.45.4-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Jul 25 2019 Lukas Czerner <lczerner@redhat.com> - 1.45.3-1
3cba57
- New upstream release
3cba57
3cba57
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.45.2-2
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
3cba57
3cba57
* Wed May 29 2019 Lukas Czerner <lczerner@redhat.com> - 1.45.2-1
3cba57
- New upstream release
3cba57
3cba57
* Tue Mar 12 2019 Lukas Czerner <lczerner@redhat.com> - 1.45.0-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Mar  7 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 1.44.6-2
3cba57
- Remove obsolete requirements for %%post/%%preun scriptlets
3cba57
3cba57
* Wed Mar 6 2019 Lukas Czerner <lczerner@redhat.com> 1.44.6-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.44.5-2
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3cba57
3cba57
* Tue Jan 8 2019 Lukas Czerner <lczerner@redhat.com> 1.44.5-1
3cba57
- New upstream release
3cba57
3cba57
* Mon Aug 20 2018 Lukas Czerner <lczerner@redhat.com> 1.44.4-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.44.3-1
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
3cba57
3cba57
* Tue Jul 10 2018 Lukas Czerner <lczerner@redhat.com> 1.44.3-0
3cba57
- New upstream release
3cba57
- Remove multiarch wrappers
3cba57
- Remove needless use of %%defattr marco
3cba57
3cba57
* Wed Apr 04 2018 Lukas Czerner <lczerner@redhat.com> 1.44.1-1
3cba57
- New upstream release
3cba57
- tests: use mke2fs and debugfs from the build tree
3cba57
- remove custom patch to ignose sb feature differences
3cba57
- e2fsprogs: fix metadata image handling on big endian systems
3cba57
- fix spelling errors in spec file
3cba57
- remove custom e2fsck.conf
3cba57
3cba57
* Mon Mar 12 2018 Lukas Czerner <lczerner@redhat.com> 1.44.0-2
3cba57
- e2fsck: fix endianness problem when reading htree nodes
3cba57
- use make fullcheck in %%check section to run all the tests
3cba57
3cba57
* Thu Mar 08 2018 Lukas Czerner <lczerner@redhat.com> 1.44.0-1
3cba57
- New upstream release
3cba57
- Add gcc to the BuildRequires to comply with packaging guidelines
3cba57
3cba57
* Mon Mar 05 2018 Lukas Czerner <lczerner@redhat.com> 1.43.9-1
3cba57
- New upstream release
3cba57
3cba57
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.8-2
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3cba57
3cba57
* Tue Jan 9 2018 Lukas Czerner <lczerner@redhat.com> 1.43.8-1
3cba57
- New upstream release
3cba57
- Fix build failure swapfs.c on big-endian
3cba57
3cba57
* Wed Oct 18 2017 Eric Sandeen <sandeen@redhat.com> 1.43.7-1
3cba57
- New upstream release
3cba57
3cba57
* Wed Aug 30 2017 Eric Sandeen <sandeen@redhat.com> 1.43.6-1
3cba57
- New upstream release
3cba57
3cba57
* Fri Aug 11 2017 Kalev Lember <klember@redhat.com> 1.43.5-2
3cba57
- Bump and rebuild for an rpm signing issue
3cba57
3cba57
* Tue Aug 08 2017 Eric Sandeen <sandeen@redhat.com> 1.43.5-1
3cba57
- New upstream release
3cba57
3cba57
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.4-4
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3cba57
3cba57
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.4-3
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3cba57
3cba57
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.43.4-2
3cba57
- Add missing %%license macro
3cba57
3cba57
* Tue Jan 31 2017 Eric Sandeen <sandeen@redhat.com> 1.43.4-1
3cba57
- New upstream release
3cba57
3cba57
* Mon Sep 05 2016 Eric Sandeen <sandeen@redhat.com> 1.43.3-1
3cba57
- New upstream release
3cba57
3cba57
* Mon Sep 05 2016 Eric Sandeen <sandeen@redhat.com> 1.43.2-1
3cba57
- New upstream release (broken on i686, not built)
3cba57
3cba57
* Thu Jun 16 2016 Eric Sandeen <sandeen@redhat.com> 1.43.1-2
3cba57
- Fix e2undo endian issues (#1344636)
3cba57
3cba57
* Wed Jun 08 2016 Eric Sandeen <sandeen@redhat.com> 1.43.1-1
3cba57
- New upstream release
3cba57
3cba57
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.42.13-4
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3cba57
3cba57
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.13-3
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3cba57
3cba57
* Mon Jun 08 2015 Eric Sandeen <sandeen@redhat.com> 1.42.13-2
3cba57
- Add -fno-strict-aliasing (#1211582)
3cba57
3cba57
* Mon May 18 2015 Eric Sandeen <sandeen@redhat.com> 1.42.13-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Apr 30 2015 Eric Sandeen <sandeen@redhat.com> 1.42.12-5
3cba57
- Don't trigger full check within time fudge window (#1202024)
3cba57
3cba57
* Tue Feb 24 2015 Eric Sandeen <sandeen@redhat.com> 1.42.12-4
3cba57
- Fix potential buffer overflow in closefs (#1193947, CVE-2015-1572)
3cba57
- Fix dumpe2fs segfault with no arguments (#1194063)
3cba57
- Don't require fsck prior to resize2fs -P (#1170803)
3cba57
3cba57
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.42.12-3
3cba57
- Rebuilt for Fedora 23 Change
3cba57
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
3cba57
3cba57
* Tue Feb 17 2015 Eric Sandeen <sandeen@redhat.com> 1.42.12-2
3cba57
- Fix use after free (#1192861)
3cba57
- Fix time-based fsck if set in superblock (e2fsck.conf, #963283)
3cba57
3cba57
* Fri Aug 29 2014 Eric Sandeen <sandeen@redhat.com> 1.42.12-1
3cba57
- New upstream release
3cba57
3cba57
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.11-3
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3cba57
3cba57
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> 1.42.11-2
3cba57
- fix license handling
3cba57
3cba57
* Fri Jul 11 2014 Eric Sandeen <sandeen@redhat.com> 1.42.11-1
3cba57
- New upstream release
3cba57
3cba57
* Tue Jul 01 2014 Dan Horák <dan@danny.cz> - 1.42.10-5
3cba57
- Rebuilt for buggy rpm 4.12 alpha -
3cba57
  https://lists.fedoraproject.org/pipermail/devel/2014-June/200633.html
3cba57
3cba57
* Mon Jun 30 2014 Dan Horák <dan[at]danny.cz> - 1.42.10-4
3cba57
- Add missing dependency info for quota.c - fixes build on s390(x)
3cba57
3cba57
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.10-3
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3cba57
3cba57
* Wed May 21 2014 Eric Sandeen <sandeen@redhat.com> 1.42.10-2
3cba57
- Fix large file handling on 32-bit builds
3cba57
3cba57
* Mon May 19 2014 Eric Sandeen <sandeen@redhat.com> 1.42.10-1
3cba57
- New upstream release
3cba57
- Enable userspace quota
3cba57
3cba57
* Mon Jan 20 2014 Eric Sandeen <sandeen@redhat.com> 1.42.9-2
3cba57
- Fix up Source0 URL
3cba57
3cba57
* Thu Jan 02 2014 Eric Sandeen <sandeen@redhat.com> 1.42.9-1
3cba57
- New upstream release
3cba57
- Re-enable disabled tests for now
3cba57
3cba57
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.8-3
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3cba57
3cba57
* Mon Jul 22 2013 Eric Sandeen <sandeen@redhat.com> 1.42.8-2
3cba57
- Interpackage dependencies should be for same arch
3cba57
- Remove newly added but failing resize2fs tests for now
3cba57
3cba57
* Wed Jun 26 2013 Eric Sandeen <sandeen@redhat.com> 1.42.8-1
3cba57
- New upstream release
3cba57
3cba57
* Tue Jan 29 2013 Eric Sandeen <sandeen@redhat.com> 1.42.7-2
3cba57
- Tighten up inter-package dependencies
3cba57
3cba57
* Tue Jan 22 2013 Eric Sandeen <sandeen@redhat.com> 1.42.7-1
3cba57
- New upstream release
3cba57
3cba57
* Tue Oct 02 2012 Eric Sandeen <sandeen@redhat.com> 1.42.6-2
3cba57
- Switch back to gzipped tarball to make sf.net source URL correct
3cba57
3cba57
* Tue Oct 02 2012 Eric Sandeen <sandeen@redhat.com> 1.42.6-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Aug 16 2012 Eric Sandeen <sandeen@redhat.com> 1.42.5-2
3cba57
- Add explicit library deps to e2fsprogs (#848805)
3cba57
3cba57
* Mon Jul 30 2012 Eric Sandeen <sandeen@redhat.com> 1.42.5-1
3cba57
- New upstream release
3cba57
3cba57
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.4-2
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3cba57
3cba57
* Tue Jun 12 2012 Eric Sandeen <sandeen@redhat.com> 1.42.4-1
3cba57
- New upstream release
3cba57
3cba57
* Thu May 31 2012 Eric Sandeen <sandeen@redhat.com> 1.42.3-2
3cba57
- Fixes for > 16T filesystems
3cba57
3cba57
* Mon May 14 2012 Eric Sandeen <sandeen@redhat.com> 1.42.3-1
3cba57
- New upstream release
3cba57
3cba57
* Sun Apr 22 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-6
3cba57
- Add missing [options] tag to e2fsck.conf
3cba57
3cba57
* Fri Apr 20 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-5
3cba57
- Add broken system clock config to e2fsck.conf to let boot
3cba57
  continue even if system clock very wrong.
3cba57
3cba57
* Mon Apr 09 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-4
3cba57
- Handle 32-bit bitmaps in new find_first_zero functions
3cba57
3cba57
* Fri Mar 30 2012 Richard W.M. Jones <rjones@redhat.com> 1.42.2-3
3cba57
- Rebuild against new RPM (RHBZ#808250).
3cba57
3cba57
* Wed Mar 28 2012 Eric Sandeen <sandeen@redhat.com> 1.42.2-2
3cba57
- Move files out of /sbin and /lib into /usr/...
3cba57
3cba57
* Tue Mar 27 2012 Eric Sandeen <sandeen@redhat.com> 1.42.2-1
3cba57
- New upstream release
3cba57
3cba57
* Mon Feb 20 2012 Eric Sandeen <sandeen@redhat.com> 1.42.1-1
3cba57
- New upstream release
3cba57
3cba57
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-2
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3cba57
3cba57
* Tue Nov 29 2011 Eric Sandeen <sandeen@redhat.com> 1.42-1
3cba57
- New upstream point release
3cba57
3cba57
* Mon Nov 21 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.9.WIP.1120
3cba57
- Build the right tarball for 1.42-WIP-1120
3cba57
3cba57
* Mon Nov 21 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.8.WIP.1120
3cba57
- New upstream snapshot release
3cba57
3cba57
* Thu Nov 10 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.7.WIP.1016
3cba57
- Several mmp-related fixes
3cba57
3cba57
* Tue Nov 08 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.6.WIP.1016
3cba57
- Fix e2fsck / make check on big endian arch
3cba57
3cba57
* Mon Oct 17 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.5.WIP.1016
3cba57
- New upstream snapshot release
3cba57
3cba57
* Mon Oct 10 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.4.WIP.2011.1009
3cba57
- New upstream snapshot release
3cba57
3cba57
* Mon Sep 26 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.3.WIP.0925
3cba57
- New upstream snapshot release
3cba57
3cba57
* Tue Aug 09 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.2.WIP.0702
3cba57
- Fix use of uninitialized memory via ext2fs_copy_generic_bmap()
3cba57
3cba57
* Tue Aug 09 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.1.WIP.0702
3cba57
- Test release for >16T support 
3cba57
3cba57
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.14-2
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3cba57
3cba57
* Thu Dec 23 2010 Eric Sandeen <sandeen@redhat.com> 1.41.14-1
3cba57
- New upstream release
3cba57
3cba57
* Wed Dec 22 2010 Dan Horák <dan[at]danny.cz> 1.41.13-2
3cba57
- Add upstream fix for big-endian machines
3cba57
3cba57
* Mon Dec 20 2010 Eric Sandeen <sandeen@redhat.com> 1.41.13-1
3cba57
- New upstream release
3cba57
3cba57
* Tue Dec 07 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-7
3cba57
- Fix up UTF-8 formatting in e2fsck output (#655227)
3cba57
3cba57
* Wed Oct 06 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-6
3cba57
- Install e4defrag for testing
3cba57
3cba57
* Tue Jul 13 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-5
3cba57
- Relax fsck requirements for resize2fs -P
3cba57
3cba57
* Mon Jul 12 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-4
3cba57
- Add COPYING file to the static subpackage
3cba57
3cba57
* Wed Jun 02 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-3
3cba57
- Reinstate static libs in dedicated package (#596377)
3cba57
3cba57
* Wed May 19 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-2
3cba57
- Fix fsck thinko in 1.41.12 release
3cba57
3cba57
* Mon May 17 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-1
3cba57
- New upstream version
3cba57
3cba57
* Mon Mar 15 2010 Eric Sandeen <sandeen@redhat.com> 1.41.11-1
3cba57
- New upstream version
3cba57
3cba57
* Mon Mar 01 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-5
3cba57
- Don't ask for confirmation of misaligned mkfs with -F (#569021)
3cba57
3cba57
* Tue Feb 23 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-4
3cba57
- Fix for e2fsck -fD corruption
3cba57
3cba57
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-3
3cba57
- And drop virtual provides for static libs
3cba57
3cba57
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-2
3cba57
- Drop static libs (#545144)
3cba57
3cba57
* Wed Feb 10 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-1
3cba57
- New upstream version
3cba57
3cba57
* Sun Feb 07 2010 Eric Sandeen <sandeen@redhat.com> 1.41.9-10
3cba57
- Upstream version of resize2fs array fix, original was wrong
3cba57
3cba57
* Sat Jan 23 2010 Eric Sandeen <sandeen@redhat.com> 1.41.9-9
3cba57
- Fix up stray output & re-enable make check
3cba57
- Fix dlopen issues for newer libreadline
3cba57
- Fix access beyond end of array in resize2fs
3cba57
3cba57
* Tue Nov 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-8
3cba57
- Fix up topology patch to build w/ new util-linux-ng
3cba57
- Fix endian swapping of backup journal blocks in sb
3cba57
3cba57
* Tue Nov 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-7
3cba57
- Re-enable "make check" during build
3cba57
3cba57
* Wed Oct 28 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-6
3cba57
- Add support for block discard (TRIM) at mkfs time
3cba57
- Add support for new blkid topology awareness
3cba57
3cba57
* Mon Oct 19 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-5
3cba57
- Allow superblock timestamp differences up to 24h (#522969)
3cba57
3cba57
* Tue Oct 06 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-4
3cba57
- Fix install with --excludedocs (#515987)
3cba57
3cba57
* Mon Sep 14 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-3
3cba57
- Drop defrag bits for now, not ready yet.
3cba57
3cba57
* Thu Sep 10 2009 Josef Bacik <josef@toxicpanda.com> 1.41.9-2
3cba57
- Fix resize -m bug with flexbg (#519131)
3cba57
3cba57
* Sun Aug 23 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-1
3cba57
- New upstream release
3cba57
3cba57
* Thu Aug 06 2009 Eric Sandeen <sandeen@redhat.com> 1.41.8-6
3cba57
- Fix filefrag in fallback case
3cba57
- Add e2freefrag & e4defrag (experimental)
3cba57
3cba57
* Sun Jul 26 2009 Karel Zak <kzak@redhat.com> 1.41.8-5
3cba57
- disable fsck (replaced by util-linux-ng)
3cba57
3cba57
* Sat Jul 25 2009 Karel Zak <kzak@redhat.com> 1.41.8-4
3cba57
- disable libuuid and uuidd (replaced by util-linux-ng)
3cba57
3cba57
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.8-3
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3cba57
3cba57
* Fri Jul 17  2009 Eric Sandeen <sandeen@redhat.com> 1.41.8-2
3cba57
- Address some package review concerns (#225714)
3cba57
3cba57
* Sun Jul 12 2009 Eric Sandeen <sandeen@redhat.com> 1.41.8-1
3cba57
- New upstream version, several resize fixes.
3cba57
3cba57
* Tue Jun 30 2009 Eric Sandeen <sandeen@redhat.com> 1.41.7-1
3cba57
- New upstream version
3cba57
3cba57
* Fri Jun 26 2009 Eric Sandeen <sandeen@redhat.com> 1.41.6-6
3cba57
- Split out sub-libraries (#225406)
3cba57
- Don't start uuidd by default
3cba57
3cba57
* Thu Jun 18 2009 Eric Sandeen <sandeen@redhat.com> 1.41.6-5
3cba57
- Update journal backup blocks in sb after resize (#505339)
3cba57
- Fix memory leak in extent handling functions
3cba57
- Fix bug in inode writing in extent code, clobbered i_extra_isize etc
3cba57
3cba57
* Mon Jun  8 2009 Karel Zak <kzak@redhat.com> 1.41.6-4
3cba57
- set BuildRequires: libblkid-devel (from util-linux-ng)
3cba57
3cba57
* Mon Jun  8 2009 Karel Zak <kzak@redhat.com> 1.41.6-3
3cba57
- temporary use BuildRequires: e2fsprogs-devel (we cannot install 
3cba57
  new util-linux-ng with libblkid to buildroots without new e2fsprogs 
3cba57
  without libblkid). 
3cba57
3cba57
* Thu Jun  4 2009 Karel Zak <kzak@redhat.com> 1.41.6-2
3cba57
- disable libblkid (replaced by libblkid from util-linux-ng)
3cba57
3cba57
* Sat May 30 2009 Eric Sandeen <sandeen@redhat.com> 1.41.6-1
3cba57
- New upstream version
3cba57
3cba57
* Fri Apr 24 2009 Eric Sandeen <sandeen@redhat.com> 1.41.5-1
3cba57
- New upstream version
3cba57
3cba57
* Wed Apr 22 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-8
3cba57
- Fix support for external journals
3cba57
3cba57
* Wed Apr 22 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-7
3cba57
- Fix ext4 resize issues (#496982)
3cba57
3cba57
* Sat Apr 11 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-6
3cba57
- ignore differing NEEDS_RECOVERY flag on fsck post-resize (#471925)
3cba57
3cba57
* Thu Feb 26 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-5
3cba57
- fix a couple missed descriptions; obsolete e4fsprogs
3cba57
3cba57
* Thu Feb 26 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-4
3cba57
- Edit summary & description to include ext4 (#487469)
3cba57
- Fix blkid null ptr deref in initrd (#486997)
3cba57
3cba57
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.4-3
3cba57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3cba57
3cba57
* Thu Jan 29 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-2
3cba57
- Fix debugfs "stat" segfault if no open fs (#482894)
3cba57
- Fix name of libext2fs info page (#481620)
3cba57
3cba57
* Thu Jan 29 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-1
3cba57
- New upstream release
3cba57
- Dropped btrfs & resize fixes, upstream now
3cba57
3cba57
* Tue Jan 20 2009 Eric Sandeen <sandeen@redhat.com> 1.41.3-4
3cba57
- resize2fs fixes, esp. for ext4
3cba57
3cba57
* Sat Jan 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.3-3
3cba57
- Remove conservative "don't change journal location" patch for F11
3cba57
- Add btrfs recognition to blkid
3cba57
3cba57
* Fri Nov 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41.3-2
3cba57
- Bump to revision 2, f10 was behind f9, oops.
3cba57
3cba57
* Mon Oct 13 2008 Eric Sandeen <sandeen@redhat.com> 1.41.3-1
3cba57
- New upstream version (very minor fixes, ext4-related)
3cba57
3cba57
* Thu Oct 02 2008 Eric Sandeen <sandeen@redhat.com> 1.41.2-2
3cba57
- Fix blkid to recognize ext4dev filesystems as ext4-mountable
3cba57
3cba57
* Thu Oct 02 2008 Eric Sandeen <sandeen@redhat.com> 1.41.2-1
3cba57
- New upstream version
3cba57
- Updated default dir hash (half_md4) for better perf & fewer collisions
3cba57
- Fixed ext4 online resizing with flex_bg
3cba57
- ext4 journal now in extents format and in middle of filesystem
3cba57
- fix unreadable e2image files
3cba57
- fix file descriptor leak in libcom_err (#464689)
3cba57
3cba57
* Sat Aug 23 2008 Eric Sandeen <sandeen@redhat.com> 1.41.0-2
3cba57
- Don't check the group checksum when !GDT_CSUM (#459875)
3cba57
3cba57
* Thu Jul 10 2008 Eric Sandeen <sandeen@redhat.com> 1.41.0-1
3cba57
- New upstream version
3cba57
- ext4 capable
3cba57
3cba57
* Mon Jul 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.2.WIP.0707
3cba57
- Fix release macro snafu
3cba57
3cba57
* Mon Jul 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.1.WIP.0707
3cba57
- New upstream snapshot release
3cba57
3cba57
* Fri Jun 20 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.WIP.0617.1
3cba57
- Fix blkid -g segfault when clearing entries (#452333)
3cba57
3cba57
* Wed Jun 18 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.WIP.0617
3cba57
- New upstream snapshot release for ext4 capability
3cba57
3cba57
* Wed Jun 04 2008 Eric Sandeen <sandeen@redhat.com> 1.40.10-3
3cba57
- Tidy up multilib hack for non-multilib arches (#446016)
3cba57
- Fix up postun script (#449868)
3cba57
3cba57
* Wed Jun 04 2008 Dennis Gilmore <dennis@ausil.us> 1.40.10-2
3cba57
- setup header support for sparc
3cba57
3cba57
* Fri May 23 2008 Eric Sandeen <esandeen@redhat.com> 1.40.10-1
3cba57
- New upstream version
3cba57
- Fixes unprivileged blkid use problem (#448591)
3cba57
3cba57
* Mon May 12 2008 Eric Sandeen <esandeen@redhat.com> 1.40.9-2
3cba57
- Fix blkid swap recognition on big-endian boxes (#445786)
3cba57
3cba57
* Sun Apr 27 2008 Eric Sandeen <esandeen@redhat.com> 1.40.9-1
3cba57
- New upstream version
3cba57
3cba57
* Fri Mar 14 2008 Eric Sandeen <esandeen@redhat.com> 1.40.8-2
3cba57
- Update ext2fs_swap_inode_full() fix to match upstream
3cba57
- Check more of swapv1 header in blkid detection (#442937)
3cba57
3cba57
* Fri Mar 14 2008 Eric Sandeen <esandeen@redhat.com> 1.40.8-1
3cba57
- New upstream version
3cba57
3cba57
* Mon Mar 03 2008 Eric Sandeen <esandeen@redhat.com> 1.40.7-2
3cba57
- second try at fixing resize2fs vs. large inodes... (#434893)
3cba57
3cba57
* Fri Feb 29 2008 Eric Sandeen <esandeen@redhat.com> 1.40.7-1
3cba57
- New upstream version, special leap-day edition
3cba57
- Fix resize2fs losing inline xattrs when shrinking (#434893)
3cba57
  and add patch to fix swap_inode_full in this case
3cba57
- Allow mke2fs & tune2fs to manipulate large_file feature (#258381)
3cba57
- Handle lvm error conditions in libblkid (#433857)
3cba57
- Allow tune2fs to clear the resize_inode feature (#167816)
3cba57
- Teach blkid to detect LVM2 physical volumes (#409321)
3cba57
- Show "mostly printable" xattrs as text in debugfs (#430621)
3cba57
- Trimmed pre-1.38 rpm changelog entries
3cba57
3cba57
* Sun Feb 10 2008 Eric Sandeen <esandeen@redhat.com> 1.40.6-1
3cba57
- New upstream version
3cba57
3cba57
* Fri Feb 08 2008 Eric Sandeen <esandeen@redhat.com> 1.40.5-2
3cba57
- gcc-4.3 rebuild
3cba57
3cba57
* Mon Jan 28 2008 Eric Sandeen <esandeen@redhat.com> 1.40.5-1
3cba57
- New upstream version, drop several now-upstream patches.
3cba57
3cba57
* Thu Jan 24 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-7
3cba57
- Fix sb flag comparisons properly this time (#428893)
3cba57
- Make 256-byte inodes for the [default] mkfs case.
3cba57
  This will facilitate upgrades to ext4 later, and help xattr perf.
3cba57
3cba57
* Wed Jan 23 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-6
3cba57
- Completely clobber e2fsck.static build.
3cba57
3cba57
* Wed Jan 23 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-5
3cba57
- Ignore some primary/backup superblock flag differences (#428893)
3cba57
- Teach libblkid about ext4dev.
3cba57
3cba57
* Tue Jan 15 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-4
3cba57
- Build e2fsck as a dynamically linked binary.
3cba57
- Re-fix uidd manpage default paths.
3cba57
3cba57
* Mon Jan 14 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-3
3cba57
- New uuidd subpackage, and properly set up uuidd at install.
3cba57
3cba57
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-2
3cba57
- Add new uidd files to specfile
3cba57
3cba57
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-1
3cba57
- New upstream version, drop several now-upstream patches.
3cba57
3cba57
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.2-15
3cba57
- Drop resize_inode removal patch from tune2fs; ostensibly was
3cba57
  for old kernels which could not mount, but seems to be fine.
3cba57
- Drop pottcdate removal patch, and don't rebuild .po files,
3cba57
  causes multilib problems and we generally shouldn't rebuild.
3cba57
- Drop multilib patch; wrapper header should take care of this now.
3cba57
- Drop ->open rename, Fedora seems ok with this now.
3cba57
3cba57
* Tue Dec 11 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-14
3cba57
- Fix integer overflows (#414591 / CVE-2007-5497)
3cba57
3cba57
* Tue Dec  4 2007 Stepan Kasal <skasal@redhat.com> 1.40.2-13
3cba57
- The -devel package now requires device-mapper-devel, to match
3cba57
  the dependency in blkid.pc (#410791)
3cba57
3cba57
* Tue Nov 27 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-12
3cba57
- Use upstream patch for blkid fat detection, avoids div-by-zero
3cba57
  when encountering some BSD partitions (#398281)
3cba57
3cba57
* Tue Oct 23 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-11
3cba57
- Add arm to multilib header wrapper
3cba57
3cba57
* Sat Oct 20 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-10
3cba57
- Make (more) file timestamps match those in tarball for multilib tidiness 
3cba57
- Fix e2fsprogs-libs summary (shared libs not static)
3cba57
3cba57
* Mon Oct 15 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-9
3cba57
- Detect big-endian squashfs filesystems in libblkid (#305151)
3cba57
3cba57
* Tue Oct 02 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-8
3cba57
- Detect squashfs filesystems in libblkid (#305151)
3cba57
3cba57
* Tue Sep 18 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-7
3cba57
- Fix blkid fat probe when there is a real MBR (#290951)
3cba57
3cba57
* Tue Sep 18 2007 Oliver Falk <oliver@linux-kernel.at> 1.40.2-6
3cba57
- Add alpha to the header wrappers 
3cba57
3cba57
* Fri Sep 07 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-5
3cba57
- wrap a couple headers to fix multilib issues (#270441)
3cba57
3cba57
* Wed Aug 29 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-4
3cba57
- add gawk to e2fsprogs-devel Requires, compile_et needs it (#265961)
3cba57
3cba57
* Thu Aug 23 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-3
3cba57
- Update license tags
3cba57
- Fix one open-create caller with no mode
3cba57
- Protect ->open ops from glibc open-create-mode-checker
3cba57
- Fix source URL
3cba57
- Add gawk to BuildRequires
3cba57
3cba57
* Wed Jul 18 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-2
3cba57
- Fix bug in ext2fs_swap_inode_full() on big-endian boxes
3cba57
3cba57
* Tue Jul 17 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-1
3cba57
- New version 1.40.2
3cba57
- Fix up warning in badblocks
3cba57
3cba57
* Mon Jun 25 2007 Eric Sandeen <esandeen@redhat.com> 1.39-15
3cba57
- Fix up .po files to remove timestamps; multilib issues (#245653)
3cba57
3cba57
* Fri Jun 22 2007 Eric Sandeen <esandeen@redhat.com> 1.39-14
3cba57
- Many coverity-found potential leaks, segfaults, etc (#239354)
3cba57
- Fix debugfs segfaults when no fs open (#208416, #209330)
3cba57
- Avoid recursive loops in logdump due to symlinks in /dev (#210371)
3cba57
- Don't write changes to the backup superblocks by default (#229561)
3cba57
- Correct byteswapping for fast symlinks with xattrs (#232663)
3cba57
- e2fsck: added sanity check for xattr validation (#230193)
3cba57
3cba57
* Wed Jun 20 2007 Eric Sandeen <esandeen@redhat.com> 1.39-13
3cba57
- add dist tag to release field
3cba57
3cba57
* Wed Jun 20 2007 Eric Sandeen <esandeen@redhat.com> 1.39-12
3cba57
- add LUKS support to libblkid (#242421)
3cba57
3cba57
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.39-11
3cba57
- fix post/preun requirements
3cba57
- use smp flags
3cba57
3cba57
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 1.39-10
3cba57
- Add build dependency on new device-mapper-devel package.
3cba57
3cba57
* Mon Dec 25 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-9
3cba57
- build fixes for new automake 1.10 (#220715)
3cba57
3cba57
* Mon Dec 18 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-8
3cba57
- make uuid_generate_time generate unique uuids (#218606)
3cba57
3cba57
* Wed Sep 20 2006 Jarod Wilson <jwilson@redhat.com> - 1.39-7
3cba57
- 32-bit 16T fixups from esandeen (#202807)
3cba57
- Update summaries and descriptions
3cba57
3cba57
* Sun Sep 17 2006 Karel Zak <kzak@redhat.com> - 1.39-6
3cba57
- Fix problem with empty FAT label (#206656)
3cba57
3cba57
* Tue Sep  5 2006 Peter Jones <pjones@redhat.com> - 1.39-5
3cba57
- Fix memory leak in device probing.
3cba57
3cba57
* Mon Jul 24 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-4
3cba57
- fixed multilib devel conflicts (#192665)
3cba57
3cba57
* Thu Jul 20 2006 Bill Nottingham <notting@redhat.com> - 1.39-3
3cba57
- prevent libblkid returning /dev/dm-X
3cba57
3cba57
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.39-2.1
3cba57
- rebuild
3cba57
3cba57
* Mon Jul 10 2006 Karel Zak <kzak@redhat.com> - 1.39-2
3cba57
- add GFS abd GFS2 support to libblkid
3cba57
3cba57
* Thu Jul  6 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-1
3cba57
- new version 1.39
3cba57
- dropped ext2online, because resize2fs is now able to do online resize
3cba57
- spec file cleanup
3cba57
- enabled checks for build
3cba57
3cba57
* Tue Jun 13 2006 Bill Nottingham <notting@redhat.com> - 1.38-15
3cba57
- prevent libblkid returning /dev/dm-X
3cba57
- fix build
3cba57
3cba57
* Tue Mar 21 2006 Karel Zak <kzak@redhat.com> - 1.38-14
3cba57
- prevent error messages to stderr caused by libblkid calling libdevmapper
3cba57
3cba57
* Mon Mar 13 2006 Karel Zak <kzak@redhat.com>  - 1.38-13
3cba57
- used upstream version of the blkid-epoch patch (by Theodore Tso, #182188)
3cba57
3cba57
* Wed Mar  8 2006 Peter Jones <pjones@redhat.com> - 1.38-12
3cba57
- Move /etc/blkid.tab to /etc/blkid/blkid.tab
3cba57
3cba57
* Tue Mar  7 2006 David Cantrell <dcantrell@redhat.com> - 1.38-11
3cba57
- BuildRequires pkgconfig
3cba57
3cba57
* Tue Mar  7 2006 David Cantrell <dcantrell@redhat.com> - 1.38-10
3cba57
- Disable /etc/blkid.tab caching if time is set before epoch (#182188)
3cba57
3cba57
* Fri Feb 24 2006 Peter Jones <pjones@redhat.com> - 1.38-9
3cba57
- _don't_ handle selinux context on blkid.tab, dwalsh says this is a no-no.
3cba57
3cba57
* Wed Feb 22 2006 Peter Jones <pjones@redhat.com> - 1.38-8
3cba57
- handle selinux context on blkid.tab
3cba57
3cba57
* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.38-7
3cba57
- BuildRequires: gettext-devel
3cba57
3cba57
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.38-6.2
3cba57
- bump again for double-long bug on ppc(64)
3cba57
3cba57
* Tue Feb  7 2006 Jesse Keating <jkeating@redhat.com> - 1.38-6.1
3cba57
- rebuilt for new gcc4.1 snapshot and glibc changes
3cba57
3cba57
* Wed Jan 11 2006 Karel Zak <kzak@redhat.com> 1.38-6
3cba57
- cleanup device-mapper patch
3cba57
- use pkg-config for device-mapper
3cba57
3cba57
* Mon Jan  9 2006 Peter Jones <pjones@redhat.com> 1.38-5
3cba57
- fix some more minor logic errors in dm probing
3cba57
3cba57
* Wed Jan  4 2006 Peter Jones <pjones@redhat.com> 1.38-4
3cba57
- fix a logic error in dm probing
3cba57
- add priority group for dm devices, so they'll be preferred
3cba57
3cba57
* Tue Jan  3 2006 Peter Jones <pjones@redhat.com> 1.38-3
3cba57
- added support for device-mapper devices
3cba57
3cba57
* Fri Dec  9 2005 Jesse Keating <jkeating@redhat.com>
3cba57
- rebuilt
3cba57
3cba57
* Thu Nov 10 2005 Thomas Woerner <twoerner@redhat.com> 1.38-2.1
3cba57
- fixed file conflicts between 32bit and 64bit packages (#168815)
3cba57
- fixed mklost+found crashes with buffer overflow (#157773)
3cba57
  Thanks to Arjan van de Ven for the patch
3cba57
3cba57
* Wed Nov  9 2005 Thomas Woerner <twoerner@redhat.com> 1.38-2
3cba57
- splitted up libs from main package, into a new e2fsprogs-libs package
3cba57
- fixed requires and prereqs
3cba57
3cba57
* Thu Sep  8 2005 Thomas Woerner <twoerner@redhat.com> 1.38-1
3cba57
- new version 1.38
3cba57
- Close File descriptor for unregognized devices (#159878)
3cba57
  Thanks to David Milburn for the patch.
3cba57
  Merged from RHEL-4
3cba57
- enable tune2fs to set and clear feature resize_inode (#167816)
3cba57
- removed outdated information from ext2online man page (#164383)
3cba57