!6 修复因缺少依赖导致编译失败问题

From: @wu-leilei
Reviewed-by: @hht8,@zhanghailiang_lucky
Signed-off-by: @zhanghailiang_lucky
This commit is contained in:
openeuler-ci-bot 2021-06-15 02:45:33 +00:00 committed by Gitee
commit 9517c959f6

View File

@ -1,7 +1,7 @@
Version: 0.1.4
Name: libcareplus
Summary: LibcarePlus tools
Release: 3
Release: 4
Group: Applications/System
License: GPLv2
Url: https://gitee.com/openeuler/libcareplus
@ -55,7 +55,7 @@ Patch0045: 0044-kpatch_ptrace-Split-function-kpatch_syscall_remote.patch
Patch0046: 0045-kpatch_ptrace-Split-function-wait_for_mmap.patch
Patch0047: 0046-kpatch_ptrace-Split-function-kpatch_ptrace_kickstart.patch
BuildRequires: elfutils-libelf-devel libunwind-devel
BuildRequires: elfutils-libelf-devel libunwind-devel gcc systemd
%if 0%{with selinux}
BuildRequires: checkpolicy
@ -210,6 +210,9 @@ exit 0
%endif
%changelog
* Tue Jun 08 2021 wulei <wulei80@huawei.com> - 0.1.4-4
- fixes failed: gcc: command not found
* Tue Feb 09 2021 Jiajie Li <lijiajie11@huawei.com> - 0.1.4-3
- Add basic support libcareplus on aarch64