!211 [sync] PR-210: fix sw_64 build error

From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2025-03-17 04:27:01 +00:00 committed by Gitee
commit 4c4ac97af2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: coreutils
Version: 9.4
Release: 12
Release: 13
License: GPLv3+
Summary: A set of basic GNU tools commonly used in shell scripts
Url: https://www.gnu.org/software/coreutils/
@ -93,6 +93,10 @@ find tests -name '*.sh' -perm 0644 -print -exec chmod 0755 '{}' '+'
(echo "<<< done") 2>/dev/null
autoreconf -fiv
%ifarch sw_64
cp -fv /usr/lib/rpm/%{_vendor}/config.guess build-aux/
cp -fv /usr/lib/rpm/%{_vendor}/config.sub build-aux/
%endif
%build
if [ %user = root ]; then
@ -182,6 +186,9 @@ fi
%{_mandir}/man*/*
%changelog
* Wed Mar 12 2025 mahailiang <mahailiang@uniontech.com> - 9.4-13
- fix sw_64 build error
* Wed Mar 05 2025 hugel <gengqihu2@h-partners.com> - 9.4-12
- sync patches from community
- add backport-numfmt-don-t-require-a-suffix-with-from-iec-i.patch