Blame SPECS/e2fsprogs.spec

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