diff --git a/coreutils.spec b/coreutils.spec index c50945a72f08bd4a3c85c64ca2f338f35c4e6f91..fe785d60513777a6d96fedfd412240316cfabe16 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 9.4 -Release: 13 +Release: 14 License: GPLv3+ Summary: A set of basic GNU tools commonly used in shell scripts Url: https://www.gnu.org/software/coreutils/ @@ -94,6 +94,10 @@ find tests -name '*.sh' -perm 0644 -print -exec chmod 0755 '{}' '+' (echo "<<< done") 2>/dev/null autoreconf -fiv +%ifarch sw_64 +/usr/bin/cp -fv /usr/lib/rpm/%{_vendor}/config.guess build-aux/ +/usr/bin/cp -fv /usr/lib/rpm/%{_vendor}/config.sub build-aux/ +%endif %build if [ %user = root ]; then @@ -183,6 +187,9 @@ fi %{_mandir}/man*/* %changelog +* Mon Mar 24 2025 mahailiang - 9.4-14 +- fix sw_64 build error + * Mon Mar 17 2025 yixiangzhike - 9.4-13 - backport upstream patches fix cat bug appearing in conjunction with gawk