From 20866bf32c9570b1f14b66a4a945c6b0e8d97057 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 7 Jun 2021 10:12:06 +0800 Subject: [PATCH] Completing build dependencies to fix gcc-c++ compiler missing error --- uuid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uuid.spec b/uuid.spec index 666a621..bf125e8 100644 --- a/uuid.spec +++ b/uuid.spec @@ -1,6 +1,6 @@ Name: uuid Version: 1.6.2 -Release: 44 +Release: 45 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 +BuildRequires: libtool gcc-c++ Obsoletes: %{name}-pgsql < 1.6.2-24 %description @@ -174,6 +174,9 @@ popd %{_mandir}/man3/* %changelog +* Mon May 31 2021 huanghaitao - 1.6.2-45 +- Completing build dependencies to fix gcc-c++ compiler missing error + * Mon Jun 8 2020 chengzihan - 1.6.2-44 - Disable designated LIBTOOL directory in %make_build