From c23f54936880b32b984c2df87fd5cfcb55dc23fd Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Fri, 29 Oct 2021 09:29:03 +0800 Subject: [PATCH] uuid.spec: Add chrpath to BuildRequires Previous commit 4dd7564 add chrpath command in install section. To avoid build issue which means someone didn't buid with OBS can buid this pack successfully, add chrpath to BuildRequires like other spec did. Signed-off-by: Chenxi Mao --- uuid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uuid.spec b/uuid.spec index f979136..b1a5094 100644 --- a/uuid.spec +++ b/uuid.spec @@ -1,6 +1,6 @@ Name: uuid Version: 1.6.2 -Release: 46 +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 @@ -176,6 +176,9 @@ 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