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