diff --git a/llvm-toolset-17.spec b/llvm-toolset-17.spec index 3d60ea158b9490a54cd31f897b042357122447a0..24cfba0188d33d705eab607d63efb71944bd4b76 100644 --- a/llvm-toolset-17.spec +++ b/llvm-toolset-17.spec @@ -150,7 +150,7 @@ #region main package Name: llvm-toolset-%{maj_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 2 +Release: 3 Summary: The Low Level Virtual Machine License: NCSA @@ -2485,7 +2485,7 @@ fi %{install_libdir}/clang/%{maj_ver}/lib/%{compiler_rt_triple}/clang_rt.crtend.o %endif -%ifnarch %{ix86} s390x +%ifnarch %{ix86} s390x riscv64 %{install_libdir}/clang/%{maj_ver}/lib/%{compiler_rt_triple}/liborc_rt.a %endif @@ -2764,8 +2764,11 @@ fi #endregion files %changelog +* Fri Feb 21 2025 laokz - 17.0.6-3 +- riscv64: exclude packaging non-supported liborc_rt.a + * Fri Feb 14 2025 liyunfei - 17.0.6-2 - Add BUILD_FOR_OPENEULER & Bugfixes * Mon Feb 10 2025 liyunfei - 17.0.6-1 -- Package init \ No newline at end of file +- Package init