Automated weekly pcp rawhide release: 0.20150810gitad91613
This commit is contained in:
parent
257c67c355
commit
a4c9e81ff2
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ pcp-3.3.3-1.src.tar.gz
|
|||||||
/pcp-3.10.4.src.tar.gz
|
/pcp-3.10.4.src.tar.gz
|
||||||
/pcp-3.10.5.src.tar.gz
|
/pcp-3.10.5.src.tar.gz
|
||||||
/pcp-3.10.6.src.tar.gz
|
/pcp-3.10.6.src.tar.gz
|
||||||
|
/pcp-3.10.7-0.20150810gitad91613.tar.gz
|
||||||
|
17
pcp.spec
17
pcp.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: System-level performance monitoring and performance management
|
Summary: System-level performance monitoring and performance management
|
||||||
Name: pcp
|
Name: pcp
|
||||||
Version: 3.10.6
|
Version: 3.10.7
|
||||||
%global buildversion 1
|
%global buildversion 0
|
||||||
|
|
||||||
Release: %{buildversion}%{?dist}
|
Release: 0.20150810gitad91613%{?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
|
||||||
Source0: pcp-%{version}.src.tar.gz
|
Source0: %{name}-%{version}-0.20150810gitad91613.tar.gz
|
||||||
Source1: pcp-webjs.src.tar.gz
|
Source1: pcp-webjs.src.tar.gz
|
||||||
|
|
||||||
# Compat check for distros that already have single install pmda's
|
# Compat check for distros that already have single install pmda's
|
||||||
@ -87,13 +87,13 @@ Source1: pcp-webjs.src.tar.gz
|
|||||||
|
|
||||||
# systemtap static probing, missing before el6 and on some architectures
|
# systemtap static probing, missing before el6 and on some architectures
|
||||||
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
||||||
|
%global disable_sdt 0
|
||||||
|
%else
|
||||||
%ifnarch ppc ppc64
|
%ifnarch ppc ppc64
|
||||||
%global disable_sdt 0
|
%global disable_sdt 0
|
||||||
%else
|
%else
|
||||||
%global disable_sdt 1
|
%global disable_sdt 1
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
%global disable_sdt 1
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# rpm producing "noarch" packages
|
# rpm producing "noarch" packages
|
||||||
@ -186,6 +186,7 @@ Obsoletes: pcp-gui-debuginfo
|
|||||||
%global _initddir %{_datadir}/pcp/lib
|
%global _initddir %{_datadir}/pcp/lib
|
||||||
%else
|
%else
|
||||||
%global _initddir %{_sysconfdir}/rc.d/init.d
|
%global _initddir %{_sysconfdir}/rc.d/init.d
|
||||||
|
%global _with_initd --with-rcdir=%{_initddir}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# we never want Infiniband on s390 platforms
|
# we never want Infiniband on s390 platforms
|
||||||
@ -2331,6 +2332,10 @@ cd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 10 2015 Lukas Berk <lberk@redhat.com> - 3.10.7-0.20150810gitad91613
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Tue Aug 04 2015 Nathan Scott <nathans@redhat.com> - 3.10.6-1
|
* Tue Aug 04 2015 Nathan Scott <nathans@redhat.com> - 3.10.6-1
|
||||||
- Fix pcp2graphite write method invocation failure (BZ 1243123)
|
- Fix pcp2graphite write method invocation failure (BZ 1243123)
|
||||||
- Reduce diagnostics in pmdaproc unknown state case (BZ 1224431)
|
- Reduce diagnostics in pmdaproc unknown state case (BZ 1224431)
|
||||||
|
Loading…
Reference in New Issue
Block a user