From c1a76958ec44eb19cb40404a031eb3de373ce859 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 14 Jan 2025 20:32:44 +0800 Subject: [PATCH] use obsolute path create soft link file --- valgrind.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/valgrind.spec b/valgrind.spec index 2c971ff..f6fe29b 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -13,7 +13,7 @@ Name: valgrind Version: 3.16.0 -Release: 6 +Release: 7 Epoch: 1 Summary: An instrumentation framework for building dynamic analysis tools License: GPLv2+ @@ -74,7 +74,7 @@ mkdir -p ../../lib/valgrind for i in *-%{arch_val}-*;do j=`echo $i | sed 's/-%{arch_val}-/-%{arch_old_val}-/'` ln -sf $i $j - ln -sf $i ../../lib/valgrind/$j + ln -sf %{_libdir}/valgrind/$i ../../lib/valgrind/$j done %endif popd @@ -106,6 +106,12 @@ popd %{_mandir}/man1/* %changelog +* Tue Jan 14 2025 Ge Wang - 1:3.16.0-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:x86_64: use obsolute path create soft link file + * Tue Jan 07 2025 Ge Wang - 1:3.16.0-6 - Type:bugfix - ID:NA -- Gitee