From 6ca039b253fbe055717962424f4daee2499c94ba Mon Sep 17 00:00:00 2001 From: z30030623 Date: Thu, 27 Jul 2023 20:30:34 +0800 Subject: [PATCH] modify install path Signed-off-by: zhangwuji --- lld.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lld.spec b/lld.spec index f67e259..5211ffa 100644 --- a/lld.spec +++ b/lld.spec @@ -32,7 +32,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 1 +Release: 2 Summary: The LLVM Linker License: NCSA @@ -125,5 +125,8 @@ cd _build %{install_libdir}/liblld*.so.* %changelog +* Thu July 27 2023 zhangwuji - 12.0.1-2 +- modify install path + * Thu May 25 2023 cf-zhao - 12.0.1-1 - Package init