From cc50d190a379b6dfd22039b25274161de012b96b Mon Sep 17 00:00:00 2001 From: xh Date: Fri, 14 Feb 2025 06:01:25 +0000 Subject: [PATCH] remove rpath --- abseil-cpp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 1007288..9a1a55d 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -6,7 +6,7 @@ Name: abseil-cpp Version: 20240722.1 -Release: 1 +Release: 2 Summary: C++ Common Libraries License: Apache-2.0 @@ -55,6 +55,7 @@ Development headers for %{name} %install %cmake_install +%chrpath_delete %files %license LICENSE @@ -159,6 +160,12 @@ Development headers for %{name} %{_libdir}/pkgconfig/*.pc %changelog +* Fri Feb 14 2025 xinghe - 20240722.1-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove rpath + * Sun Jan 26 2025 Funda Wang - 20240722.1-1 - update to 20240722.1 -- Gitee