Update to 3.6.3-1
This commit is contained in:
parent
21b6ad2a15
commit
fd5f385f5e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ pcp-3.3.3-1.src.tar.gz
|
||||
/pcp.spec
|
||||
/pcp_configure_ppc64.patch
|
||||
/pcp-3.5.11-2.src.tar.gz
|
||||
/pcp-3.6.3-1.src.tar.gz
|
||||
|
42
pcp.spec
42
pcp.spec
@ -1,9 +1,9 @@
|
||||
Summary: System-level performance monitoring and performance management
|
||||
Name: pcp
|
||||
Version: 3.5.11
|
||||
%define buildversion 2
|
||||
Version: 3.6.3
|
||||
%define buildversion 1
|
||||
|
||||
Release: %{buildversion}%{?dist}.1
|
||||
Release: %{buildversion}%{?dist}
|
||||
License: GPLv2
|
||||
URL: http://oss.sgi.com/projects/pcp
|
||||
Group: Applications/System
|
||||
@ -17,8 +17,6 @@ BuildRequires: initscripts
|
||||
Requires: bash gawk sed grep fileutils findutils initscripts
|
||||
Requires: pcp-libs = %{version}
|
||||
|
||||
Patch0: pcp_configure_ppc64.patch
|
||||
|
||||
%define _pmdasdir %{_localstatedir}/lib/pcp/pmdas
|
||||
|
||||
%description
|
||||
@ -181,12 +179,8 @@ into standard PCP archive logs for replay with any PCP monitoring tool.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
autoconf
|
||||
|
||||
# The standard 'configure' macro should be used here, but configure.in
|
||||
# needs some tweaks before that will work correctly (TODO).
|
||||
./configure --libdir=%{_libdir} --libexecdir=%{_libexecdir}
|
||||
%configure
|
||||
|
||||
%clean
|
||||
rm -Rf $RPM_BUILD_ROOT
|
||||
@ -226,18 +220,24 @@ then
|
||||
#
|
||||
# Stop daemons before erasing the package
|
||||
#
|
||||
/sbin/service pcp stop >/dev/null 2>&1
|
||||
/sbin/service pmlogger stop >/dev/null 2>&1
|
||||
/sbin/service pmie stop >/dev/null 2>&1
|
||||
/sbin/service pmproxy stop >/dev/null 2>&1
|
||||
/sbin/service pcp stop >/dev/null 2>&1
|
||||
/sbin/service pmcd stop >/dev/null 2>&1
|
||||
|
||||
/sbin/chkconfig --del pcp >/dev/null 2>&1
|
||||
/sbin/chkconfig --del pmcd >/dev/null 2>&1
|
||||
/sbin/chkconfig --del pmlogger >/dev/null 2>&1
|
||||
/sbin/chkconfig --del pmie >/dev/null 2>&1
|
||||
/sbin/chkconfig --del pmproxy >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
%post
|
||||
/sbin/chkconfig --add pcp >/dev/null 2>&1
|
||||
/sbin/service pcp condrestart
|
||||
/sbin/chkconfig --add pmcd >/dev/null 2>&1
|
||||
/sbin/service pmcd condrestart
|
||||
/sbin/chkconfig --add pmlogger >/dev/null 2>&1
|
||||
/sbin/service pmlogger condrestart
|
||||
/sbin/chkconfig --add pmie >/dev/null 2>&1
|
||||
/sbin/service pmie condrestart
|
||||
/sbin/chkconfig --add pmproxy >/dev/null 2>&1
|
||||
@ -266,6 +266,8 @@ fi
|
||||
%{_localstatedir}/log/pcp
|
||||
%{_localstatedir}/lib/pcp/pmns
|
||||
%{_initrddir}/pcp
|
||||
%{_initrddir}/pmcd
|
||||
%{_initrddir}/pmlogger
|
||||
%{_initrddir}/pmie
|
||||
%{_initrddir}/pmproxy
|
||||
%{_mandir}/man4/*
|
||||
@ -354,8 +356,18 @@ fi
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.11-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
* Mon Apr 30 2012 Mark Goodwin - 3.6.3-1
|
||||
- Update to latest PCP sources
|
||||
|
||||
* Thu Apr 26 2012 Mark Goodwin - 3.6.2-1
|
||||
- Update to latest PCP sources
|
||||
|
||||
* Thu Apr 12 2012 Mark Goodwin - 3.6.1-1
|
||||
- Update to latest PCP sources
|
||||
|
||||
* Thu Mar 22 2012 Mark Goodwin - 3.6.0-1
|
||||
- use %configure macro for correct libdir logic
|
||||
- update to latest PCP sources
|
||||
|
||||
* Thu Dec 15 2011 Mark Goodwin - 3.5.11-2
|
||||
- patched configure.in for libdir=/usr/lib64 on ppc64
|
||||
|
Loading…
Reference in New Issue
Block a user