!62 给pcp-system-tools添加pcp-zeroconf安装依赖解决pcp-pidstat命令报错
From: @wk333 Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
11f0027429
6
pcp.spec
6
pcp.spec
@ -53,7 +53,7 @@
|
|||||||
Name: pcp
|
Name: pcp
|
||||||
Version: 5.3.5
|
Version: 5.3.5
|
||||||
Summary: System-level performance monitoring and performance management
|
Summary: System-level performance monitoring and performance management
|
||||||
Release: 2
|
Release: 3
|
||||||
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://github.com/performancecopilot/pcp/archive/refs/tags/5.3.5.tar.gz
|
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
|
Summary: Performance Co-Pilot (PCP) System and Monitoring Tools
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Requires: python3-pcp = %{version}-%{release} pcp = %{version}-%{release}
|
Requires: python3-pcp = %{version}-%{release} pcp = %{version}-%{release}
|
||||||
|
Requires: pcp-zeroconf = %{version}-%{release}
|
||||||
Provides: /usr/bin/dstat dstat = %{version}-%{release}
|
Provides: /usr/bin/dstat dstat = %{version}-%{release}
|
||||||
%description system-tools
|
%description system-tools
|
||||||
This PCP module contains additional system monitoring tools written
|
This PCP module contains additional system monitoring tools written
|
||||||
@ -1927,6 +1928,9 @@ systemctl condrestart pmproxy.service >/dev/null 2>&1
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Fix systemctl stop failed by removing Wants=pmcd.service from pmlogger.service and pmie.service
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user