From 659888e3b4c19be765a7355e31d846894070e8f9 Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Fri, 29 Oct 2021 10:06:09 +0800 Subject: [PATCH] dwz.spec: Add gdb to BuildRequires Add gdb BuildRequires to make build happy. Signed-off-by: Chenxi Mao --- dwz.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dwz.spec b/dwz.spec index 97673d1..7074257 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,11 +1,11 @@ Name: dwz Version: 0.14 -Release: 1 +Release: 2 Summary: A DWARF optimization and duplicate removal tool License: GPLv2+ and GPLv3+ URL: https://sourceware.org/dwz/ Source0:https://sourceware.org/ftp/dwz/releases/%{name}-%{version}.tar.xz -BuildRequires:gcc elfutils-libelf-devel dejagnu +BuildRequires:gcc gdb elfutils-libelf-devel dejagnu %description The package contains a program that attempts to optimize DWARF debugging @@ -51,6 +51,12 @@ make check %{_mandir}/man1/dwz* %changelog +* Fri Oct 29 2021 Chenxi Mao - 0.14-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Add gdb to BuildRequires + * Sat Jul 24 2021 shixuantong - 0.14-1 - Type:bugfix - ID:NA -- Gitee