From 97206f74a1aaf883660cb6b53fb91388f3518412 Mon Sep 17 00:00:00 2001 From: wangqiang Date: Wed, 15 Oct 2025 17:23:46 +0800 Subject: [PATCH] Replaced the hardcoded /opt/openEuler path with /opt/\%{_vendor} --- llvm-toolset-19.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm-toolset-19.spec b/llvm-toolset-19.spec index 9181d96..bbd53dd 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 -- Gitee