Add requires pcp-zeroconf to pcp-system-tools

This commit is contained in:
wk333 2022-02-26 18:46:46 +08:00
parent 9b41a736d3
commit 0000389f98

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