From 1d53e0cf6908629c8f40260355b90c27771f778a Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 16 Oct 2024 17:48:18 +0300 Subject: [PATCH] import coreutils-8.32-36.el9 --- SOURCES/coreutils-i18n.patch | 2 +- SPECS/coreutils.spec | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/SOURCES/coreutils-i18n.patch b/SOURCES/coreutils-i18n.patch index ad2fa2e..0eb3851 100644 --- a/SOURCES/coreutils-i18n.patch +++ b/SOURCES/coreutils-i18n.patch @@ -412,7 +412,7 @@ index 8cd0d6b..d23edd5 100644 + if (istream == NULL) + { + error (0, errno, "%s", filename); -+ return 1; ++ return false; + } + + /* Define how ISTREAM is being folded. */ diff --git a/SPECS/coreutils.spec b/SPECS/coreutils.spec index b7127cf..17f671a 100644 --- a/SPECS/coreutils.spec +++ b/SPECS/coreutils.spec @@ -1,7 +1,7 @@ Summary: A set of basic GNU tools commonly used in shell scripts Name: coreutils Version: 8.32 -Release: 35%{?dist} +Release: 36%{?dist} License: GPLv3+ Url: https://www.gnu.org/software/coreutils/ Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz @@ -216,11 +216,6 @@ autoreconf -fiv %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpic" -# disable -flto on ppc64le to make test-float pass (#1789115) -%ifarch ppc64le -CFLAGS="$CFLAGS -fno-lto" -%endif - # Upstream suggests to build with -Dlint for static analyzers: # https://lists.gnu.org/archive/html/coreutils/2018-06/msg00110.html # ... and even for production binary RPMs: @@ -327,11 +322,15 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir %license COPYING %changelog -* Mon Jan 29 2024 Lukáš Zaoral -- fix tail on kernels with 64k page sizes (RHEL-22866) +* Wed Oct 16 2024 Arkady L. Shane - 8.32-36 +- Rebuilt for MSVSphere 9.5 -* Fri Apr 14 2023 MSVSphere Packaging Team - 8.32-34 -- Rebuilt for MSVSphere 9.2 beta +* Fri Aug 16 2024 Lukáš Zaoral - 8.32-36 +- fix fold exit code for non-existent files (RHEL-54568) +- enable LTO on ppc64le + +* Mon Jan 29 2024 Lukáš Zaoral - 8.32-35 +- fix tail on kernels with 64k page sizes (RHEL-22866) * Mon Jan 02 2023 Kamil Dudka - 8.32-34 - basic support for checking NFSv4 ACLs (#2137866)