Automated weekly pcp rawhide release: 0.20151111git892d4d7
This commit is contained in:
parent
84f14b4241
commit
9e84641b90
3
.gitignore
vendored
3
.gitignore
vendored
@ -49,3 +49,6 @@ pcp-3.3.3-1.src.tar.gz
|
|||||||
/pcp-3.10.8-0.20151026git5f56d74.tar.gz
|
/pcp-3.10.8-0.20151026git5f56d74.tar.gz
|
||||||
/pcp-3.10.8.src.tar.gz
|
/pcp-3.10.8.src.tar.gz
|
||||||
/pcp-3.10.9-0.20151104git7a881e7.tar.gz
|
/pcp-3.10.9-0.20151104git7a881e7.tar.gz
|
||||||
|
/pcp-3.10.9-0.20151111git892d4d7.tar.gz
|
||||||
|
/pcp-webjs-20151111git09da29d.src.tar.gz
|
||||||
|
/vector-20151111git6805518.tar.gz
|
||||||
|
33
pcp.spec
33
pcp.spec
@ -3,16 +3,16 @@ Name: pcp
|
|||||||
Version: 3.10.9
|
Version: 3.10.9
|
||||||
%global buildversion 0
|
%global buildversion 0
|
||||||
|
|
||||||
Release: 0.20151105git7a881e7%{?dist}
|
Release: 0.20151111git892d4d7%{?dist}
|
||||||
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
||||||
URL: http://www.pcp.io
|
URL: http://www.pcp.io
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
# https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz
|
# https://bintray.com/artifact/download/pcp/source/pcp-%{version}.src.tar.gz
|
||||||
Source0: %{name}-%{version}-0.20151104git7a881e7.tar.gz
|
Source0: %{name}-%{version}-0.20151111git892d4d7.tar.gz
|
||||||
# https://github.com/performancecopilot/pcp-webjs/archive/master.zip
|
# https://github.com/performancecopilot/pcp-webjs/archive/master.zip
|
||||||
Source1: pcp-webjs.src.tar.gz
|
Source1: pcp-webjs-20151111git09da29d.src.tar.gz
|
||||||
# https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz
|
# https://bintray.com/artifact/download/netflixoss/downloads/vector.tar.gz
|
||||||
Source2: vector.tar.gz
|
Source2: vector-20151111git6805518.tar.gz
|
||||||
|
|
||||||
# Compat check for distros that already have single install pmda's
|
# Compat check for distros that already have single install pmda's
|
||||||
%if 0%{?fedora} > 22 || 0%{?rhel} > 7
|
%if 0%{?fedora} > 22 || 0%{?rhel} > 7
|
||||||
@ -694,6 +694,7 @@ Summary: Performance Co-Pilot (PCP) metrics for Elasticsearch
|
|||||||
URL: http://www.pcp.io
|
URL: http://www.pcp.io
|
||||||
Requires: perl-PCP-PMDA = %{version}-%{release}
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
||||||
Requires: perl(LWP::UserAgent)
|
Requires: perl(LWP::UserAgent)
|
||||||
|
BuildRequires: perl(LWP::UserAgent)
|
||||||
|
|
||||||
%description pmda-elasticsearch
|
%description pmda-elasticsearch
|
||||||
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
||||||
@ -800,8 +801,8 @@ Group: Applications/System
|
|||||||
Summary: Performance Co-Pilot (PCP) metrics for MySQL
|
Summary: Performance Co-Pilot (PCP) metrics for MySQL
|
||||||
URL: http://www.pcp.io
|
URL: http://www.pcp.io
|
||||||
Requires: perl-PCP-PMDA = %{version}-%{release}
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
||||||
Requires: perl(DBI)
|
Requires: perl(DBI) perl(DBD::mysql)
|
||||||
Requires: perl(DBD::mysql)
|
BuildRequires: perl(DBI) perl(DBD::mysql)
|
||||||
|
|
||||||
%description pmda-mysql
|
%description pmda-mysql
|
||||||
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
||||||
@ -862,6 +863,7 @@ Summary: Performance Co-Pilot (PCP) metrics for the Nginx Webserver
|
|||||||
URL: http://www.pcp.io
|
URL: http://www.pcp.io
|
||||||
Requires: perl-PCP-PMDA = %{version}-%{release}
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
||||||
Requires: perl(LWP::UserAgent)
|
Requires: perl(LWP::UserAgent)
|
||||||
|
BuildRequires: perl(LWP::UserAgent)
|
||||||
|
|
||||||
%description pmda-nginx
|
%description pmda-nginx
|
||||||
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
||||||
@ -909,12 +911,15 @@ URL: http://www.pcp.io
|
|||||||
Requires: perl-PCP-PMDA = %{version}-%{release}
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
||||||
%if 0%{?fedora} > 16 || 0%{?rhel} > 5
|
%if 0%{?fedora} > 16 || 0%{?rhel} > 5
|
||||||
Requires: postfix-perl-scripts
|
Requires: postfix-perl-scripts
|
||||||
|
BuildRequires: postfix-perl-scripts
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} <= 5
|
%if 0%{?rhel} <= 5
|
||||||
Requires: postfix
|
Requires: postfix
|
||||||
|
BuildRequires: postfix
|
||||||
%endif
|
%endif
|
||||||
%if "%{_vendor}" == "suse"
|
%if "%{_vendor}" == "suse"
|
||||||
Requires: postfix-doc
|
Requires: postfix-doc
|
||||||
|
BuildRequires: postfix-doc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description pmda-postfix
|
%description pmda-postfix
|
||||||
@ -931,8 +936,8 @@ Group: Applications/System
|
|||||||
Summary: Performance Co-Pilot (PCP) metrics for PostgreSQL
|
Summary: Performance Co-Pilot (PCP) metrics for PostgreSQL
|
||||||
URL: http://www.pcp.io
|
URL: http://www.pcp.io
|
||||||
Requires: perl-PCP-PMDA = %{version}-%{release}
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
||||||
Requires: perl(DBI)
|
Requires: perl(DBI) perl(DBD::Pg)
|
||||||
Requires: perl(DBD::Pg)
|
BuildRequires: perl(DBI) perl(DBD::Pg)
|
||||||
|
|
||||||
%description pmda-postgresql
|
%description pmda-postgresql
|
||||||
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
||||||
@ -1130,12 +1135,12 @@ Summary: Performance Co-Pilot (PCP) metrics for JSON data
|
|||||||
URL: http://www.pcp.io
|
URL: http://www.pcp.io
|
||||||
%if !%{disable_python3}
|
%if !%{disable_python3}
|
||||||
Requires: python3-pcp
|
Requires: python3-pcp
|
||||||
Requires: python3-jsonpointer
|
Requires: python3-jsonpointer python3-six
|
||||||
Requires: python3-six
|
BuildRequires: python3-jsonpointer python3-six
|
||||||
%else
|
%else
|
||||||
Requires: python-pcp
|
Requires: python-pcp
|
||||||
Requires: python-jsonpointer
|
Requires: python-jsonpointer python-six
|
||||||
Requires: python-six
|
BuildRequires: python-jsonpointer python-six
|
||||||
%endif
|
%endif
|
||||||
%description pmda-json
|
%description pmda-json
|
||||||
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
||||||
@ -2398,6 +2403,10 @@ cd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 11 2015 Lukas Berk <lberk@redhat.com> - 3.10.9-0.20151111git892d4d7
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.9-0.20151105git7a881e7
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.9-0.20151105git7a881e7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||||
|
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
ced8e182b5b30851ee8159447012a134 pcp-3.10.9-0.20151104git7a881e7.tar.gz
|
e3b3336fdfabf3de2354e280c622e0e3 pcp-3.10.9-0.20151111git892d4d7.tar.gz
|
||||||
035a120efbb02c051abe60a231d2fcb4 pcp-webjs.src.tar.gz
|
035a120efbb02c051abe60a231d2fcb4 pcp-webjs-20151111git09da29d.src.tar.gz
|
||||||
1e8d1542aeb31e96d783e83735a4a9a1 vector.tar.gz
|
1f308dc9131e88a014f4875368052776 vector-20151111git6805518.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user