Bump release for SPDX rebuild

Resolves: RHEL-119484

Signed-off-by: Pavel Reichl <preichl@redhat.com>
This commit is contained in:
Pavel Reichl 2025-11-19 15:07:01 +01:00
parent 1a8115ec51
commit 0ad388d6df

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing ext2, ext3, and ext4 file systems
Name: e2fsprogs
Version: 1.47.1
Release: 4%{?dist}
Release: 5%{?dist}
# License tags based on COPYING file distinctions for various components
License: GPL-2.0-only
@ -340,6 +340,10 @@ make PRINT_FAILED=yes fullcheck
%{_udevdir}/96-e2scrub.rules
%changelog
* Wed Nov 19 2025 Pavel Reichl <preichl@redhat.com> - 1.47.1-5
- Bump release for SPDX rebuild
- Related: RHEL-119484
* Tue Jun 24 2025 Pavel Reichl <preichl@redhat.com> - 1.47.1-4
- debugfs: byteswap dirsearch dirent buf on big endian systems
Resolves: RHEL-74431