From 0b066e35f7f11186ba59310f16b2e638884da462 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Feb 2018 10:29:17 +0100 Subject: [PATCH] missing BR on C compiler --- librabbitmq.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/librabbitmq.spec b/librabbitmq.spec index 5f11102..e8f4483 100644 --- a/librabbitmq.spec +++ b/librabbitmq.spec @@ -17,12 +17,13 @@ Name: %{libname} Summary: Client library for AMQP Version: 0.8.0 -Release: 6%{?dist} +Release: 7%{?dist} License: MIT URL: https://github.com/alanxz/rabbitmq-c Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +BuildRequires: gcc BuildRequires: cmake > 2.8 BuildRequires: openssl-devel # For tools @@ -109,6 +110,9 @@ make test %changelog +* Tue Feb 20 2018 Remi Collet - 0.8.0-7 +- missing BR on C compiler + * Thu Feb 15 2018 Remi Collet - 0.8.0-6 - drop ldconfig scriptlets