diff --git a/compiler-rt.spec b/compiler-rt.spec index 7872983970b56e77065885d54421cd3021ac17aa..8c0003dc90c1750049af8a3363f94ceefa6a0040 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -13,7 +13,7 @@ %global optflags %(echo %{optflags} -D_DEFAULT_SOURCE) %global optflags %(echo %{optflags} -Dasm=__asm__) -%global _scl_prefix /opt/openEuler +%global _scl_prefix /opt/%{_vendor} %{?scl:%scl_package %scl} %{!?scl:%global scl_prefix llvm-toolset-%{maj_ver}-} %{!?scl:%global pkg_name %{name}} @@ -28,7 +28,7 @@ Name: %{?scl_prefix}compiler-rt Version: %{crt_version} -Release: 1 +Release: 2 Summary: LLVM "compiler-rt" runtime libraries License: NCSA or MIT @@ -112,6 +112,9 @@ cd _build %endif %changelog +* Mon Jun 16 2025 Peng Haitao - 18.1.8-2 +- Modify openEuler to %{vendor} + * Fri Dec 6 2024 liyunfei - 18.1.8-1 - init for Multi-Version LLVM-18.1.8