diff --git a/rust.spec b/rust.spec index ed9ba490e60ed53aac12abc56fb6a1a9fb9de4a0..634dae37f82aebf338122c84e88065f0402bd040 100644 --- a/rust.spec +++ b/rust.spec @@ -26,7 +26,7 @@ Name: rust Version: 1.86.0 -Release: 4 +Release: 5 Summary: The Rust Programming Language License: Apache-2.0 OR MIT URL: https://www.rust-lang.org @@ -123,7 +123,7 @@ BuildRequires: cmake >= 3.5.1 # default llvm is decent enough on riscv64 %ifarch x86_64 aarch64 riscv64 loongarch64 %global llvm llvm-toolset-18-llvm -%global llvm_root /opt/openEuler/llvm-toolset-18/root%{_prefix} +%global llvm_root /opt/%{_vendor}/llvm-toolset-18/root%{_prefix} %global clang_maj_ver 18 %else %global llvm llvm @@ -563,6 +563,9 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Wed Jun 11 2025 Peng Haitao - 1.86.0-5 +- Modify openEuler to %{vendor} + * Fri May 30 2025 Wenlong Zhang - 1.86.0-4 - add BuildRequires llvm-toolset-18-compiler-rt for loongarch64