Add a %changelog entry

Resolves: RHEL-180650
Resolves: RHEL-152110
This commit is contained in:
Lukáš Zaoral 2026-06-05 15:09:29 +02:00
parent b159cb2ef7
commit 95b88470b7
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: 9.5
Release: 9%{?dist}
Release: 10%{?dist}
# some used parts of gnulib are under various variants of LGPL
License: GPL-3.0-or-later AND GFDL-1.3-no-invariants-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later
Url: https://www.gnu.org/software/coreutils/
@ -279,6 +279,10 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%license COPYING
%changelog
* Fri Jun 05 2026 Lukáš Zaoral <lzaoral@redhat.com> - 9.5-10
- CVE-2025-5278 - Fix Heap Buffer Under-Read in sort via Key Specification (RHEL-180650)
- unexpand: fix stack overflow with large tabsizes (RHEL-152110)
* Thu Mar 19 2026 Lukáš Zaoral <lzaoral@redhat.com> - 9.5-9
- fix unexpand/expand crash on invalid multibyte characters (RHEL-152110)