diff --git a/llvm-toolset-19.spec b/llvm-toolset-19.spec index 9181d96cb3013a4e7ae7febbef1a1bae66427c21..bbd53dd562d56b2cdea9b9e94bd01e39a178565b 100644 --- a/llvm-toolset-19.spec +++ b/llvm-toolset-19.spec @@ -55,7 +55,7 @@ %global pkg_suffix %{nil} %global exec_suffix %{nil} %else -%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}} @@ -160,7 +160,7 @@ #region main package Name: llvm-toolset-%{maj_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 13 +Release: 14 Summary: The Low Level Virtual Machine License: NCSA @@ -2960,6 +2960,9 @@ fi #endregion files %changelog +* Tue Oct 14 2025 wangqiang - 19.1.7-14 +- Replaced the hardcoded /opt/openEuler path with /opt/\%{_vendor} + * Mon Oct 13 2025 wangqiang - 19.1.7-13 - Fix a macro expand issue