!71 【轻量级 PR】:fix: add Requires in libcareplus.spec

From: @lvgenggeng 
Reviewed-by: @yezengruan 
Signed-off-by: @yezengruan
This commit is contained in:
openeuler-ci-bot 2023-01-06 02:50:03 +00:00 committed by Gitee
commit 94f20fc7d8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Version: 1.0.0
Name: libcareplus
Summary: LibcarePlus tools
Release: 13
Release: 14
Group: Applications/System
License: GPLv2
Url: https://gitee.com/openeuler/libcareplus
@ -33,6 +33,7 @@ Patch0020: 0020-fix-probably-restore-cc-symbol-link-fail-when-kill-p.patch
Patch0021: 0021-do-not-print-awk-warning-in-libcare-patch-make.patch
BuildRequires: elfutils-libelf-devel libunwind-devel gcc systemd
Requires: binutils elfutils elfutils-libelf-devel libunwind-devel
%if 0%{with selinux}
BuildRequires: checkpolicy
@ -168,6 +169,9 @@ exit 0
%endif
%changelog
* Fri Jan 6 2023 lvgenggeng <lvgenggeng@uniontech.com> 1.0.0-14
* fix runtime dependencies
* Fri Sep 16 2022 yezengruan <yezengruan@huawei.com> 1.0.0-13
- do not print awk warning in libcare-patch-make