From 4c0e46cfa03b658bf1ec8c8834d682d82b169767 Mon Sep 17 00:00:00 2001 From: markeryang Date: Thu, 6 Jun 2024 08:43:53 +0000 Subject: [PATCH] delete strace for loongarch64 --- coreutils.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/coreutils.spec b/coreutils.spec index 673a193..c77287f 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 9.0 -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/ @@ -53,7 +53,10 @@ Conflicts: %{name}-single Obsoletes: %{name}-common < %{version}-%{release} Provides: %{name}-common = %{version}-%{release} -BuildRequires: attr, autoconf, automake, gcc, hostname, strace, texinfo +%ifnarch loongarch64 +BuildRequires: strace +%endif +BuildRequires: attr, autoconf, automake, gcc, hostname, texinfo BuildRequires: gettext-devel, gmp-devel, libacl-devel, libattr-devel BuildRequires: libcap-devel, libselinux-devel, libselinux-utils, openssl-devel tcl @@ -168,6 +171,9 @@ fi %{_mandir}/man*/* %changelog +* Thu Jun 06 2024 yanglongkang - 9.0-13 +- delete strace for loongarch64 + * Sat Nov 25 2023 jiangchuangang - 9.0-12 - skip testcase for overlay filesystem because of no inotify_add_watch add test-skip-overlay-filesystem-because-of-no-inotify_add_watch.patch -- Gitee