From d852e569a9632948e9d2805f7364c46ed2defb39 Mon Sep 17 00:00:00 2001 From: pzbpzbpzb <553029511@qq.com> Date: Mon, 14 Apr 2025 16:17:27 +0800 Subject: [PATCH] remove %ifarch for sw_64 patch --- strace.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/strace.spec b/strace.spec index 30ac507..68eda74 100644 --- a/strace.spec +++ b/strace.spec @@ -3,7 +3,7 @@ Summary: Tracks and displays system calls associated with a running process Name: strace Version: 5.14 -Release: 5 +Release: 6 # The test suite is GPLv2+, all the rest is LGPLv2.1+. License: LGPL-2.1+ and GPL-2.0+ # Some distros require Group tag to be present, @@ -13,9 +13,7 @@ License: LGPL-2.1+ and GPL-2.0+ URL: https://strace.io Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz BuildRequires: xz -%ifarch sw_64 Patch1: strace-5.14-sw.patch -%endif Patch2: strace-5.14-loongarch64.patch Patch3: strace-5.14-solve-ilp32-strace-build-error.patch BuildRequires: gcc gzip @@ -94,6 +92,9 @@ wait %{_mandir}/man1/* %changelog +* Mon Apr 14 2025 pzbpzbpzb <553029511@qq.com> - 5.14-6 +- remove %ifarch for sw_64 patch + * Wed Feb 28 2024 liuchao - 5.14-5 - remove redundant judgments -- Gitee