Automated weekly pcp rawhide release: 0.20160711git990fea6
This commit is contained in:
parent
e440a936b2
commit
8829a6c5b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
12
pcp.spec
12
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 <lberk@redhat.com> - 3.11.4-0.20160711git990fea6
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
||||
* Mon Jul 11 2016 Lukas Berk <lberk@redhat.com> - 3.11.4-0.20160711git274b6ca
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
4
sources
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user