From 4d2849d8d6379b4dd47d974e6ba5bf0cb157959b Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 8 Jun 2021 14:13:39 +0800 Subject: [PATCH] fixes failed: No CMAKE_C_COMPILER could be found --- librabbitmq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/librabbitmq.spec b/librabbitmq.spec index 8936e9f..c790ef3 100644 --- a/librabbitmq.spec +++ b/librabbitmq.spec @@ -4,7 +4,7 @@ Name: librabbitmq Version: 0.9.0 -Release: 4 +Release: 5 Summary: The AMQP client library License: MIT URL: https://github.com/alanxz/rabbitmq-c @@ -14,7 +14,7 @@ Patch0000: CVE-2019-18609.patch BuildRequires: cmake > 2.8 BuildRequires: popt-devel > 1.14 -BuildRequires: openssl-devel xmlto git +BuildRequires: openssl-devel xmlto git gcc Provides: %{name}-tools Obsoletes: %{name}-tools @@ -67,6 +67,9 @@ make test %changelog +* Tue Jun 08 2021 wulei - 0.9.0-5 +- fixes failed: No CMAKE_C_COMPILER could be found + * Wed Sep 16 2020 zhanghua - 0.9.0-4 - Fix CVE-2019-18609