From 560d6704d59c94242585ec509ebf1ce73c18b7cc Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Fri, 12 Jan 2024 16:53:41 +0800 Subject: [PATCH] Remove loongarch64 arch Signed-off-by: Zhao Hang --- runc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/runc.spec b/runc.spec index d16bb1b..facd852 100644 --- a/runc.spec +++ b/runc.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global with_check 0 %global _find_debuginfo_dwz_opts %{nil} @@ -23,13 +24,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: %{repo} Version: 1.1.5 -Release: 2%{?dist} +Release: 2%{anolis_release}%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} # still use arch exclude as the macro above still refers %%{ix86} in RHEL8.4: # https://bugzilla.redhat.com/show_bug.cgi?id=1905383 -ExcludeArch: %{ix86} +ExcludeArch: %{ix86} loongarch64 License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/v%{version}.tar.gz @@ -85,6 +86,9 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Jan 12 2024 Zhao Hang - 1:1.1.5-2.0.1 +- Remove loongarch64 arch + * Thu Jun 15 2023 Jindrich Novy - 1:1.1.5-2 - rebuild for following CVEs: CVE-2022-41724 -- Gitee