!62 给pcp-system-tools添加pcp-zeroconf安装依赖解决pcp-pidstat命令报错

From: @wk333 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-02-28 03:28:36 +00:00 committed by Gitee
commit 11f0027429
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -53,7 +53,7 @@
Name: pcp
Version: 5.3.5
Summary: System-level performance monitoring and performance management
Release: 2
Release: 3
License: GPLv2+ and LGPLv2.1+ and CC-BY
URL: https://pcp.io
Source0: https://github.com/performancecopilot/pcp/archive/refs/tags/5.3.5.tar.gz
@ -1002,6 +1002,7 @@ tool and Performance Metric Domain Agent (PMDA) collector tool written in Python
Summary: Performance Co-Pilot (PCP) System and Monitoring Tools
License: GPLv2+
Requires: python3-pcp = %{version}-%{release} pcp = %{version}-%{release}
Requires: pcp-zeroconf = %{version}-%{release}
Provides: /usr/bin/dstat dstat = %{version}-%{release}
%description system-tools
This PCP module contains additional system monitoring tools written
@ -1927,6 +1928,9 @@ systemctl condrestart pmproxy.service >/dev/null 2>&1
%changelog
* Sat Feb 26 2022 wangkai <wangkai385@huawei.com> - 5.3.5-3
- Add requires pcp-zeroconf to pcp-system-tools
* Fri Feb 18 2022 baizhonggui <baizhonggui@huawei.com> - 5.3.5-2
- Fix systemctl stop failed by removing Wants=pmcd.service from pmlogger.service and pmie.service