Bug 854128

Summary: configure in prep section
Product: Red Hat Enterprise Linux 7 Reporter: Marcela Mašláňová <mmaslano>
Component: pcpAssignee: Nathan Scott <nathans>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: fche, mgoodwin, nathans
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-25 16:16:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marcela Mašláňová 2012-09-04 06:39:20 UTC
Could you move autoconf and configure into build section in your specfile? Usually prep is used only for unpacking archives and applying patch. No other process should run in this part.

%prep
%setup -q
autoconf
%configure

%clean
rm -Rf $RPM_BUILD_ROOT

%build
make default_pcp

Comment 1 Nathan Scott 2012-09-10 10:27:17 UTC
This is fixed in Fedora, and DTS.  If not already, I expect this will soon be resolved in RHEL7 too.

thanks.

Comment 2 Frank Ch. Eigler 2012-10-25 16:16:08 UTC
rhel7 pcp 3.6.8 fixes this