From 42373308308961b2be4ea0ed1cb5429c3c86d240 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Feb 2018 10:30:08 +0100 Subject: missing BR on C compiler --- librabbitmq.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/librabbitmq.spec b/librabbitmq.spec index 6b80039..ac1dc95 100644 --- a/librabbitmq.spec +++ b/librabbitmq.spec @@ -26,12 +26,13 @@ Name: %{libname} %endif Summary: Client library for AMQP Version: 0.8.0 -Release: 1%{?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: popt-devel BuildRequires: openssl-devel @@ -143,6 +144,10 @@ make test %changelog +* Tue Feb 20 2018 Remi Collet - 0.8.0-7 +- missing BR on C compiler +- drop ldconfig scriptlets + * Tue Apr 12 2016 Remi Collet - 0.8.0-1 - update to 0.8.0 -- cgit