From 737de72a047835c2f803e4abcb2397c1de286dcf Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 16 May 2016 05:30:25 +0200 Subject: [PATCH 1/5] Perl 5.24 rebuild --- pcp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcp.spec b/pcp.spec index 3f6ffa0..131b596 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,7 +3,7 @@ Name: pcp Version: 3.11.2 %global buildversion 2 -Release: %{buildversion}%{?dist} +Release: %{buildversion}%{?dist}.1 License: GPLv2+ and LGPLv2.1+ and CC-BY URL: http://www.pcp.io Group: Applications/System @@ -2589,6 +2589,9 @@ cd %endif %changelog +* Mon May 16 2016 Jitka Plesnikova - 3.11.2-2.1 +- Perl 5.24 rebuild + * Fri Apr 29 2016 Lukas Berk - 3.11.2-1 - Negative nice values reported incorrectly (BZ 1328432) - Multithreaded clients with concurrent pmNewContext improvements (BZ 1325363) From fdb046ecd28450eca85fdf396edcebf36042cdbe Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 6 Jun 2016 10:07:54 -0400 Subject: [PATCH 2/5] Automated weekly pcp rawhide release: 0.20160606git566cf74 --- .gitignore | 3 ++ pcp.spec | 101 +++++++++++++++++++++++++++++++++++++++-------------- sources | 6 ++-- 3 files changed, 80 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index 5686d65..20f2631 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,6 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.1.src.tar.gz /pcp-3.11.2.src.tar.gz /vector-1.0.3.tar.gz +/pcp-3.11.3-0.20160606git566cf74.tar.gz +/pcp-webjs-20160606gitpcp-webjs-3.11.2.src.tar.gz +/vector-20160606gitc851eac.tar.gz diff --git a/pcp.spec b/pcp.spec index 131b596..a7bbf4c 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,18 +1,20 @@ Summary: System-level performance monitoring and performance management Name: pcp -Version: 3.11.2 -%global buildversion 2 +Version: 3.11.3 +%global buildversion 0 -Release: %{buildversion}%{?dist}.1 +Release: 0.20160606git566cf74%{?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: pcp-%{version}.src.tar.gz -# https://github.com/performancecopilot/pcp-webjs/archive/master.zip -Source1: pcp-webjs.src.tar.gz +Source0: %{name}-%{version}-0.20160606git566cf74.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source2: vector-1.0.3.tar.gz +Source1: pcp-webjs-20160606gitpcp-webjs-3.11.2.src.tar.gz +# https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz +Source2: vector-20160606gitc851eac.tar.gz + +%global disable_snmp 0 # There are no papi/libpfm devel packages for s390 nor for some rhels, disable %ifarch s390 s390x @@ -139,7 +141,7 @@ BuildRequires: cairo-devel %if !%{disable_sdt} BuildRequires: systemtap-sdt-devel %endif -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl-devel perl(ExtUtils::MakeMaker) BuildRequires: initscripts man %if !%{disable_systemd} BuildRequires: systemd-devel @@ -150,14 +152,7 @@ BuildRequires: qt4-devel >= 4.4 %endif Requires: bash gawk sed grep fileutils findutils initscripts which -Requires: python%{?default_python} Requires: pcp-libs = %{version}-%{release} -%if 0%{?default_python} == 3 -Requires: python3-pcp = %{version}-%{release} -%endif -%if !%{disable_python2} && 0%{?default_python} != 3 -Requires: python-pcp = %{version}-%{release} -%endif Obsoletes: pcp-gui-debuginfo Obsoletes: pcp-pmda-nvidia @@ -219,6 +214,12 @@ Obsoletes: pcp-gui-debuginfo %global _with_json --with-pmdajson=yes %endif +%if %{disable_snmp} +%global _with_snmp --with-pmdasnmp=no +%else +%global _with_snmp --with-pmdasnmp=yes +%endif + %global pmda_remove() %{expand: if [ "%1" -eq 0 ] then @@ -271,13 +272,28 @@ Performance Co-Pilot (PCP) run-time libraries %package libs-devel License: GPLv2+ and LGPLv2.1+ Group: Development/Libraries -Summary: Performance Co-Pilot (PCP) development headers and documentation +Summary: Performance Co-Pilot (PCP) development headers +URL: http://www.pcp.io +#Requires: pcp = %{version}-%{release} +#Requires: pcp-libs = %{version}-%{release} + +%description libs-devel +Performance Co-Pilot (PCP) headers, for development + +# +# pcp-devel +# +%package devel +License: GPLv2+ and LGPLv2.1+ +Group: Development/Libraries +Summary: Performance Co-Pilot (PCP) development tools and documentation URL: http://www.pcp.io Requires: pcp = %{version}-%{release} Requires: pcp-libs = %{version}-%{release} +Requires: pcp-libs-devel = %{version}-%{release} -%description libs-devel -Performance Co-Pilot (PCP) headers, documentation and tools for development. +%description devel +Performance Co-Pilot (PCP) documentation and tools for development. # # pcp-testsuite @@ -290,6 +306,7 @@ URL: http://www.pcp.io Requires: pcp = %{version}-%{release} Requires: pcp-libs = %{version}-%{release} Requires: pcp-libs-devel = %{version}-%{release} +Requires: pcp-devel = %{version}-%{release} Obsoletes: pcp-gui-testsuite %description testsuite @@ -1027,6 +1044,7 @@ This package contains the PCP Performance Metrics Domain Agent (PMDA) for collecting metrics from the SLURM Workload Manager. #end pcp-pmda-slurm +%if !%{disable_snmp} # # pcp-pmda-snmp # @@ -1036,13 +1054,16 @@ Group: Applications/System Summary: Performance Co-Pilot (PCP) metrics for Simple Network Management Protocol URL: http://www.pcp.io Requires: perl-PCP-PMDA = %{version}-%{release} +# There are no perl-Net-SNMP packages in rhel, disable unless non-rhel or epel5 +%if 0%{?rhel} == 0 || 0%{?rhel} < 6 Requires: perl(Net::SNMP) -BuildRequires: perl(Net::SNMP) +%endif %description pmda-snmp This package contains the PCP Performance Metrics Domain Agent (PMDA) for collecting metrics about SNMP. #end pcp-pmda-snmp +%endif # # pcp-pmda-vmware @@ -1463,7 +1484,7 @@ Requires: pcp-pmda-activemq pcp-pmda-bonding pcp-pmda-dbping pcp-pmda-ds389 pcp- Requires: pcp-pmda-elasticsearch pcp-pmda-gpfs pcp-pmda-gpsd pcp-pmda-kvm pcp-pmda-lustre Requires: pcp-pmda-memcache pcp-pmda-mysql pcp-pmda-named pcp-pmda-netfilter pcp-pmda-news Requires: pcp-pmda-nginx pcp-pmda-nfsclient pcp-pmda-pdns pcp-pmda-postfix pcp-pmda-postgresql pcp-pmda-oracle -Requires: pcp-pmda-samba pcp-pmda-slurm pcp-pmda-snmp pcp-pmda-vmware pcp-pmda-zimbra +Requires: pcp-pmda-samba pcp-pmda-slurm pcp-pmda-vmware pcp-pmda-zimbra Requires: pcp-pmda-dm pcp-pmda-apache Requires: pcp-pmda-bash pcp-pmda-cisco pcp-pmda-gfs2 pcp-pmda-lmsensors pcp-pmda-mailq pcp-pmda-mounts Requires: pcp-pmda-nvidia-gpu pcp-pmda-roomtemp pcp-pmda-sendmail pcp-pmda-shping @@ -1471,6 +1492,9 @@ Requires: pcp-pmda-lustrecomm pcp-pmda-logger %if !%{disable_python2} || !%{disable_python3} Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound pcp-pmda-mic %endif +%if !%{disable_snmp} +Requires: pcp-pmda-snmp +%endif %if !%{disable_json} Requires: pcp-pmda-json %endif @@ -1515,6 +1539,11 @@ Group: Development/Libraries Summary: Performance Co-Pilot (PCP) Python bindings and documentation URL: http://www.pcp.io Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release} +%if 0%{?rhel} == 5 +Requires: python%{default_python} +%else +Requires: python +%endif %description -n python-pcp This python PCP module contains the language bindings for @@ -1532,6 +1561,7 @@ Group: Development/Libraries Summary: Performance Co-Pilot (PCP) Python3 bindings and documentation URL: http://www.pcp.io Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release} +Requires: python3 %description -n python3-pcp This python PCP module contains the language bindings for @@ -1607,8 +1637,8 @@ PCP utilities and daemons, and the PCP graphical tools. %prep %setup -q -%setup -q -T -D -a 2 -c -n pcp-%{version}/vector -%setup -q -T -D -a 1 +%setup -q -T -D -a 1 -c -n pcp-%{version}/vector +%setup -q -T -D -a 2 %clean rm -Rf $RPM_BUILD_ROOT @@ -1617,7 +1647,7 @@ rm -Rf $RPM_BUILD_ROOT %if !%{disable_python2} && 0%{?default_python} != 3 export PYTHON=python%{?default_python} %endif -%configure %{?_with_initd} %{?_with_doc} %{?_with_ib} %{?_with_papi} %{?_with_perfevent} %{?_with_json} +%configure %{?_with_initd} %{?_with_doc} %{?_with_ib} %{?_with_papi} %{?_with_perfevent} %{?_with_json} %{?_with_snmp} make %{?_smp_mflags} default_pcp %install @@ -1633,8 +1663,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a # remove sheet2pcp until BZ 830923 and BZ 754678 are resolved. rm -f $RPM_BUILD_ROOT/%{_bindir}/sheet2pcp $RPM_BUILD_ROOT/%{_mandir}/man1/sheet2pcp.1* -# remove configsz.h as this is not multilib friendly. +# remove {config,platform}sz.h as these are not multilib friendly. rm -f $RPM_BUILD_ROOT/%{_includedir}/pcp/configsz.h +rm -f $RPM_BUILD_ROOT/%{_includedir}/pcp/platformsz.h %if %{disable_microhttpd} rm -fr $RPM_BUILD_ROOT/%{_confdir}/pmwebd @@ -1736,7 +1767,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' |\ - sed -e 's#^#'%{_bindir}'\/#' >base_bin.list + grep -E -v 'pmdbg|pmclient|pmerr|genpmda' |\ +sed -e 's#^#'%{_bindir}'\/#' >base_bin.list # # Separate the pcp-system-tools package files. # @@ -1780,6 +1812,9 @@ ls -1 $RPM_BUILD_ROOT/%{_mandir}/man3 |\ sed -e 's#^#'%{_mandir}'\/man3\/#' | grep -v '3pm' >>pcp-doc.list ls -1 $RPM_BUILD_ROOT/%{_datadir}/pcp/demos |\ sed -e 's#^#'%{_datadir}'\/pcp\/demos\/#' | grep -E -v tutorials >> devel.list +ls -1 $RPM_BUILD_ROOT/%{_bindir} |\ +grep -E 'pmdbg|pmclient|pmerr|genpmda' |\ +sed -e 's#^#'%{_bindir}'\/#' >>devel.list %pre testsuite test -d %{_testsdir} || mkdir -p -m 755 %{_testsdir} @@ -1920,8 +1955,10 @@ fi %preun pmda-elasticsearch %{pmda_remove "$1" "elasticsearch"} +%if !%{disable_snmp} %preun pmda-snmp %{pmda_remove "$1" "snmp"} +%endif %preun pmda-mysql %{pmda_remove "$1" "mysql"} @@ -2227,7 +2264,6 @@ cd %config(noreplace) %{_sysconfdir}/sysconfig/pmlogger %config(noreplace) %{_sysconfdir}/sysconfig/pmproxy %config(noreplace) %{_sysconfdir}/sysconfig/pmcd -%config %{_sysconfdir}/bash_completion.d/pcp %config %{_sysconfdir}/pcp.env %dir %{_confdir}/pmcd %config(noreplace) %{_confdir}/pmcd/pmcd.conf @@ -2254,6 +2290,9 @@ cd %{_localstatedir}/lib/pcp/config/pmlogrewrite %dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmda +%{_datadir}/bash-completion/completions/pcp +%{_datadir}/zsh/site-functions/_pcp + %if !%{disable_sdt} %{tapsetdir}/pmcd.stp %endif @@ -2280,7 +2319,7 @@ cd %{_libdir}/libpcp_trace.so.2 %{_libdir}/libpcp_import.so.1 -%files libs-devel -f devel.list +%files libs-devel %{_libdir}/libpcp.so %{_libdir}/libpcp_gui.so %{_libdir}/libpcp_mmv.so @@ -2288,6 +2327,8 @@ cd %{_libdir}/libpcp_trace.so %{_libdir}/libpcp_import.so %{_includedir}/pcp/*.h + +%files devel -f devel.list %{_datadir}/pcp/examples # PMDAs that ship src and are not for production use @@ -2455,8 +2496,10 @@ cd %files pmda-samba %{_pmdasdir}/samba +%if !%{disable_snmp} %files pmda-snmp %{_pmdasdir}/snmp +%endif %files pmda-slurm %{_pmdasdir}/slurm @@ -2589,6 +2632,10 @@ cd %endif %changelog +* Mon Jun 06 2016 Lukas Berk - 3.11.3-0.20160606git566cf74 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon May 16 2016 Jitka Plesnikova - 3.11.2-2.1 - Perl 5.24 rebuild diff --git a/sources b/sources index c6bd609..57c965b 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -2539e964edf6ba4d73a2b2bbf609ae7e pcp-3.11.2.src.tar.gz -3dbb7ac87a588a97b639a45b136933b2 pcp-webjs.src.tar.gz -2d3001cd3c9464060a4260ea7364c3d0 vector-1.0.3.tar.gz +b129f6bffb3cb8071f7be2931647b5d3 pcp-3.11.3-0.20160606git566cf74.tar.gz +62acf21d461787e64fa0ba73f67e1581 pcp-webjs-20160606gitpcp-webjs-3.11.2.src.tar.gz +b62ce8718b7aa36bba8afa87d512ef18 vector-20160606gitc851eac.tar.gz From f88890cd2df64583e6ed7000b1d87f78347e9580 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 6 Jun 2016 19:35:09 -0400 Subject: [PATCH 3/5] Automated weekly pcp rawhide release: 0.20160606gita7ba4e4 --- .gitignore | 1 + pcp.spec | 7 +++++-- sources | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 20f2631..786efe4 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.3-0.20160606git566cf74.tar.gz /pcp-webjs-20160606gitpcp-webjs-3.11.2.src.tar.gz /vector-20160606gitc851eac.tar.gz +/pcp-3.11.3-0.20160606gita7ba4e4.tar.gz diff --git a/pcp.spec b/pcp.spec index a7bbf4c..cdc23c3 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,12 +3,12 @@ Name: pcp Version: 3.11.3 %global buildversion 0 -Release: 0.20160606git566cf74%{?dist} +Release: 0.20160606gita7ba4e4%{?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.20160606git566cf74.tar.gz +Source0: %{name}-%{version}-0.20160606gita7ba4e4.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz Source1: pcp-webjs-20160606gitpcp-webjs-3.11.2.src.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz @@ -2632,6 +2632,9 @@ cd %endif %changelog +* Mon Jun 06 2016 Lukas Berk - 3.11.3-0.20160606gita7ba4e4 +- Automated weekly rawhide release + * Mon Jun 06 2016 Lukas Berk - 3.11.3-0.20160606git566cf74 - Automated weekly rawhide release - Applied spec changes from upstream git diff --git a/sources b/sources index 57c965b..eabd754 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -b129f6bffb3cb8071f7be2931647b5d3 pcp-3.11.3-0.20160606git566cf74.tar.gz +21919288fd19a0567f03a0c708ba47f1 pcp-3.11.3-0.20160606gita7ba4e4.tar.gz 62acf21d461787e64fa0ba73f67e1581 pcp-webjs-20160606gitpcp-webjs-3.11.2.src.tar.gz -b62ce8718b7aa36bba8afa87d512ef18 vector-20160606gitc851eac.tar.gz +f3f5ccc458fda1c449a5f717fe658e18 vector-20160606gitc851eac.tar.gz From 5b8dacd9a04a11b3d37b26aa818cf626085f2e11 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 13 Jun 2016 09:38:19 -0400 Subject: [PATCH 4/5] Automated weekly pcp rawhide release: 0.20160613git62d62f6 --- .gitignore | 3 +++ pcp.spec | 11 +++++++---- sources | 6 +++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 786efe4..315e07b 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,6 @@ pcp-3.3.3-1.src.tar.gz /pcp-webjs-20160606gitpcp-webjs-3.11.2.src.tar.gz /vector-20160606gitc851eac.tar.gz /pcp-3.11.3-0.20160606gita7ba4e4.tar.gz +/pcp-3.11.3-0.20160613git62d62f6.tar.gz +/pcp-webjs-20160613gitpcp-webjs-3.11.2.src.tar.gz +/vector-20160613gitc851eac.tar.gz diff --git a/pcp.spec b/pcp.spec index cdc23c3..da4ebc5 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,16 +3,16 @@ Name: pcp Version: 3.11.3 %global buildversion 0 -Release: 0.20160606gita7ba4e4%{?dist} +Release: 0.20160613git62d62f6%{?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.20160606gita7ba4e4.tar.gz +Source0: %{name}-%{version}-0.20160613git62d62f6.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: pcp-webjs-20160606gitpcp-webjs-3.11.2.src.tar.gz +Source1: pcp-webjs-20160613gitpcp-webjs-3.11.2.src.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: vector-20160606gitc851eac.tar.gz +Source2: vector-20160613gitc851eac.tar.gz %global disable_snmp 0 @@ -2632,6 +2632,9 @@ cd %endif %changelog +* Mon Jun 13 2016 Lukas Berk - 3.11.3-0.20160613git62d62f6 +- Automated weekly rawhide release + * Mon Jun 06 2016 Lukas Berk - 3.11.3-0.20160606gita7ba4e4 - Automated weekly rawhide release diff --git a/sources b/sources index eabd754..baf8fb3 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -21919288fd19a0567f03a0c708ba47f1 pcp-3.11.3-0.20160606gita7ba4e4.tar.gz -62acf21d461787e64fa0ba73f67e1581 pcp-webjs-20160606gitpcp-webjs-3.11.2.src.tar.gz -f3f5ccc458fda1c449a5f717fe658e18 vector-20160606gitc851eac.tar.gz +61ffe28620f0f7bb98e01605ff08674d pcp-3.11.3-0.20160613git62d62f6.tar.gz +62acf21d461787e64fa0ba73f67e1581 pcp-webjs-20160613gitpcp-webjs-3.11.2.src.tar.gz +39c86148f694c3a2da411db9a0aab96b vector-20160613gitc851eac.tar.gz From 14f2d8e614eef62cd97062f91f2e5ef845b68962 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 17 Jun 2016 17:04:01 +1000 Subject: [PATCH 5/5] Update to latest community sources --- .gitignore | 3 +++ pcp.spec | 28 +++++++++++++--------------- sources | 6 +++--- 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 315e07b..67bee60 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,6 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.11.3-0.20160613git62d62f6.tar.gz /pcp-webjs-20160613gitpcp-webjs-3.11.2.src.tar.gz /vector-20160613gitc851eac.tar.gz +/pcp-3.11.3.src.tar.gz +/pcp-webjs-3.11.2.tar.gz +/vector-1.1.0.tar.gz diff --git a/pcp.spec b/pcp.spec index da4ebc5..ce18174 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 0 +%global buildversion 1 -Release: 0.20160613git62d62f6%{?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.20160613git62d62f6.tar.gz +Source0: %{name}-%{version}.src.tar.gz # https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz -Source1: pcp-webjs-20160613gitpcp-webjs-3.11.2.src.tar.gz +Source1: vector-1.1.0.tar.gz # https://github.com/performancecopilot/pcp-webjs/archive/x.y.z.tar.gz -Source2: vector-20160613gitc851eac.tar.gz +Source2: pcp-webjs-3.11.2.tar.gz %global disable_snmp 0 @@ -2219,7 +2219,7 @@ cd # C source files that rpmlint complains about. These are not devel files, # but rather they are (slightly obscure) PMDA config files. # -%doc CHANGELOG COPYING INSTALL README VERSION.pcp pcp.lsm +%doc CHANGELOG COPYING INSTALL.md README.md VERSION.pcp pcp.lsm %dir %{_confdir} %dir %{_pmdasdir} @@ -2632,15 +2632,13 @@ cd %endif %changelog -* Mon Jun 13 2016 Lukas Berk - 3.11.3-0.20160613git62d62f6 -- Automated weekly rawhide release - -* Mon Jun 06 2016 Lukas Berk - 3.11.3-0.20160606gita7ba4e4 -- Automated weekly rawhide release - -* Mon Jun 06 2016 Lukas Berk - 3.11.3-0.20160606git566cf74 -- 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) +- Disallow stopping pmie/pmlogger daemons from cron (BZ 1336792) +- Fail fast for easily detected bad pmcd configuration (BZ 1336210) +- Implement primary (local) pmie concept in rc pmie (BZ 1323851) +- Update to latest PCP Sources. * Mon May 16 2016 Jitka Plesnikova - 3.11.2-2.1 - Perl 5.24 rebuild diff --git a/sources b/sources index baf8fb3..48bd21e 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -61ffe28620f0f7bb98e01605ff08674d pcp-3.11.3-0.20160613git62d62f6.tar.gz -62acf21d461787e64fa0ba73f67e1581 pcp-webjs-20160613gitpcp-webjs-3.11.2.src.tar.gz -39c86148f694c3a2da411db9a0aab96b vector-20160613gitc851eac.tar.gz +2afbdac61697d2e2421914ad77e282f2 pcp-3.11.3.src.tar.gz +b59b0234969a14dec723c26fbae1fdab pcp-webjs-3.11.2.tar.gz +e1723b57dc9dad46650cdaf001a0d6e7 vector-1.1.0.tar.gz