diff --git a/skopeo.spec b/skopeo.spec index 7c9f8de33ba85238333cf045fc2424d7f075a443..7e5af41a665bebbfed7566d835d6120d76443e93 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)