From 3699d0e3d202d0a92df63dcefb1be8578b6d5399 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 8 Jun 2021 09:47:09 +0800 Subject: [PATCH] fixes failed: gcc: command not found --- libcareplus.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcareplus.spec b/libcareplus.spec index c886568..e82a5a9 100644 --- a/libcareplus.spec +++ b/libcareplus.spec @@ -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 - 0.1.4-4 +- fixes failed: gcc: command not found + * Tue Feb 09 2021 Jiajie Li - 0.1.4-3 - Add basic support libcareplus on aarch64 -- Gitee