From 93221197a2bfa4e5ac2ef24c0413340f7d7ee96d Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 2 Jun 2021 10:57:32 +0800 Subject: [PATCH] add build requires --- cmocka.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmocka.spec b/cmocka.spec index 0079a9e..91fdf08 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -1,6 +1,6 @@ Name: cmocka Version: 1.1.5 -Release: 2 +Release: 3 License: ASL 2.0 Summary: An elegant unit testing framework for C with support for mock objects @@ -8,7 +8,7 @@ URL: https://cmocka.org Source0: https://cmocka.org/files/1.1/%{name}-%{version}.tar.xz -BuildRequires: cmake doxygen glibc-devel gnupg2 +BuildRequires: cmake doxygen glibc-devel gnupg2 gcc %description Cmocka is an elegant unit testing framework for C with support for mock objects. @@ -90,6 +90,9 @@ cd ../ %{_libdir}/libcmocka-static.a %changelog +* Mon May 31 2021 baizhonggui - 1.1.5-3 +- Add gcc in BuildRequires + * Fri Jan 10 2020 chenli - 1.1.5-2 - Update version. -- Gitee