Bug 191825

Summary: Dependency on %{imake} making transfig unable to build in mock
Product: [Fedora] Fedora Reporter: Andreas Thienemann <andreas>
Component: transfigAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: misek
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-05-16 08:18:19 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:
Bug Depends On:    
Bug Blocks: 191529    
Attachments:
Description Flags
Patch, fixing the imake dependency none

Description Andreas Thienemann 2006-05-15 23:11:09 UTC
As 'which imake' is returning an empty result in a minimal buildroot, such as
one  mock creates, rpm sees an empty BuildRequire, making it bail.

Attached is a patch, which changes the %{imake} dependency to BuildRequire: imake.

This makes transfig compile in mock.

Comment 1 Andreas Thienemann 2006-05-15 23:11:09 UTC
Created attachment 129139 [details]
Patch, fixing the imake dependency

Comment 2 Andreas Thienemann 2006-05-15 23:12:28 UTC
*** Bug 191717 has been marked as a duplicate of this bug. ***

Comment 3 Than Ngo 2006-05-16 08:18:19 UTC
it's now fixed in rawhide. Thanks for youre report.