Bug 181039

Summary: Missing BuildRequires for gcc-c++
Product: [Fedora] Fedora Reporter: Felipe Alfaro Solana <felipe_alfaro>
Component: libuserAssignee: Miloslav Trmač <mitr>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-12 20:49:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Felipe Alfaro Solana 2006-02-12 02:07:09 UTC
Description of problem:
The .spec file for libuser-0.54.3-1.2 misses the following BuildRequires:

BuildRequires: gcc-c++

Version-Release number of selected component (if applicable):
0.54.3-1.2

How reproducible:
Always

Steps to Reproduce:
1. yum erase gcc-c++
2. rpm --rebuild libuser-0.54.3-1.2.src.rpm
  
Actual results:
The build process fails during "%configure".

Expected results:
The missing BuildRequires should get added to the .spec file.

Additional info:
This affects libuser-0.53.7-1 from FC4.

Comment 1 Miloslav Trmač 2006-02-12 20:49:25 UTC
libuser-0.54.3 builds fine without g++ for me.
Anyway, gcc-c++ is considered a part of the minimum build environment in
Fedora Extras, so I think it is reasonable to omit the explicit BuildRequires
here, even if it were necessary.