From fb06024fc798aac09aefa0a4eeb1eb24fc55546c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 26 Mar 2013 09:53:20 +1100 Subject: [PATCH] Run autoconf during %build to ensure latest configure script used (eg new platforms) --- pcp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.