From 04b1fce391b27c867e6dac6488c16ba951b51de9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 12 2020 10:10:03 +0000 Subject: import pcp-5.2.2-1.el8 --- diff --git a/.gitignore b/.gitignore index cf495d2..deb8ead 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/pcp-5.2.1.src.tar.gz +SOURCES/pcp-5.2.2.src.tar.gz diff --git a/.pcp.metadata b/.pcp.metadata index a4c8370..e4aef64 100644 --- a/.pcp.metadata +++ b/.pcp.metadata @@ -1 +1 @@ -b514d7be6200caef6957571ab880db2f9815d774 SOURCES/pcp-5.2.1.src.tar.gz +aafb28965f5b1c8034116890f9eeaac59cece74b SOURCES/pcp-5.2.2.src.tar.gz diff --git a/SPECS/pcp.spec b/SPECS/pcp.spec index 4972dca..fea9612 100644 --- a/SPECS/pcp.spec +++ b/SPECS/pcp.spec @@ -1,6 +1,6 @@ Name: pcp -Version: 5.2.1 -Release: 2%{?dist} +Version: 5.2.2 +Release: 1%{?dist} Summary: System-level performance monitoring and performance management License: GPLv2+ and LGPLv2+ and CC-BY URL: https://pcp.io @@ -1777,8 +1777,14 @@ URL: https://pcp.io Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release} %if !%{disable_python3} Requires: python3-pcp +%if 0%{?rhel} == 0 +Requires: python3-pyodbc +%endif %else Requires: %{__python2}-pcp +%if 0%{?rhel} == 0 +Requires: %{__python2}-pyodbc +%endif %endif %description pmda-mssql This package contains the PCP Performance Metrics Domain Agent (PMDA) for @@ -2889,6 +2895,7 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null %config %{_sysconfdir}/pcp.env %dir %{_confdir}/labels %dir %{_confdir}/labels/optional +%config(noreplace) %{_confdir}/labels.conf %dir %{_confdir}/pipe.conf.d %dir %{_confdir}/pmcd %config(noreplace) %{_confdir}/pmcd/pmcd.conf @@ -3432,12 +3439,20 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null %endif %changelog +* Wed Nov 11 2020 Nathan Scott - 5.2.2-1 +- Add online help text for PCP derived metrics (BZ 1670029) +- Add process accounting metrics and pcp-atop support (BZ 1814526) +- Fix pmchart recorded archive folio host names (BZ 1824403) +- Fix selinux issue with secure pmcd connections (BZ 1857396) +- Extend pmlogger_daily script compression docs (BZ 1880392) +- perfevent support for hv_24x7/hv_gpci dynamic events (BZ 1889613) +- Improve pmlogger multiple remote node setups (BZ 1892326) + * Tue Sep 29 2020 Nathan Scott - 5.2.1-2 - Fix rpm spec permissions for pmie and sa directories (BZ 1882615) - Add versioned rpm spec dependencies for pcp-zeroconf (BZ 1882664) * Fri Sep 25 2020 Nathan Scott - 5.2.1-1 -- Add online help text for PCP derived metrics (BZ 1670029) - Iteractive mode in pcp-atop for time intervals (BZ 1806824) - Add branch-to-specific-time feature in pcp-atop (BZ 1806927) - Fix hostname written to archive folio by pmchart (BZ 1824403)