!8 add gcc-c++ to BuildRequires

From: @wangchen2020
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-06-07 10:31:23 +08:00 committed by Gitee
commit 66df7193f9

View File

@ -1,7 +1,7 @@
# -*- rpm-spec from http://elfutils.org/ -*- # -*- rpm-spec from http://elfutils.org/ -*-
Name: elfutils Name: elfutils
Version: 0.182 Version: 0.182
Release: 1 Release: 2
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
URL: http://elfutils.org/ URL: http://elfutils.org/
License: GPLv3+ and (GPLv2+ or LGPLv3+) License: GPLv3+ and (GPLv2+ or LGPLv3+)
@ -11,7 +11,7 @@ Obsoletes: elfutils-libelf elfutils-default-yama-scope elfutils-libs
Requires: glibc >= 2.7 libstdc++ Requires: glibc >= 2.7 libstdc++
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: gcc >= 4.1.2-33 m4 zlib-devel gdb-headless BuildRequires: gcc >= 4.1.2-33 m4 zlib-devel gdb-headless gcc-c++
#for debuginfod #for debuginfod
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33 BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
@ -233,6 +233,12 @@ exit 0
%systemd_postun_with_restart debuginfod.service %systemd_postun_with_restart debuginfod.service
%changelog %changelog
* Sat Jun 5 2021 wangchen <wangchen137@huawei.com> - 0.182-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add gcc-c++ to BuildRequires
* Tue Jan 26 2021 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 0.182-1 * Tue Jan 26 2021 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 0.182-1
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA