diff --git a/librabbitmq.spec b/librabbitmq.spec index 765f6ba..6831261 100644 --- a/librabbitmq.spec +++ b/librabbitmq.spec @@ -17,7 +17,7 @@ Name: %{libname} Summary: Client library for AMQP Version: 0.10.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: https://github.com/alanxz/rabbitmq-c @@ -30,6 +30,7 @@ BuildRequires: openssl-devel BuildRequires: popt-devel > 1.14 # For man page BuildRequires: xmlto +BuildRequires: make %description @@ -126,6 +127,9 @@ make test %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.10.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Aug 13 2020 Remi Collet - 0.10.0-3 - fix cmake macros usage, FTBFS #1863670