delete BuildRequires gdb

This commit is contained in:
chenyanpanHW 2021-08-04 21:09:43 +08:00
parent 254500df2c
commit 314959566d
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,12 +1,12 @@
Name: memleax Name: memleax
Version: 1.1.1 Version: 1.1.1
Release: 4 Release: 5
Summary: Memory lead detection tool Summary: Memory lead detection tool
License: GPLv2 License: GPLv2
URL: https://github.com/WuBingzheng/memleax URL: https://github.com/WuBingzheng/memleax
Source0: https://github.com/WuBingzheng/memleax/archive/v%{version}.tar.gz#/memleax-%{version}.tar.gz Source0: https://github.com/WuBingzheng/memleax/archive/v%{version}.tar.gz#/memleax-%{version}.tar.gz
BuildRequires: make libunwind-devel elfutils-devel gdb gcc BuildRequires: make libunwind-devel elfutils-devel gcc
%description %description
memleax debugs memory leak of a running process by attaching it. memleax debugs memory leak of a running process by attaching it.
@ -46,6 +46,9 @@ make install DESTDIR="%{buildroot}"
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.1.1-5
- DESC: delete BuildRequires gdb
* Mon Jun 28 2021 wulei <wulei80@huawei.com> - 1.1.1-4 * Mon Jun 28 2021 wulei <wulei80@huawei.com> - 1.1.1-4
- fix missing gcc - fix missing gcc