Add a %changelog entry

Resolves: RHEL-180332
Resolves: RHEL-182506
Resolves: RHEL-180583
This commit is contained in:
Lukáš Zaoral 2026-06-05 16:07:01 +02:00
parent fbaa210cee
commit a912dc1f4b
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -1,7 +1,7 @@
Summary: A set of basic GNU tools commonly used in shell scripts
Name: coreutils
Version: 8.32
Release: 41%{?dist}
Release: 42%{?dist}
License: GPLv3+
Url: https://www.gnu.org/software/coreutils/
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
@ -341,6 +341,11 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%license COPYING
%changelog
* Fri Jun 05 2026 Lukáš Zaoral <lzaoral@redhat.com> - 8.32-42
- CVE-2025-5278 - Fix Heap Buffer Under-Read in sort via Key Specification (RHEL-180332)
- unexpand: fix stack overflow with large tabsizes (RHEL-182506)
- df: fix bug with automounted arguments (RHEL-180583)
* Sat Mar 21 2026 Lukáš Zaoral <lzaoral@redhat.com> - 8.32-41
- fix df/direct.sh and unexpand/mb.sh tests (RHEL-151534)