diff --git a/pcp.spec b/pcp.spec index 0664029..6bda294 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,7 +1,7 @@ Summary: System-level performance monitoring and performance management Name: pcp Version: 3.7.1 -%define buildversion 1 +%define buildversion 2 Release: %{buildversion}%{?dist} License: GPLv2 @@ -219,6 +219,7 @@ building Performance Metric API (PMAPI) tools using Python. rm -Rf $RPM_BUILD_ROOT %build +autoconf %configure --with-rcdir=%{_initddir} --with-tmpdir=%{_tempsdir} make default_pcp @@ -484,6 +485,9 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null %defattr(-,root,root) %changelog +* Mon Mar 25 2013 Nathan Scott - 3.7.1-2 +- Run autoconf before configure for latest scripts (BZ 926315). + * Wed Mar 20 2013 Nathan Scott - 3.7.1-1 - Update to latest PCP sources. - Migrate all tempfiles correctly to the new tempdir hierarchy.