From b615b354c82538734c1c1d36654454e4891a0e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E6=B2=A7?= <1050706328@qq.com> Date: Fri, 26 Jul 2024 07:01:22 +0000 Subject: [PATCH] update libseccomp.spec. %patchN is deprecated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 云沧 <1050706328@qq.com> --- libseccomp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index a77ad61..da1d026 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -34,8 +34,8 @@ developing applications that use %{name}. %prep %autosetup -n %{name}-%{version} -p1 %ifnarch loongarch64 -%patch4 -R -p1 -%patch3 -R -p1 +%patch 4 -R -p1 +%patch 3 -R -p1 %endif %build -- Gitee