From 776ce5185b205dd6e7d4573ae034f71ed9d5a1fa Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 9 Nov 2020 15:23:51 +0800 Subject: [PATCH] Change require to python3-bpfcc --- pcp.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pcp.spec b/pcp.spec index 97e4a18..e935e8b 100644 --- a/pcp.spec +++ b/pcp.spec @@ -9,7 +9,7 @@ Name: pcp Version: 4.1.3 Summary: System-level performance monitoring and performance management -Release: 9 +Release: 10 License: GPLv2+ and LGPLv2.1+ and CC-BY URL: https://pcp.io Source0: https://dl.bintray.com/pcp/source/pcp-4.1.3.tar.gz @@ -548,7 +548,7 @@ gathering metrics about the Device Mapper Cache and Thin Client. %package pmda-bcc Summary: Performance Co-Pilot (PCP) metrics from eBPF/BCC modules License: ASL 2.0 and GPLv2+ -Requires: python3-bcc python3-pcp +Requires: python3-bpfcc python3-pcp %description pmda-bcc This package collects metrics about eBPF/BCC Python modules. %endif @@ -2213,10 +2213,13 @@ fi %config(noreplace) /etc/pcp/pmrep/* %changelog -* Fri Aug 28 2020 lingsheng - 4.1.3-9 +* Mon Nov 09 2020 lingsheng - 4.1.3-10 +- Change require to python3-bpfcc + +* Fri Aug 28 2020 lingsheng - 4.1.3-9 - Fix .NeedRebuild unfound when removing rpm -* Tue Aug 18 2020 senlin - 4.1.3-8 +* Tue Aug 18 2020 senlin - 4.1.3-8 - add release for update * Tue Aug 18 2020 lingsheng - 4.1.3-7 -- Gitee