diff --git a/coreutils.spec b/coreutils.spec index 9c9e57de3406c47a04cb8a7fb8ba5e8904904b50..4d8bf4488a8a897dd69f8bda9a7bdea9dbab963a 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -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 - 9.4-13 +- fix sw_64 build error + * Wed Mar 05 2025 hugel - 9.4-12 - sync patches from community - add backport-numfmt-don-t-require-a-suffix-with-from-iec-i.patch