From 60b8f9def52f9629671a898d207bc4e867b75c1e Mon Sep 17 00:00:00 2001 From: Milivoje Legenovic Date: Feb 14 2021 16:25:18 +0000 Subject: Added missing dependency Signed-off-by: Milivoje Legenovic --- diff --git a/activemq-cpp.spec b/activemq-cpp.spec index f755052..3dc2df3 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -1,6 +1,6 @@ Name: activemq-cpp Version: 3.9.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C++ implementation of JMS-like messaging client License: ASL 2.0 @@ -9,7 +9,7 @@ Source0: https://www.apache.org/dist/activemq/activemq-cpp/%{version}/act Patch0: activemq-cpp-3.8.2-system-zlib.patch Patch1: thread-handle-leak.patch -BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: glibc-devel BuildRequires: openssl-devel BuildRequires: zlib-devel