From 615d4d022acfc455fd035dd40862226bc931bd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:30:46 +0200 Subject: [PATCH 01/11] Mandatory Perl build-requires added --- pcp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcp.spec b/pcp.spec index ce18174..ec78e2b 100644 --- a/pcp.spec +++ b/pcp.spec @@ -141,7 +141,7 @@ BuildRequires: cairo-devel %if !%{disable_sdt} BuildRequires: systemtap-sdt-devel %endif -BuildRequires: perl-devel perl(ExtUtils::MakeMaker) +BuildRequires: perl-devel perl-generators perl(ExtUtils::MakeMaker) BuildRequires: initscripts man %if !%{disable_systemd} BuildRequires: systemd-devel From 2b03366fb5b342ced1956ecf8ec47c82365792a3 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Wed, 29 Jun 2016 10:52:06 -0400 Subject: [PATCH 02/11] Automated weekly pcp rawhide release: 0.20160629git25d9bd6 --- .gitignore | 3 +++ pcp.spec | 21 ++++++++++++++------- sources | 6 +++--- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 67bee60..7e2089f 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,6 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.3.src.tar.gz /pcp-webjs-3.11.2.tar.gz /vector-1.1.0.tar.gz +/pcp-3.11.4-0.20160629git25d9bd6.tar.gz +/pcp-webjs-20160629gitcce8001.src.tar.gz +/vector-20160629git6d01399.tar.gz diff --git a/pcp.spec b/pcp.spec index ec78e2b..13fe9a3 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,18 +1,18 @@ Summary: System-level performance monitoring and performance management Name: pcp -Version: 3.11.3 -%global buildversion 1 +Version: 3.11.4 +%global buildversion 0 -Release: %{buildversion}%{?dist} +Release: 0.20160629git25d9bd6%{?dist} License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System # https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz -Source0: %{name}-%{version}.src.tar.gz +Source0: %{name}-%{version}-0.20160629git25d9bd6.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: vector-1.1.0.tar.gz +Source1: pcp-webjs-20160629gitcce8001.src.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: pcp-webjs-3.11.2.tar.gz +Source2: vector-20160629git6d01399.tar.gz %global disable_snmp 0 @@ -141,7 +141,10 @@ BuildRequires: cairo-devel %if !%{disable_sdt} BuildRequires: systemtap-sdt-devel %endif -BuildRequires: perl-devel perl-generators perl(ExtUtils::MakeMaker) +%if 0%{?rhel} == 0 || 0%{?rhel} > 5 +BuildRequires: perl-devel perl-generators +%endif +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: initscripts man %if !%{disable_systemd} BuildRequires: systemd-devel @@ -2632,6 +2635,10 @@ cd %endif %changelog +* Wed Jun 29 2016 Lukas Berk - 3.11.4-0.20160629git25d9bd6 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Fri Jun 17 2016 Nathan Scott - 3.11.3-1 - Fix memory leak in derived metrics error handling (BZ 1331973) - Correctly propogate indom in mixed derived metrics (BZ 1337212, BZ 1336130) diff --git a/sources b/sources index 48bd21e..1ec3141 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -2afbdac61697d2e2421914ad77e282f2 pcp-3.11.3.src.tar.gz -b59b0234969a14dec723c26fbae1fdab pcp-webjs-3.11.2.tar.gz -e1723b57dc9dad46650cdaf001a0d6e7 vector-1.1.0.tar.gz +0f6462174a9e6896bee501a6fccbe6a5 pcp-3.11.4-0.20160629git25d9bd6.tar.gz +286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160629gitcce8001.src.tar.gz +aed34af0e3b3504a3a46c3ce0693ce5c vector-20160629git6d01399.tar.gz From cbc55aa66f576eb205dc944aeb3b9fc94f8daec0 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Wed, 29 Jun 2016 15:14:38 -0400 Subject: [PATCH 03/11] Automated weekly pcp rawhide release: 0.20160629git25d9bd6 --- pcp.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pcp.spec b/pcp.spec index 13fe9a3..6b27c63 100644 --- a/pcp.spec +++ b/pcp.spec @@ -10,9 +10,9 @@ Group: Applications/System # https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz Source0: %{name}-%{version}-0.20160629git25d9bd6.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: pcp-webjs-20160629gitcce8001.src.tar.gz +Source1: vector-20160629git6d01399.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: vector-20160629git6d01399.tar.gz +Source2: pcp-webjs-20160629gitcce8001.src.tar.gz %global disable_snmp 0 @@ -2635,6 +2635,9 @@ cd %endif %changelog +* Wed Jun 29 2016 Lukas Berk - 3.11.4-0.20160629git25d9bd6 +- Automated weekly rawhide release + * Wed Jun 29 2016 Lukas Berk - 3.11.4-0.20160629git25d9bd6 - Automated weekly rawhide release - Applied spec changes from upstream git diff --git a/sources b/sources index 1ec3141..50799d4 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 0f6462174a9e6896bee501a6fccbe6a5 pcp-3.11.4-0.20160629git25d9bd6.tar.gz 286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160629gitcce8001.src.tar.gz -aed34af0e3b3504a3a46c3ce0693ce5c vector-20160629git6d01399.tar.gz +c50602455501ab4505ec09fe889aff0e vector-20160629git6d01399.tar.gz From 32fc3fec59e347475decc9d7e2d91fb98791f239 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 4 Jul 2016 08:58:43 -0400 Subject: [PATCH 04/11] Automated weekly pcp rawhide release: 0.20160704git3192207 --- .gitignore | 3 +++ pcp.spec | 11 +++++++---- sources | 6 +++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7e2089f..e1cfdc1 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.4-0.20160629git25d9bd6.tar.gz /pcp-webjs-20160629gitcce8001.src.tar.gz /vector-20160629git6d01399.tar.gz +/pcp-3.11.4-0.20160704git3192207.tar.gz +/pcp-webjs-20160704gitcce8001.src.tar.gz +/vector-20160704git6d01399.tar.gz diff --git a/pcp.spec b/pcp.spec index 6b27c63..837ddd0 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,16 +3,16 @@ Name: pcp Version: 3.11.4 %global buildversion 0 -Release: 0.20160629git25d9bd6%{?dist} +Release: 0.20160704git3192207%{?dist} License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System # https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz -Source0: %{name}-%{version}-0.20160629git25d9bd6.tar.gz +Source0: %{name}-%{version}-0.20160704git3192207.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: vector-20160629git6d01399.tar.gz +Source1: vector-20160704git6d01399.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: pcp-webjs-20160629gitcce8001.src.tar.gz +Source2: pcp-webjs-20160704gitcce8001.src.tar.gz %global disable_snmp 0 @@ -2635,6 +2635,9 @@ cd %endif %changelog +* Mon Jul 04 2016 Lukas Berk - 3.11.4-0.20160704git3192207 +- Automated weekly rawhide release + * Wed Jun 29 2016 Lukas Berk - 3.11.4-0.20160629git25d9bd6 - Automated weekly rawhide release diff --git a/sources b/sources index 50799d4..15002f7 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -0f6462174a9e6896bee501a6fccbe6a5 pcp-3.11.4-0.20160629git25d9bd6.tar.gz -286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160629gitcce8001.src.tar.gz -c50602455501ab4505ec09fe889aff0e vector-20160629git6d01399.tar.gz +5f4e919ffc4d7d283fe260fe34a4f69e pcp-3.11.4-0.20160704git3192207.tar.gz +286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160704gitcce8001.src.tar.gz +529fc1c903ae8afc8b36eec9308c181d vector-20160704git6d01399.tar.gz From e440a936b2a776accfb5bc4d26001d14c2b6ff47 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 11 Jul 2016 09:41:54 -0400 Subject: [PATCH 05/11] Automated weekly pcp rawhide release: 0.20160711git274b6ca --- .gitignore | 3 +++ pcp.spec | 44 +++++++++++++++++++++++++++++++++++++------- sources | 6 +++--- 3 files changed, 43 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index e1cfdc1..295d64c 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,6 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.4-0.20160704git3192207.tar.gz /pcp-webjs-20160704gitcce8001.src.tar.gz /vector-20160704git6d01399.tar.gz +/pcp-3.11.4-0.20160711git274b6ca.tar.gz +/pcp-webjs-20160711gitcce8001.src.tar.gz +/vector-20160711git6d01399.tar.gz diff --git a/pcp.spec b/pcp.spec index 837ddd0..18f45d0 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,16 +3,16 @@ Name: pcp Version: 3.11.4 %global buildversion 0 -Release: 0.20160704git3192207%{?dist} +Release: 0.20160711git274b6ca%{?dist} License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System # https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz -Source0: %{name}-%{version}-0.20160704git3192207.tar.gz +Source0: %{name}-%{version}-0.20160711git274b6ca.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: vector-20160704git6d01399.tar.gz +Source1: vector-20160711git6d01399.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: pcp-webjs-20160704gitcce8001.src.tar.gz +Source2: pcp-webjs-20160711gitcce8001.src.tar.gz %global disable_snmp 0 @@ -580,6 +580,26 @@ Requires: python-pcp = %{version}-%{release} %description export-pcp2graphite Performance Co-Pilot (PCP) front-end tools for exporting metric values to graphite (http://graphite.readthedocs.org). + +# pcp-export-pcp2influxdb +# +%package export-pcp2influxdb +License: GPLv2+ +Group: Applications/System +Summary: Performance Co-Pilot tools for exporting PCP metrics to InfluxDB +URL: http://www.pcp.io +Requires: pcp-libs >= %{version}-%{release} +%if !%{disable_python3} +Requires: python3-pcp = @package_version@ +Requires: python3-requests +%else +Requires: python-pcp = @package_version@ +Requires: python-requests +%endif + +%description export-pcp2influxdb +Performance Co-Pilot (PCP) front-end tools for exporting metric values +to InfluxDB (https://influxdata.com/time-series-platform/influxdb). %endif # @@ -704,6 +724,7 @@ Group: Applications/System Summary: Performance Co-Pilot (PCP) metrics for 389 Directory Servers URL: http://www.pcp.io Requires: perl-PCP-PMDA = %{version}-%{release} +Requires: perl-LDAP %description pmda-ds389 This package contains the PCP Performance Metrics Domain Agent (PMDA) for @@ -719,6 +740,7 @@ Group: Applications/System Summary: Performance Co-Pilot (PCP) metrics for 389 Directory Server Loggers URL: http://www.pcp.io Requires: perl-PCP-PMDA = %{version}-%{release} +Requires: perl-Date-Manip %description pmda-ds389log This package contains the PCP Performance Metrics Domain Agent (PMDA) for @@ -1769,7 +1791,8 @@ ls -1 $RPM_BUILD_ROOT/%{_pmdasdir} |\ # all base pcp package files except those split out into sub packages ls -1 $RPM_BUILD_ROOT/%{_bindir} |\ - grep -E -v 'pmiostat|pmcollectl|pmatop|pmrep|pcp2graphite|zabbix|zbxpcp' |\ + grep -E -v 'pmiostat|pmcollectl|pmatop|zabbix|zbxpcp' |\ + grep -E -v 'pmrep|pcp2graphite|pcp2influxdb' |\ grep -E -v 'pmdbg|pmclient|pmerr|genpmda' |\ sed -e 's#^#'%{_bindir}'\/#' >base_bin.list # @@ -1782,13 +1805,13 @@ ls -1 $RPM_BUILD_ROOT/%{_bindir} |\ grep -E 'pmiostat|pmcollectl|pmatop|pmrep' |\ sed -e 's#^#'%{_bindir}'\/#' >pcp_system_tools.list ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\ - grep -E 'atop|collectl|dmcache|free|iostat|numastat|verify|uptime|shping' |\ + grep -E 'atop|collectl|dmcache|free|iostat|numastat|pidstat|verify|uptime|shping' |\ sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >>pcp_system_tools.list %endif ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\ %if !%{disable_python2} || !%{disable_python3} - grep -E -v 'atop|collectl|dmcache|free|iostat|numastat|verify|uptime|shping' |\ + grep -E -v 'atop|collectl|dmcache|free|iostat|numastat|pidstat|verify|uptime|shping' |\ %endif sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >base_exec.list ls -1 $RPM_BUILD_ROOT/%{_booksdir} |\ @@ -2531,6 +2554,9 @@ cd %files export-pcp2graphite %{_bindir}/pcp2graphite + +%files export-pcp2influxdb +%{_bindir}/pcp2influxdb %endif # !%{disable_python2} || !%{disable_python3} %files export-zabbix-agent @@ -2635,6 +2661,10 @@ cd %endif %changelog +* Mon Jul 11 2016 Lukas Berk - 3.11.4-0.20160711git274b6ca +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jul 04 2016 Lukas Berk - 3.11.4-0.20160704git3192207 - Automated weekly rawhide release diff --git a/sources b/sources index 15002f7..d16cfde 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -5f4e919ffc4d7d283fe260fe34a4f69e pcp-3.11.4-0.20160704git3192207.tar.gz -286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160704gitcce8001.src.tar.gz -529fc1c903ae8afc8b36eec9308c181d vector-20160704git6d01399.tar.gz +589150a02dcd290184f6f9afc25b6a6b pcp-3.11.4-0.20160711git274b6ca.tar.gz +286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160711gitcce8001.src.tar.gz +d6b422a94b35cc232417c7e4b9f44b47 vector-20160711git6d01399.tar.gz From 8829a6c5b676201025e89bafe6520053b1a1e984 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 11 Jul 2016 10:18:02 -0400 Subject: [PATCH 06/11] Automated weekly pcp rawhide release: 0.20160711git990fea6 --- .gitignore | 1 + pcp.spec | 12 ++++++++---- sources | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 295d64c..c387268 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.4-0.20160711git274b6ca.tar.gz /pcp-webjs-20160711gitcce8001.src.tar.gz /vector-20160711git6d01399.tar.gz +/pcp-3.11.4-0.20160711git990fea6.tar.gz diff --git a/pcp.spec b/pcp.spec index 18f45d0..a75f660 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,12 +3,12 @@ Name: pcp Version: 3.11.4 %global buildversion 0 -Release: 0.20160711git274b6ca%{?dist} +Release: 0.20160711git990fea6%{?dist} License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System # https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz -Source0: %{name}-%{version}-0.20160711git274b6ca.tar.gz +Source0: %{name}-%{version}-0.20160711git990fea6.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz Source1: vector-20160711git6d01399.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz @@ -590,10 +590,10 @@ Summary: Performance Co-Pilot tools for exporting PCP metrics to InfluxDB URL: http://www.pcp.io Requires: pcp-libs >= %{version}-%{release} %if !%{disable_python3} -Requires: python3-pcp = @package_version@ +Requires: python3-pcp = %{version}-%{release} Requires: python3-requests %else -Requires: python-pcp = @package_version@ +Requires: python-pcp = %{version}-%{release} Requires: python-requests %endif @@ -2661,6 +2661,10 @@ cd %endif %changelog +* Mon Jul 11 2016 Lukas Berk - 3.11.4-0.20160711git990fea6 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jul 11 2016 Lukas Berk - 3.11.4-0.20160711git274b6ca - Automated weekly rawhide release - Applied spec changes from upstream git diff --git a/sources b/sources index d16cfde..ceaec6a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -589150a02dcd290184f6f9afc25b6a6b pcp-3.11.4-0.20160711git274b6ca.tar.gz +e4a59e131c982baeb8074c655c499b17 pcp-3.11.4-0.20160711git990fea6.tar.gz 286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160711gitcce8001.src.tar.gz -d6b422a94b35cc232417c7e4b9f44b47 vector-20160711git6d01399.tar.gz +e1d334325cb4580dadbf606fc692d42a vector-20160711git6d01399.tar.gz From 1b4ced1133fa779dc5b79ef70c5fb826fa101e3f Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 18 Jul 2016 08:58:05 -0400 Subject: [PATCH 07/11] Automated weekly pcp rawhide release: 0.20160718git94d63b4 --- .gitignore | 3 +++ pcp.spec | 11 +++++++---- sources | 6 +++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c387268..863f725 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,6 @@ pcp-3.3.3-1.src.tar.gz /pcp-webjs-20160711gitcce8001.src.tar.gz /vector-20160711git6d01399.tar.gz /pcp-3.11.4-0.20160711git990fea6.tar.gz +/pcp-3.11.4-0.20160718git94d63b4.tar.gz +/pcp-webjs-20160718gitcce8001.src.tar.gz +/vector-20160718git6d01399.tar.gz diff --git a/pcp.spec b/pcp.spec index a75f660..5ab8ba3 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,16 +3,16 @@ Name: pcp Version: 3.11.4 %global buildversion 0 -Release: 0.20160711git990fea6%{?dist} +Release: 0.20160718git94d63b4%{?dist} License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System # https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz -Source0: %{name}-%{version}-0.20160711git990fea6.tar.gz +Source0: %{name}-%{version}-0.20160718git94d63b4.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: vector-20160711git6d01399.tar.gz +Source1: vector-20160718git6d01399.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: pcp-webjs-20160711gitcce8001.src.tar.gz +Source2: pcp-webjs-20160718gitcce8001.src.tar.gz %global disable_snmp 0 @@ -2661,6 +2661,9 @@ cd %endif %changelog +* Mon Jul 18 2016 Lukas Berk - 3.11.4-0.20160718git94d63b4 +- Automated weekly rawhide release + * Mon Jul 11 2016 Lukas Berk - 3.11.4-0.20160711git990fea6 - Automated weekly rawhide release - Applied spec changes from upstream git diff --git a/sources b/sources index ceaec6a..d70db9a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -e4a59e131c982baeb8074c655c499b17 pcp-3.11.4-0.20160711git990fea6.tar.gz -286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160711gitcce8001.src.tar.gz -e1d334325cb4580dadbf606fc692d42a vector-20160711git6d01399.tar.gz +f0d9134d38dae0d42fac09d947036625 pcp-3.11.4-0.20160718git94d63b4.tar.gz +286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160718gitcce8001.src.tar.gz +6a29844307b2ec419a93899ab437a3fe vector-20160718git6d01399.tar.gz From 1ee9a9f00deea739a4d51aff8a89a8d9b2ca7bfb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 08:14:06 +0000 Subject: [PATCH 08/11] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- pcp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcp.spec b/pcp.spec index 5ab8ba3..4c3150b 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,7 +3,7 @@ Name: pcp Version: 3.11.4 %global buildversion 0 -Release: 0.20160718git94d63b4%{?dist} +Release: 0.20160719git94d63b4%{?dist} License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System @@ -2661,6 +2661,9 @@ cd %endif %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 3.11.4-0.20160719git94d63b4 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Mon Jul 18 2016 Lukas Berk - 3.11.4-0.20160718git94d63b4 - Automated weekly rawhide release From b3c109fc73a0a5029ebc7520a12b5a3f84af8a8a Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 25 Jul 2016 09:24:12 -0400 Subject: [PATCH 09/11] Automated weekly pcp rawhide release: 0.20160725gitb2db089 --- .gitignore | 3 +++ pcp.spec | 11 +++++++---- sources | 6 +++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 863f725..324ecfc 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,6 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.4-0.20160718git94d63b4.tar.gz /pcp-webjs-20160718gitcce8001.src.tar.gz /vector-20160718git6d01399.tar.gz +/pcp-3.11.4-0.20160725gitb2db089.tar.gz +/pcp-webjs-20160725gitcce8001.src.tar.gz +/vector-20160725git6d01399.tar.gz diff --git a/pcp.spec b/pcp.spec index 4c3150b..9c8eaae 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,16 +3,16 @@ Name: pcp Version: 3.11.4 %global buildversion 0 -Release: 0.20160719git94d63b4%{?dist} +Release: 0.20160725gitb2db089%{?dist} License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System # https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz -Source0: %{name}-%{version}-0.20160718git94d63b4.tar.gz +Source0: %{name}-%{version}-0.20160725gitb2db089.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: vector-20160718git6d01399.tar.gz +Source1: vector-20160725git6d01399.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: pcp-webjs-20160718gitcce8001.src.tar.gz +Source2: pcp-webjs-20160725gitcce8001.src.tar.gz %global disable_snmp 0 @@ -2661,6 +2661,9 @@ cd %endif %changelog +* Mon Jul 25 2016 Lukas Berk - 3.11.4-0.20160725gitb2db089 +- Automated weekly rawhide release + * Tue Jul 19 2016 Fedora Release Engineering - 3.11.4-0.20160719git94d63b4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index d70db9a..9b15127 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -f0d9134d38dae0d42fac09d947036625 pcp-3.11.4-0.20160718git94d63b4.tar.gz -286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160718gitcce8001.src.tar.gz -6a29844307b2ec419a93899ab437a3fe vector-20160718git6d01399.tar.gz +013fe1cef20703f27928a032065a8bca pcp-3.11.4-0.20160725gitb2db089.tar.gz +286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160725gitcce8001.src.tar.gz +c9d205783fb4b8f2264ccc0decb8b990 vector-20160725git6d01399.tar.gz From ab3521e44eedeb55efea2db46b4e4442753e729f Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 2 Aug 2016 08:13:21 -0400 Subject: [PATCH 10/11] Automated weekly pcp rawhide release: 0.20160802git6a52104 --- .gitignore | 3 +++ pcp.spec | 17 +++++++++++------ sources | 6 +++--- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 324ecfc..38c783a 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,6 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.4-0.20160725gitb2db089.tar.gz /pcp-webjs-20160725gitcce8001.src.tar.gz /vector-20160725git6d01399.tar.gz +/pcp-3.11.4-0.20160802git6a52104.tar.gz +/pcp-webjs-20160802gitcce8001.src.tar.gz +/vector-20160802git6d01399.tar.gz diff --git a/pcp.spec b/pcp.spec index 9c8eaae..4788d60 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,16 +3,16 @@ Name: pcp Version: 3.11.4 %global buildversion 0 -Release: 0.20160725gitb2db089%{?dist} +Release: 0.20160802git6a52104%{?dist} License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System # https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz -Source0: %{name}-%{version}-0.20160725gitb2db089.tar.gz +Source0: %{name}-%{version}-0.20160802git6a52104.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: vector-20160725git6d01399.tar.gz +Source1: vector-20160802git6d01399.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: pcp-webjs-20160725gitcce8001.src.tar.gz +Source2: pcp-webjs-20160802gitcce8001.src.tar.gz %global disable_snmp 0 @@ -1805,13 +1805,13 @@ ls -1 $RPM_BUILD_ROOT/%{_bindir} |\ grep -E 'pmiostat|pmcollectl|pmatop|pmrep' |\ sed -e 's#^#'%{_bindir}'\/#' >pcp_system_tools.list ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\ - grep -E 'atop|collectl|dmcache|free|iostat|numastat|pidstat|verify|uptime|shping' |\ + grep -E 'atop|collectl|dmcache|free|iostat|mpstat|numastat|pidstat|verify|uptime|shping' |\ sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >>pcp_system_tools.list %endif ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\ %if !%{disable_python2} || !%{disable_python3} - grep -E -v 'atop|collectl|dmcache|free|iostat|numastat|pidstat|verify|uptime|shping' |\ + grep -E -v 'atop|collectl|dmcache|free|iostat|mpstat|numastat|pidstat|verify|uptime|shping' |\ %endif sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >base_exec.list ls -1 $RPM_BUILD_ROOT/%{_booksdir} |\ @@ -2305,6 +2305,7 @@ cd %dir %{_confdir}/pmlogger/control.d %config(noreplace) %{_confdir}/pmlogger/control %config(noreplace) %{_confdir}/pmlogger/control.d/local +%dir %attr(0775,pcp,pcp) %{_confdir}/nssdb %{_localstatedir}/lib/pcp/config/pmafm %dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmie @@ -2661,6 +2662,10 @@ cd %endif %changelog +* Tue Aug 02 2016 Lukas Berk - 3.11.4-0.20160802git6a52104 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jul 25 2016 Lukas Berk - 3.11.4-0.20160725gitb2db089 - Automated weekly rawhide release diff --git a/sources b/sources index 9b15127..256bba0 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -013fe1cef20703f27928a032065a8bca pcp-3.11.4-0.20160725gitb2db089.tar.gz -286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160725gitcce8001.src.tar.gz -c9d205783fb4b8f2264ccc0decb8b990 vector-20160725git6d01399.tar.gz +0198a5ba11aa2959ee78fa8c7bf6b17f pcp-3.11.4-0.20160802git6a52104.tar.gz +286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160802gitcce8001.src.tar.gz +d4481924afe13a358fc4b13dddfa4a9c vector-20160802git6d01399.tar.gz From d192a61e3a14838daf92a8bcd13b842e6d3a9d77 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 5 Aug 2016 14:25:16 +1000 Subject: [PATCH 11/11] Update to latest community sources --- .gitignore | 1 + pcp.spec | 50 +++++++++++++++----------------------------------- sources | 6 +++--- 3 files changed, 19 insertions(+), 38 deletions(-) diff --git a/.gitignore b/.gitignore index 38c783a..0a0ba3c 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.4-0.20160802git6a52104.tar.gz /pcp-webjs-20160802gitcce8001.src.tar.gz /vector-20160802git6d01399.tar.gz +/pcp-3.11.4.src.tar.gz diff --git a/pcp.spec b/pcp.spec index 4788d60..e9a3055 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,18 +1,18 @@ Summary: System-level performance monitoring and performance management Name: pcp Version: 3.11.4 -%global buildversion 0 +%global buildversion 1 -Release: 0.20160802git6a52104%{?dist} +Release: %{buildversion}%{?dist} License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System # https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz -Source0: %{name}-%{version}-0.20160802git6a52104.tar.gz +Source0: %{name}-%{version}.src.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: vector-20160802git6d01399.tar.gz +Source1: vector-1.1.0.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: pcp-webjs-20160802gitcce8001.src.tar.gz +Source2: pcp-webjs-3.11.2.tar.gz %global disable_snmp 0 @@ -2345,6 +2345,7 @@ cd %{_libdir}/libpcp_pmda.so.3 %{_libdir}/libpcp_trace.so.2 %{_libdir}/libpcp_import.so.1 +%{_libdir}/libpcp_web.so.1 %files libs-devel %{_libdir}/libpcp.so @@ -2353,6 +2354,7 @@ cd %{_libdir}/libpcp_pmda.so %{_libdir}/libpcp_trace.so %{_libdir}/libpcp_import.so +%{_libdir}/libpcp_web.so %{_includedir}/pcp/*.h %files devel -f devel.list @@ -2662,36 +2664,14 @@ cd %endif %changelog -* Tue Aug 02 2016 Lukas Berk - 3.11.4-0.20160802git6a52104 -- Automated weekly rawhide release -- Applied spec changes from upstream git - -* Mon Jul 25 2016 Lukas Berk - 3.11.4-0.20160725gitb2db089 -- Automated weekly rawhide release - -* Tue Jul 19 2016 Fedora Release Engineering - 3.11.4-0.20160719git94d63b4 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Mon Jul 18 2016 Lukas Berk - 3.11.4-0.20160718git94d63b4 -- Automated weekly rawhide release - -* Mon Jul 11 2016 Lukas Berk - 3.11.4-0.20160711git990fea6 -- Automated weekly rawhide release -- Applied spec changes from upstream git - -* Mon Jul 11 2016 Lukas Berk - 3.11.4-0.20160711git274b6ca -- Automated weekly rawhide release -- Applied spec changes from upstream git - -* Mon Jul 04 2016 Lukas Berk - 3.11.4-0.20160704git3192207 -- Automated weekly rawhide release - -* Wed Jun 29 2016 Lukas Berk - 3.11.4-0.20160629git25d9bd6 -- Automated weekly rawhide release - -* Wed Jun 29 2016 Lukas Berk - 3.11.4-0.20160629git25d9bd6 -- Automated weekly rawhide release -- Applied spec changes from upstream git +* Fri Aug 05 2016 Nathan Scott - 3.11.4-1 +- Support inside-container metric values in python (BZ 1333702) +- Fix pmdaproc handling of commands with whitespace (BZ 1350816) +- Use persistent DM names for the filesystem metrics (BZ 1349932) +- Add to the ds389{,log} RPM package dependencies (BZ 1354055) +- Use "dirsrv" as default pmdads389log user account (BZ 1357607) +- Make pmie(1) honour SIGINT while parsing rules (BZ 1327226) +- Add pmlogconf support for pcp-pidstat and pcp-mpstat (BZ 1361943) * Fri Jun 17 2016 Nathan Scott - 3.11.3-1 - Fix memory leak in derived metrics error handling (BZ 1331973) diff --git a/sources b/sources index 256bba0..18aa72f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -0198a5ba11aa2959ee78fa8c7bf6b17f pcp-3.11.4-0.20160802git6a52104.tar.gz -286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160802gitcce8001.src.tar.gz -d4481924afe13a358fc4b13dddfa4a9c vector-20160802git6d01399.tar.gz +5bd032c1368147b490375d344f737a52 pcp-3.11.4.src.tar.gz +b59b0234969a14dec723c26fbae1fdab pcp-webjs-3.11.2.tar.gz +e1723b57dc9dad46650cdaf001a0d6e7 vector-1.1.0.tar.gz