!140 delete strace for loongarch64
From: @zhangwenlong01 Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
0c466a051a
@ -1,6 +1,6 @@
|
||||
Name: coreutils
|
||||
Version: 9.4
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPLv3+
|
||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||
Url: https://www.gnu.org/software/coreutils/
|
||||
@ -37,7 +37,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
|
||||
|
||||
@ -155,6 +158,9 @@ fi
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 16 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 9.4-4
|
||||
- delete strace for loongarch64
|
||||
|
||||
* Fri Mar 15 2024 xueyamao<xueyamao@kylinos.cn> - 9.4-3
|
||||
- fix coredump if enable systemd
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user