import UBI e2fsprogs-1.46.5-7.el9

This commit is contained in:
eabdullin 2025-05-13 14:21:13 +00:00
parent 166d73ed33
commit 6a9c7537f4

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing ext2, ext3, and ext4 file systems
Name: e2fsprogs
Version: 1.46.5
Release: 6%{?dist}
Release: 7%{?dist}
# License tags based on COPYING file distinctions for various components
License: GPLv2
@ -174,7 +174,14 @@ managed device with some free space available in respective volume group.
%prep
xzcat '%{SOURCE0}' | %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data=-
%autosetup -p1
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
# Remove flawed tests
rm -rf tests/m_rootdir_acl
@ -347,8 +354,13 @@ make PRINT_FAILED=yes fullcheck
%{_udevdir}/96-e2scrub.rules
%changelog
* Mon Jan 27 2025 Pavel Reichl <preichl@redhat.com>
* Fri Jan 24 2025 Pavel Reichl <preichl@redhat.com> - 1.46.5-7
- Fix: e2fsprogs: online resize fails
- Related: RHEL-76095
* Fri Dec 13 2024 Pavel Reichl <preichl@redhat.com> - 1.46.5-6
- Bump release to perform build verification for gating changes
- Related: RHEL-71250
* Wed Dec 13 2023 Carlos Maiolino <cmaiolino@redhat.com> - 1.46.5-5
- rebuild to incorporate libss-devel package