!128 Add requires pcp-zeroconf to pcp-system-tools

From: @lyn1001 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-10-29 11:15:17 +00:00 committed by Gitee
commit d390e88c16
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: pcp
Version: 6.2.2
Release: 4
Release: 5
Summary: System-level performance monitoring and performance management
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND CC-BY-3.0
URL: https://pcp.io
@ -2023,6 +2023,7 @@ License: GPL-2.0-or-later
Summary: Performance Co-Pilot (PCP) System and Monitoring Tools
URL: https://pcp.io
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
Requires: pcp-zeroconf = %{version}-%{release}
%if !%{disable_python3}
%if !%{disable_python3}
Requires: python3-pcp = %{version}-%{release}
@ -3193,6 +3194,9 @@ fi
%changelog
* Tue Oct 29 2024 liyanan <liyanan61@h-partners.com> - 6.2.2-5
- Add requires pcp-zeroconf to pcp-system-tools
* Mon Oct 14 2024 wangkai <13474090681@163.com> - 6.2.2-4
- Fix CVE-2024-45769,CVE-2024-45770
- Fix buffer sizing checks in pmstore PDU handling (RHEL-57805)