diff --git a/macros.rust-srpm b/macros.rust-srpm index 45287a8d5d218f51fc873c29d6d7f9052848898e..f3acc8c47264e84ab88ccc4b130be1c5e54b6be7 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 6af98709576849b1740b43705f9bcc539ae30eb8..6f6662b16e93d402b92d80c7ea3a3546bf0f14fe 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