!10 add gdb to buildrequires for testsuite

From: @renxichen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-03-08 03:17:18 +00:00 committed by Gitee
commit ff03e4c19a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: dwz
Version: 0.14
Release: 2
Release: 3
Summary: A DWARF optimization and duplicate removal tool
License: GPLv2+ and GPLv3+
URL: https://sourceware.org/dwz/
@ -8,7 +8,7 @@ Source0:https://sourceware.org/ftp/dwz/releases/%{name}-%{version}.tar.xz
Patch1: testsuite-Handle-readelf-following-links-by-default.patch
BuildRequires:gcc elfutils-libelf-devel dejagnu gcc-c++
BuildRequires:gcc elfutils-libelf-devel dejagnu gcc-c++ gdb
%description
The package contains a program that attempts to optimize DWARF debugging
@ -54,6 +54,12 @@ make check
%{_mandir}/man1/dwz*
%changelog
* Mon Mar 07 2022 renhongxun <renhongxun@h-partners.com> - 0.14-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add buildrequires for testcase
* Mon Jan 10 2022 renhongxun <renhongxun@huawei.com> - 0.14-2
- Type:bugfix
- ID:NA