Automated weekly pcp rawhide release: 0.20150810gitad91613

This commit is contained in:
Lukas Berk 2015-08-10 08:57:42 -04:00
parent 257c67c355
commit a4c9e81ff2
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ pcp-3.3.3-1.src.tar.gz
/pcp-3.10.4.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

View File

@ -1,13 +1,13 @@
Summary: System-level performance monitoring and performance management
Name: pcp
Version: 3.10.6
%global buildversion 1
Version: 3.10.7
%global buildversion 0
Release: %{buildversion}%{?dist}
Release: 0.20150810gitad91613%{?dist}
License: GPLv2+ and LGPLv2.1+ and CC-BY
URL: http://www.pcp.io
Group: Applications/System
Source0: pcp-%{version}.src.tar.gz
Source0: %{name}-%{version}-0.20150810gitad91613.tar.gz
Source1: pcp-webjs.src.tar.gz
# 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
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
%global disable_sdt 0
%else
%ifnarch ppc ppc64
%global disable_sdt 0
%else
%global disable_sdt 1
%endif
%else
%global disable_sdt 1
%endif
# rpm producing "noarch" packages
@ -186,6 +186,7 @@ Obsoletes: pcp-gui-debuginfo
%global _initddir %{_datadir}/pcp/lib
%else
%global _initddir %{_sysconfdir}/rc.d/init.d
%global _with_initd --with-rcdir=%{_initddir}
%endif
# we never want Infiniband on s390 platforms
@ -2331,6 +2332,10 @@ cd
%endif
%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
- Fix pcp2graphite write method invocation failure (BZ 1243123)
- Reduce diagnostics in pmdaproc unknown state case (BZ 1224431)

View File

@ -1,2 +1,2 @@
5282d9183a57a813da58b38f9bb76067 pcp-3.10.6.src.tar.gz
9d63efe779fe0c07d00dd237c2a400a5 pcp-3.10.7-0.20150810gitad91613.tar.gz
628bb0764c2ee9647a79ed50136ed12f pcp-webjs.src.tar.gz