Automated weekly pcp rawhide release: 0.20150818git063cfd3
This commit is contained in:
parent
a4c9e81ff2
commit
aee4d81e00
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ pcp-3.3.3-1.src.tar.gz
|
||||
/pcp-3.10.5.src.tar.gz
|
||||
/pcp-3.10.6.src.tar.gz
|
||||
/pcp-3.10.7-0.20150810gitad91613.tar.gz
|
||||
/pcp-3.10.7-0.20150818git063cfd3.tar.gz
|
||||
|
31
pcp.spec
31
pcp.spec
@ -3,11 +3,11 @@ Name: pcp
|
||||
Version: 3.10.7
|
||||
%global buildversion 0
|
||||
|
||||
Release: 0.20150810gitad91613%{?dist}
|
||||
Release: 0.20150818git063cfd3%{?dist}
|
||||
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
||||
URL: http://www.pcp.io
|
||||
Group: Applications/System
|
||||
Source0: %{name}-%{version}-0.20150810gitad91613.tar.gz
|
||||
Source0: %{name}-%{version}-0.20150818git063cfd3.tar.gz
|
||||
Source1: pcp-webjs.src.tar.gz
|
||||
|
||||
# Compat check for distros that already have single install pmda's
|
||||
@ -1073,6 +1073,24 @@ This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
||||
collecting metrics about the Unbound DNS Resolver.
|
||||
# end pcp-pmda-unbound
|
||||
|
||||
#
|
||||
# pcp-pmda-mic
|
||||
#
|
||||
%package pmda-mic
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
Summary: Performance Co-Pilot (PCP) metrics for Intel MIC cards
|
||||
URL: http://www.pcp.io
|
||||
%if !%{disable_python3}
|
||||
Requires: python3-pcp
|
||||
%else
|
||||
Requires: python-pcp
|
||||
%endif
|
||||
%description pmda-mic
|
||||
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
||||
collecting metrics about Intel MIC cards.
|
||||
# end pcp-pmda-mic
|
||||
|
||||
%endif # !%{disable_python2} || !%{disable_python3}
|
||||
|
||||
%if !%{disable_json}
|
||||
@ -1382,7 +1400,7 @@ Requires: pcp-pmda-bash pcp-pmda-cisco pcp-pmda-gfs2 pcp-pmda-lmsensors pcp-pmda
|
||||
Requires: pcp-pmda-nvidia-gpu pcp-pmda-roomtemp pcp-pmda-sendmail pcp-pmda-shping pcp-pmda-logger
|
||||
Requires: pcp-pmda-lustrecomm
|
||||
%if !%{disable_python2} || !%{disable_python3}
|
||||
Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound
|
||||
Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound pcp-pmda-mic
|
||||
Requires: pcp-system-tools pcp-export-pcp2graphite
|
||||
%endif
|
||||
%if !%{disable_json}
|
||||
@ -1415,7 +1433,7 @@ Requires: pcp-pmda-bash pcp-pmda-cisco pcp-pmda-gfs2 pcp-pmda-lmsensors pcp-pmda
|
||||
Requires: pcp-pmda-nvidia-gpu pcp-pmda-roomtemp pcp-pmda-sendmail pcp-pmda-shping
|
||||
Requires: pcp-pmda-lustrecomm pcp-pmda-logger
|
||||
%if !%{disable_python2} || !%{disable_python3}
|
||||
Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound
|
||||
Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound pcp-pmda-mic
|
||||
%endif
|
||||
%if !%{disable_json}
|
||||
Requires: pcp-pmda-json
|
||||
@ -1666,6 +1684,7 @@ ls -1 $RPM_BUILD_ROOT/%{_pmdasdir} |\
|
||||
grep -E -v '^weblog' |\
|
||||
grep -E -v '^rpm' |\
|
||||
grep -E -v '^json' |\
|
||||
grep -E -v '^mic' |\
|
||||
grep -E -v '^gluster' |\
|
||||
grep -E -v '^zswap' |\
|
||||
grep -E -v '^unbound' |\
|
||||
@ -2332,6 +2351,10 @@ cd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2015 Lukas Berk <lberk@redhat.com> - 3.10.7-0.20150818git063cfd3
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
||||
* Mon Aug 10 2015 Lukas Berk <lberk@redhat.com> - 3.10.7-0.20150810gitad91613
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
Loading…
Reference in New Issue
Block a user