From 4dd756403ea0ba0f4b9ef3211182ce65bd3c6718 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 9 Sep 2021 17:27:19 +0800 Subject: [PATCH] remove rpath --- uuid.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/uuid.spec b/uuid.spec index bf125e8..f979136 100644 --- a/uuid.spec +++ b/uuid.spec @@ -1,6 +1,6 @@ Name: uuid Version: 1.6.2 -Release: 45 +Release: 46 Summary: Universally Unique Identifier library License: MIT URL: http://www.ossp.org/pkg/lib/uuid/ @@ -111,6 +111,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* popd +chrpath -d %{buildroot}/%{_bindir}/%{name} + %check make check @@ -174,6 +176,9 @@ popd %{_mandir}/man3/* %changelog +* Wed Sep 9 2021 caodongxia - 1.6.2-46 +- Remove rpath + * Mon May 31 2021 huanghaitao - 1.6.2-45 - Completing build dependencies to fix gcc-c++ compiler missing error