From 7f2570a21653f5fe3693089ffe2558c4e53f664f Mon Sep 17 00:00:00 2001 From: Linux_zhang Date: Wed, 2 Apr 2025 14:26:43 +0800 Subject: [PATCH] fix sync failed --- coreutils.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/coreutils.spec b/coreutils.spec index fe785d6..4b204fb 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 9.4 -Release: 14 +Release: 15 License: GPLv3+ Summary: A set of basic GNU tools commonly used in shell scripts Url: https://www.gnu.org/software/coreutils/ @@ -187,7 +187,8 @@ fi %{_mandir}/man*/* %changelog -* Mon Mar 24 2025 mahailiang - 9.4-14 +* Mon Mar 24 2025 mahailiang - 9.4-15 +- modify cp to /usr/bin/cp - fix sw_64 build error * Mon Mar 17 2025 yixiangzhike - 9.4-13 -- Gitee