!7 Delete unnecessary gdb from BuildRequires

From: @wangchen2020
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-07-22 08:41:39 +00:00 committed by Gitee
commit d975af104e

View File

@ -1,12 +1,12 @@
Name: gc
Version: 8.0.4
Release: 3
Release: 4
Summary: A garbage collector for C and C++
License: BSD and GPLv1+
Url: http://www.hboehm.info/gc/
Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}.tar.gz
BuildRequires: gcc gcc-c++ libtool libatomic_ops-devel gdb
BuildRequires: gcc gcc-c++ libtool libatomic_ops-devel
%description
The Boehm-Demers-Weiser conservative garbage collector can be
@ -72,6 +72,9 @@ make check
%changelog
* Thu Jul 22 2021 wangchen<wangchen137@huawei.com> - 8.0.4-4
- Deleta unnecessary gdb from BuildRequires
* Fri Jun 4 2021 panxiaohe<panxiaohe@huawei.com> - 8.0.4-3
- add gcc-c++ to BuildRequires to use c++ command