!41 Change require to python3-bpfcc

From: @ultra_planet
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-11-09 16:55:56 +08:00 committed by Gitee
commit 264e01adea

View File

@ -11,7 +11,7 @@
Name: pcp Name: pcp
Version: 4.1.3 Version: 4.1.3
Summary: System-level performance monitoring and performance management Summary: System-level performance monitoring and performance management
Release: 14 Release: 15
License: GPLv2+ and LGPLv2.1+ and CC-BY License: GPLv2+ and LGPLv2.1+ and CC-BY
URL: https://pcp.io URL: https://pcp.io
Source0: https://dl.bintray.com/pcp/source/pcp-4.1.3.tar.gz Source0: https://dl.bintray.com/pcp/source/pcp-4.1.3.tar.gz
@ -556,7 +556,7 @@ gathering metrics about the Device Mapper Cache and Thin Client.
%package pmda-bcc %package pmda-bcc
Summary: Performance Co-Pilot (PCP) metrics from eBPF/BCC modules Summary: Performance Co-Pilot (PCP) metrics from eBPF/BCC modules
License: ASL 2.0 and GPLv2+ License: ASL 2.0 and GPLv2+
Requires: python3-bcc python3-pcp Requires: python3-bpfcc python3-pcp
%description pmda-bcc %description pmda-bcc
This package collects metrics about eBPF/BCC Python modules. This package collects metrics about eBPF/BCC Python modules.
%endif %endif
@ -2218,6 +2218,9 @@ fi
%config(noreplace) /etc/pcp/pmrep/* %config(noreplace) /etc/pcp/pmrep/*
%changelog %changelog
* Mon Nov 09 2020 lingsheng <lingsheng@huawei.com> - 4.1.3-15
- Change require to python3-bpfcc
* Wed Oct 21 2020 wangxiao <wangxiao65@huawei.com> - 4.1.3-14 * Wed Oct 21 2020 wangxiao <wangxiao65@huawei.com> - 4.1.3-14
- drop python2 subpackage - drop python2 subpackage