From 0d48ec8f4c39cc0df0979cd5a690e973d80aef9e Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Sat, 5 Jun 2021 15:33:19 +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..76fd9cf 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+) @@ -9,7 +9,7 @@ Source: ftp://sourceware.org/pub/elfutils/%{version}/elfutils-%{version}.tar.bz2 Provides: elfutils-libelf elfutils-default-yama-scope default-yama-scope elfutils-libs Obsoletes: elfutils-libelf elfutils-default-yama-scope elfutils-libs -Requires: glibc >= 2.7 libstdc++ +Requires: glibc >= 2.7 libstdc++ gcc-c++ BuildRoot: %{_tmppath}/%{name}-root BuildRequires: gcc >= 4.1.2-33 m4 zlib-devel gdb-headless @@ -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