forked from pool/e2fsprogs
- Update to 1.46.1:
* Fix setting extended attributes in libext2fs and debugfs * Fix e2fsck to accept large_dir directories greater than 4G * Fix fast commit support on big endian architectures * Fix mke2fs -d to correctly import a small file stored using inline_data feature and which has ACL or extended attribute * Various compilation fixes * Speedup bitmap loading for large filesystems using multiple threads * Speedup mke2fs for bigalloc filesystems * E2fsck fixes when rehashing directories * Fix e2fsck crashes on maliciously corrupted filesystems * Fix e2fsck handling of duplicated case-folded file names * Implement hashed directory support in libext2fs * Support for fast commit feature * Support for combination of casefolding and encryption * Support for stable inodes feature * Add support for per-inode DAX flag * Fix tune2fs to unlock MMP on failure * Fix e2fsck buffer overflow when scanning directory blocks * Fix resize2fs overflowing block group descriptors with 1k block size - delete e2fsprogs-1.45.2-gettext.patch - it was merged upstream - Add autoconf-archive to build requirements - Fix installation of info files for older distros Rev filesystems/133 Md5 4da2396220371cabb3821390c0d50055 2021-02-17 14:24:37 jankara 873155
This commit is contained in:
parent
01aaabd3f7
commit
1a0b2b179e
@ -1,20 +0,0 @@
|
||||
Support gettext >= 0.20, which now forbids AM_GNU_GETTEXT without
|
||||
intlsymbol argument.
|
||||
|
||||
[no-libtool] was the default choice (use of intl/ in-package
|
||||
directory).
|
||||
|
||||
Now only [external] is supported (use libintl library).
|
||||
--
|
||||
diff -up e2fsprogs-1.45.2/configure.ac.orig e2fsprogs-1.45.2/configure.ac
|
||||
--- e2fsprogs-1.45.2/configure.ac.orig
|
||||
+++ e2fsprogs-1.45.2/configure.ac
|
||||
@@ -873,7 +873,7 @@ AC_SUBST(GETTEXT_PACKAGE)
|
||||
AC_SUBST(PACKAGE)
|
||||
AC_SUBST(VERSION)
|
||||
|
||||
-AM_GNU_GETTEXT
|
||||
+AM_GNU_GETTEXT([external])
|
||||
dnl
|
||||
dnl End of configuration options
|
||||
dnl
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffa7ae6954395abdc50d0f8605d8be84736465afc53b8938ef473fcf7ff44256
|
||||
size 5572144
|
BIN
e2fsprogs-1.46.1.tar.sign
Normal file
BIN
e2fsprogs-1.46.1.tar.sign
Normal file
Binary file not shown.
3
e2fsprogs-1.46.1.tar.xz
Normal file
3
e2fsprogs-1.46.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbe6af3b7bb7119556b6f57a78d41b330007738bca8530b2ba95d2ba35430151
|
||||
size 7019700
|
@ -1,3 +1,29 @@
|
||||
Tue Feb 16 17:31:25 UTC 2021 - Jan Kara <jack@suse.cz>
|
||||
|
||||
- Update to 1.46.1:
|
||||
* Fix setting extended attributes in libext2fs and debugfs
|
||||
* Fix e2fsck to accept large_dir directories greater than 4G
|
||||
* Fix fast commit support on big endian architectures
|
||||
* Fix mke2fs -d to correctly import a small file stored using inline_data
|
||||
feature and which has ACL or extended attribute
|
||||
* Various compilation fixes
|
||||
* Speedup bitmap loading for large filesystems using multiple threads
|
||||
* Speedup mke2fs for bigalloc filesystems
|
||||
* E2fsck fixes when rehashing directories
|
||||
* Fix e2fsck crashes on maliciously corrupted filesystems
|
||||
* Fix e2fsck handling of duplicated case-folded file names
|
||||
* Implement hashed directory support in libext2fs
|
||||
* Support for fast commit feature
|
||||
* Support for combination of casefolding and encryption
|
||||
* Support for stable inodes feature
|
||||
* Add support for per-inode DAX flag
|
||||
* Fix tune2fs to unlock MMP on failure
|
||||
* Fix e2fsck buffer overflow when scanning directory blocks
|
||||
* Fix resize2fs overflowing block group descriptors with 1k block size
|
||||
- delete e2fsprogs-1.45.2-gettext.patch - it was merged upstream
|
||||
- Add autoconf-archive to build requirements
|
||||
- Fix installation of info files for older distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 15:02:08 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -29,6 +29,7 @@ Supplements: filesystem(ext2) filesystem(ext3) filesystem(ext4)
|
||||
%bcond_with systemd
|
||||
%endif
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: autoconf-archive
|
||||
BuildRequires: automake
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libuuid-devel
|
||||
@ -68,7 +69,7 @@ Conflicts: libcom_err2-mini
|
||||
Conflicts: libcom_err-mini-devel
|
||||
%endif
|
||||
#
|
||||
Version: 1.45.6
|
||||
Version: 1.46.1
|
||||
Release: 0
|
||||
Summary: Utilities for the Second Extended File System
|
||||
License: GPL-2.0-only
|
||||
@ -91,8 +92,6 @@ Source5: https://thunk.org/tytso/tytso-key.asc#/%{name}.keyring
|
||||
Patch3: libcom_err-compile_et_permissions.patch
|
||||
Patch4: e2fsprogs-1.42-implicit_fortify_decl.patch
|
||||
Patch5: e2fsprogs-1.42-ext2fsh_implicit.patch
|
||||
# PATCH-FIX-UPSTREAM e2fsprogs-1.45.2-gettext.patch -- Support gettext 0.20
|
||||
Patch6: e2fsprogs-1.45.2-gettext.patch
|
||||
# Do not suppress make commands
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -256,10 +255,7 @@ Development files for the com_err error message display library. Static librarie
|
||||
%patch3 -p1
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6 -p1
|
||||
cp %{SOURCE2} .
|
||||
# Don't use intl/ subdirectory as it's deprecated since gettext 0.20
|
||||
rm -r intl
|
||||
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
@ -329,7 +325,9 @@ done
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%if ! %{build_mini}
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
|
||||
%if 0%{?suse_version} <= 1530
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
||||
%endif
|
||||
%{?regenerate_initrd_post}
|
||||
%endif
|
||||
|
||||
@ -347,7 +345,9 @@ done
|
||||
%preun -n e2fsprogs-scrub-mini
|
||||
%else
|
||||
%preun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
|
||||
%if 0%{?suse_version} <= 1530
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
||||
%endif
|
||||
%preun -n e2fsprogs-scrub
|
||||
%endif
|
||||
%service_del_preun e2scrub@.service e2scrub_all.service e2scrub_all.timer e2scrub_fail@.service e2scrub_reap.service
|
||||
|
Loading…
Reference in New Issue
Block a user