From ce1fd7538ee16a0756ee1c55f664e29eee023dd0 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 21 Jul 2025 17:43:07 +0800 Subject: [PATCH] Add loongarch64 to macros.rust-srpm --- macros.rust-srpm | 2 +- rust.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.rust-srpm b/macros.rust-srpm index 45287a8..f3acc8c 100644 --- a/macros.rust-srpm +++ b/macros.rust-srpm @@ -4,7 +4,7 @@ # this list will probably always be a superset of all architectures that are # supported by Fedora, which is why it is no longer required to set # "ExclusiveArch: rust_arches" for Rust packages in Fedora. -%rust_arches x86_64 %{ix86} armv7hl aarch64 ppc64 ppc64le riscv64 s390x +%rust_arches x86_64 %{ix86} armv7hl aarch64 ppc64 ppc64le riscv64 s390x loongarch64 # version_no_tilde: lua macro for reconstructing the original crate version # from the RPM version (i.e. replace any "~" characters with "-") diff --git a/rust.spec b/rust.spec index 6af9870..6f6662b 100644 --- a/rust.spec +++ b/rust.spec @@ -1,4 +1,4 @@ -%global anolis_release 2 +%global anolis_release 3 Name: rust Version: 1.84.1 @@ -1059,6 +1059,9 @@ rm -rf "./build/%{rust_triple}/stage2-tools/%{rust_triple}/cit/" %{_rpmconfigdir}/cargo_vendor.prov %changelog +* Mon Jul 21 2025 mgb01105731 - 1.84.1-3 +- Add loongarch64 to macros.rust-srpm + * Thu May 29 2025 Hong Wei Qin - 1.84.1-2 - Add download -- Gitee