From 2855b437f7e89f9e076bd2eab9e5d5fd2419bd83 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 5 Sep 2024 03:41:44 +0300 Subject: [PATCH] import pcp-6.2.0-3.el9_4 --- .gitignore | 1 + .pcp.metadata | 1 + SPECS/pcp.spec | 6 +++++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee9c73c..5e82a40 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ SOURCES/pcp-6.2.0.src.tar.gz +SOURCES/redhat-issues-RHEL-50693-hacluster-metrics-update.patch diff --git a/.pcp.metadata b/.pcp.metadata index 2dc0110..c9a02bb 100644 --- a/.pcp.metadata +++ b/.pcp.metadata @@ -1 +1,2 @@ 617d0e505af5f253080effb6701e089fc02e7379 SOURCES/pcp-6.2.0.src.tar.gz +17b4396eb6593178f6c29db6f0eb01234eb6dba0 SOURCES/redhat-issues-RHEL-50693-hacluster-metrics-update.patch diff --git a/SPECS/pcp.spec b/SPECS/pcp.spec index b19e431..a876b04 100644 --- a/SPECS/pcp.spec +++ b/SPECS/pcp.spec @@ -1,6 +1,6 @@ Name: pcp Version: 6.2.0 -Release: 2%{?dist} +Release: 3%{?dist} 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 @@ -9,6 +9,7 @@ Source0: https://github.com/performancecopilot/pcp/releases/pcp-%{version}.src.t Patch1: redhat-issues-RHEL-2317-default-archive-version.patch Patch2: redhat-issues-RHEL-30719-pmproxy-resp-proxy-disabled.patch +Patch3: redhat-issues-RHEL-50693-hacluster-metrics-update.patch %if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 ExcludeArch: %{ix86} @@ -3493,6 +3494,9 @@ fi %files zeroconf -f pcp-zeroconf-files.rpm %changelog +* Thu Aug 08 2024 Nathan Scott - 6.2.0-3 +- Update hacluster PMDA for pacemaker 2.1.6 crm_mon (RHEL-50693) + * Wed Apr 17 2024 Nathan Scott - 6.2.0-2 - Disable RESP proxying by default in pmproxy (RHEL-30719)