Automated weekly pcp rawhide release: 0.20151207git44f18ab
This commit is contained in:
parent
ae308aa80b
commit
6f5f83d5b0
3
.gitignore
vendored
3
.gitignore
vendored
@ -64,3 +64,6 @@ pcp-3.3.3-1.src.tar.gz
|
|||||||
/pcp-3.10.9-0.20151207gited763bb.tar.gz
|
/pcp-3.10.9-0.20151207gited763bb.tar.gz
|
||||||
/pcp-webjs-20151207git09da29d.src.tar.gz
|
/pcp-webjs-20151207git09da29d.src.tar.gz
|
||||||
/vector-20151207git0ec9197.tar.gz
|
/vector-20151207git0ec9197.tar.gz
|
||||||
|
/pcp-3.10.9-0.20151207git44f18ab.tar.gz
|
||||||
|
/pcp-webjs-20151207git17704ea.src.tar.gz
|
||||||
|
/vector-20151207gitv1.0.3.tar.gz
|
||||||
|
15
pcp.spec
15
pcp.spec
@ -3,16 +3,16 @@ Name: pcp
|
|||||||
Version: 3.10.9
|
Version: 3.10.9
|
||||||
%global buildversion 0
|
%global buildversion 0
|
||||||
|
|
||||||
Release: 0.20151207gited763bb%{?dist}
|
Release: 0.20151207git44f18ab%{?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.20151207gited763bb.tar.gz
|
Source0: %{name}-%{version}-0.20151207git44f18ab.tar.gz
|
||||||
# https://github.com/performancecopilot/pcp-webjs/archive/master.zip
|
# https://github.com/performancecopilot/pcp-webjs/archive/master.zip
|
||||||
Source1: pcp-webjs-20151207git09da29d.src.tar.gz
|
Source1: pcp-webjs-20151207git17704ea.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-20151207git0ec9197.tar.gz
|
Source2: vector-20151207gitv1.0.3.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
|
||||||
@ -111,6 +111,8 @@ Source2: vector-20151207git0ec9197.tar.gz
|
|||||||
Conflicts: librapi
|
Conflicts: librapi
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
# https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B
|
||||||
|
BuildRequires: gcc gcc-c++
|
||||||
BuildRequires: procps autoconf bison flex
|
BuildRequires: procps autoconf bison flex
|
||||||
BuildRequires: nss-devel
|
BuildRequires: nss-devel
|
||||||
BuildRequires: rpm-devel
|
BuildRequires: rpm-devel
|
||||||
@ -2061,7 +2063,6 @@ cd
|
|||||||
%config(noreplace) %{_sysconfdir}/sysconfig/pmcd
|
%config(noreplace) %{_sysconfdir}/sysconfig/pmcd
|
||||||
%config %{_sysconfdir}/bash_completion.d/pcp
|
%config %{_sysconfdir}/bash_completion.d/pcp
|
||||||
%config %{_sysconfdir}/pcp.env
|
%config %{_sysconfdir}/pcp.env
|
||||||
%config %{_sysconfdir}/pcp.sh
|
|
||||||
%dir %{_confdir}/pmcd
|
%dir %{_confdir}/pmcd
|
||||||
%config(noreplace) %{_confdir}/pmcd/pmcd.conf
|
%config(noreplace) %{_confdir}/pmcd/pmcd.conf
|
||||||
%config(noreplace) %{_confdir}/pmcd/pmcd.options
|
%config(noreplace) %{_confdir}/pmcd/pmcd.options
|
||||||
@ -2420,6 +2421,10 @@ cd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 07 2015 Lukas Berk <lberk@redhat.com> - 3.10.9-0.20151207git44f18ab
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Mon Dec 07 2015 Lukas Berk <lberk@redhat.com> - 3.10.9-0.20151207gited763bb
|
* Mon Dec 07 2015 Lukas Berk <lberk@redhat.com> - 3.10.9-0.20151207gited763bb
|
||||||
- Automated weekly rawhide release
|
- Automated weekly rawhide release
|
||||||
- Applied spec changes from upstream git
|
- Applied spec changes from upstream git
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
cce2f80405c553c104d0deb51179ef21 pcp-3.10.9-0.20151207gited763bb.tar.gz
|
67a6978c0e1e0e712dac994d3178b3d0 pcp-3.10.9-0.20151207git44f18ab.tar.gz
|
||||||
035a120efbb02c051abe60a231d2fcb4 pcp-webjs-20151207git09da29d.src.tar.gz
|
1f19a9b03bfb6708e553b70f3bb0e225 pcp-webjs-20151207git17704ea.src.tar.gz
|
||||||
2074ccf9c0154f1f1d979a00839b7b80 vector-20151207git0ec9197.tar.gz
|
30032f6a06a5dee5a9b47ad385505a77 vector-20151207gitv1.0.3.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user