From c6d187f13c6416003a2fd3504e5dce1c0180b3b2 Mon Sep 17 00:00:00 2001 From: Mark Goodwin Date: Wed, 16 Nov 2016 12:38:18 +1100 Subject: [PATCH] Update to latest community sources --- .gitignore | 1 + pcp.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a27e095..8fb3205 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ pcp-3.3.3-1.src.tar.gz /pcp-webjs-20160912gitcce8001.src.tar.gz /vector-20160912gitv1.1.1.tar.gz /pcp-3.11.5.src.tar.gz +/pcp-3.11.6.src.tar.gz diff --git a/pcp.spec b/pcp.spec index b08a634..181fb81 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,6 +1,6 @@ Summary: System-level performance monitoring and performance management Name: pcp -Version: 3.11.5 +Version: 3.11.6 %global buildversion 1 Release: %{buildversion}%{?dist} @@ -1224,8 +1224,10 @@ BuildRequires: libvirt-python3 %else Requires: python-pcp Requires: libvirt-python python-lxml +%if 0%{?rhel} == 0 || 0%{?rhel} > 5 BuildRequires: libvirt-python %endif +%endif %description pmda-libvirt This package contains the PCP Performance Metrics Domain Agent (PMDA) for extracting virtualisation statistics from libvirt about behaviour of guest @@ -2335,6 +2337,7 @@ cd %config(noreplace) %{_confdir}/pmlogger/control.d/local %dir %attr(0775,pcp,pcp) %{_confdir}/nssdb +%ghost %{_localstatedir}/run/pcp %{_localstatedir}/lib/pcp/config/pmafm %dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmie %{_localstatedir}/lib/pcp/config/pmie @@ -2398,10 +2401,12 @@ cd %files testsuite %defattr(-,pcpqa,pcpqa) %{_testsdir} +%if !%{disable_systemd} %config(noreplace) %{_sysconfdir}/systemd/system/pmwebd.service.d/pmwebd.conf %config(noreplace) %{_sysconfdir}/systemd/system/pmmgr.service.d/pmmgr.conf %config(noreplace) %{_sysconfdir}/systemd/system/pmcd.service.d/pmcd.conf %config(noreplace) %{_sysconfdir}/systemd/system/pmproxy.service.d/pmproxy.conf +%endif %if !%{disable_microhttpd} %files webapi @@ -2699,6 +2704,12 @@ cd %endif %changelog +* Fri Nov 11 2016 Mark Goodwin - 3.11.6-1 +- Optimize DSO lookups for local context mode startup (BZ 1275293) +- Correct return code for derive metric help text (BZ 1336208) +- Improve pmrep metrics collection via extend_indom (BZ 1377464) +- Fix network.interface.speed value extraction (BZ 1379431) + * Mon Sep 26 2016 Mark Goodwin - 3.11.5-1 - Allow systemd-based auto-restart of all daemons (BZ 1365658) - Ensure pmieconf and pmlogconf handle empty files (BZ 1249123) diff --git a/sources b/sources index 16e9178..496ebe9 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -96a03ce0f879641b86ec901710b7aa3d pcp-3.11.5.src.tar.gz +a74cc3eba7b8bb5b53feb35e14f44ea0 pcp-3.11.6.src.tar.gz 286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160912gitcce8001.src.tar.gz 66305b9f97b1f31334a7f85a9048ec34 vector-20160912gitv1.1.1.tar.gz