fixes failed: No CMAKE_C_COMPILER could be found

This commit is contained in:
wu-leilei 2021-06-08 14:13:39 +08:00
parent 42c0c6a842
commit 4d2849d8d6

View File

@ -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 <wulei80@huawei.com> - 0.9.0-5
- fixes failed: No CMAKE_C_COMPILER could be found
* Wed Sep 16 2020 zhanghua <zhanghua40@huawei.com> - 0.9.0-4
- Fix CVE-2019-18609