From 0fa300d5db540e85b7832496bdc91b74172508fb Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Sat, 5 Jun 2021 15:19:55 +0800 Subject: [PATCH] add gcc-c++ to BuildRequires --- elfutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 4b23677..6fcecd3 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.180 -Release: 1 +Release: 2 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -12,7 +12,7 @@ Obsoletes: elfutils-libelf elfutils-default-yama-scope elfutils-libs Requires: glibc >= 2.7 libstdc++ 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 BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33 @@ -231,6 +231,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Sat Jun 5 2021 wangchen - 0.180-2 +- add gcc-c++ to BuildRequires + * Thu Aug 6 2020 zhangguangzhi - 0.180-1 - update to 0.180 -- Gitee