!6 依赖补齐-修复因缺少依赖导致编译失败问题
From: @wu-leilei Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
254500df2c
@ -1,12 +1,12 @@
|
|||||||
Name: memleax
|
Name: memleax
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 3
|
Release: 4
|
||||||
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
|
BuildRequires: make libunwind-devel elfutils-devel gdb 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
|
||||||
|
* Mon Jun 28 2021 wulei <wulei80@huawei.com> - 1.1.1-4
|
||||||
|
- fix missing gcc
|
||||||
|
|
||||||
* Mon Oct 19 2020 Qingqing Li <liqingqing3@huawei.com>
|
* Mon Oct 19 2020 Qingqing Li <liqingqing3@huawei.com>
|
||||||
- fix source0 error
|
- fix source0 error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user