Automated weekly pcp rawhide release: 0.20160802git6a52104
This commit is contained in:
parent
b3c109fc73
commit
ab3521e44e
3
.gitignore
vendored
3
.gitignore
vendored
@ -104,3 +104,6 @@ pcp-3.3.3-1.src.tar.gz
|
|||||||
/pcp-3.11.4-0.20160725gitb2db089.tar.gz
|
/pcp-3.11.4-0.20160725gitb2db089.tar.gz
|
||||||
/pcp-webjs-20160725gitcce8001.src.tar.gz
|
/pcp-webjs-20160725gitcce8001.src.tar.gz
|
||||||
/vector-20160725git6d01399.tar.gz
|
/vector-20160725git6d01399.tar.gz
|
||||||
|
/pcp-3.11.4-0.20160802git6a52104.tar.gz
|
||||||
|
/pcp-webjs-20160802gitcce8001.src.tar.gz
|
||||||
|
/vector-20160802git6d01399.tar.gz
|
||||||
|
17
pcp.spec
17
pcp.spec
@ -3,16 +3,16 @@ Name: pcp
|
|||||||
Version: 3.11.4
|
Version: 3.11.4
|
||||||
%global buildversion 0
|
%global buildversion 0
|
||||||
|
|
||||||
Release: 0.20160725gitb2db089%{?dist}
|
Release: 0.20160802git6a52104%{?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.20160725gitb2db089.tar.gz
|
Source0: %{name}-%{version}-0.20160802git6a52104.tar.gz
|
||||||
# https://bintray.com/artifact/download/netflixoss/downloads/vector.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
|
# 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
|
%global disable_snmp 0
|
||||||
|
|
||||||
@ -1805,13 +1805,13 @@ ls -1 $RPM_BUILD_ROOT/%{_bindir} |\
|
|||||||
grep -E 'pmiostat|pmcollectl|pmatop|pmrep' |\
|
grep -E 'pmiostat|pmcollectl|pmatop|pmrep' |\
|
||||||
sed -e 's#^#'%{_bindir}'\/#' >pcp_system_tools.list
|
sed -e 's#^#'%{_bindir}'\/#' >pcp_system_tools.list
|
||||||
ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\
|
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
|
sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >>pcp_system_tools.list
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\
|
ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\
|
||||||
%if !%{disable_python2} || !%{disable_python3}
|
%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
|
%endif
|
||||||
sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >base_exec.list
|
sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >base_exec.list
|
||||||
ls -1 $RPM_BUILD_ROOT/%{_booksdir} |\
|
ls -1 $RPM_BUILD_ROOT/%{_booksdir} |\
|
||||||
@ -2305,6 +2305,7 @@ cd
|
|||||||
%dir %{_confdir}/pmlogger/control.d
|
%dir %{_confdir}/pmlogger/control.d
|
||||||
%config(noreplace) %{_confdir}/pmlogger/control
|
%config(noreplace) %{_confdir}/pmlogger/control
|
||||||
%config(noreplace) %{_confdir}/pmlogger/control.d/local
|
%config(noreplace) %{_confdir}/pmlogger/control.d/local
|
||||||
|
%dir %attr(0775,pcp,pcp) %{_confdir}/nssdb
|
||||||
|
|
||||||
%{_localstatedir}/lib/pcp/config/pmafm
|
%{_localstatedir}/lib/pcp/config/pmafm
|
||||||
%dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmie
|
%dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmie
|
||||||
@ -2661,6 +2662,10 @@ cd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 02 2016 Lukas Berk <lberk@redhat.com> - 3.11.4-0.20160802git6a52104
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Mon Jul 25 2016 Lukas Berk <lberk@redhat.com> - 3.11.4-0.20160725gitb2db089
|
* Mon Jul 25 2016 Lukas Berk <lberk@redhat.com> - 3.11.4-0.20160725gitb2db089
|
||||||
- Automated weekly rawhide release
|
- Automated weekly rawhide release
|
||||||
|
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
013fe1cef20703f27928a032065a8bca pcp-3.11.4-0.20160725gitb2db089.tar.gz
|
0198a5ba11aa2959ee78fa8c7bf6b17f pcp-3.11.4-0.20160802git6a52104.tar.gz
|
||||||
286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160725gitcce8001.src.tar.gz
|
286ad4bee0b01fe53b005b9d0bab8a7c pcp-webjs-20160802gitcce8001.src.tar.gz
|
||||||
c9d205783fb4b8f2264ccc0decb8b990 vector-20160725git6d01399.tar.gz
|
d4481924afe13a358fc4b13dddfa4a9c vector-20160802git6d01399.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user