diff --git a/coreutils.spec b/coreutils.spec index bb31c716e284100c8af94d937e3888edc7b6ef43..599f619ca37c88ed4abe2ae8d9df86d38c1e7fdd 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 9.6 -Release: 3 +Release: 4 License: GPL-3.0-or-later Summary: A set of basic GNU tools commonly used in shell scripts Url: https://www.gnu.org/software/coreutils/ @@ -80,8 +80,8 @@ sed -i 's/0.19.2/0.22.5/' bootstrap.conf configure.ac %build autoreconf -fi %ifarch sw_64 -cp -fv /usr/lib/rpm/%{_vendor}/config.guess build-aux/ -cp -fv /usr/lib/rpm/%{_vendor}/config.sub build-aux/ +/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 if [ %user = root ]; then @@ -158,6 +158,9 @@ popd %{_mandir}/man*/* %changelog +* Mon Mar 24 2025 mahailiang - 9.6-4 +- modify cp to /usr/bin/cp + * Wed Mar 12 2025 mahailiang - 9.6-3 - fix sw_64 build error