From 78f49d9d998452ebe7d3ce0a3703f2d34652bf05 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 2 Aug 2022 14:29:16 +0800 Subject: [PATCH] sync release from 22.03 to 22.09 (cherry picked from commit b8ea4aae2c0fc308dbfbd822c5bec117daf18fa6) --- uuid.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/uuid.spec b/uuid.spec index bf125e8..b1a5094 100644 --- a/uuid.spec +++ b/uuid.spec @@ -1,6 +1,6 @@ Name: uuid Version: 1.6.2 -Release: 45 +Release: 47 Summary: Universally Unique Identifier library License: MIT URL: http://www.ossp.org/pkg/lib/uuid/ @@ -12,7 +12,7 @@ Patch0004: uuid-1.6.2-hwaddr.patch Patch0005: uuid-1.6.2-nostrip.patch Patch0006: uuid-1.6.2-manfix.patch Patch0007: uuid-aarch64.patch -BuildRequires: libtool gcc-c++ +BuildRequires: libtool gcc-c++ chrpath Obsoletes: %{name}-pgsql < 1.6.2-24 %description @@ -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,12 @@ popd %{_mandir}/man3/* %changelog +* Fri Oct 29 2021 Chenxi Mao - 1.6.2-47 +- Add chrpath to BuildRequires + +* 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