Blame SPECS/e2fsprogs.spec

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