From a5f6814734df4332db62b8022ada092fb88b751d Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 21 Mar 2023 16:47:22 +0800 Subject: [PATCH] spec: remove loongarch64 arch Signed-off-by: Zhao Hang --- skopeo.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 7c9f8de..7e5af41 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global with_check 0 %global _find_debuginfo_dwz_opts %{nil} @@ -28,12 +29,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: skopeo Version: 1.2.4 -Release: 2%{?dist} +Release: 2%{anolis_release}%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures ExclusiveArch: %{go_arches} +Excludearch: loongarch64 %if 0%{?branch:1} Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz %else @@ -233,6 +235,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Tue Mar 21 2023 Zhao Hang - 1:1.2.4-2.0.1 +- Remove loongarch64 arch + * Tue May 03 2022 Jindrich Novy - 1:1.2.4-2 - update to the latest content of https://github.com/containers/skopeo/tree/release-1.2 (https://github.com/containers/skopeo/commit/7300333) -- Gitee