Bug 127730

Summary: rpmbuild needs to free the Rpmrc in some cases
Product: [Fedora] Fedora Reporter: Mark Hatle <mhatle>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED UPSTREAM QA Contact: Mike McLean <mikem>
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: 2004-10-17 18:57:10 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:
Attachments:
Description Flags
Patch to add the two required rpmFreeRpmrc() calls. none

Description Mark Hatle 2004-07-12 23:33:43 UTC
Description of problem:
If the rpmrc contains macros that point to the target specific
directories, they are not always reread properly.

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

Comment 1 Mark Hatle 2004-07-12 23:35:08 UTC
Created attachment 101843 [details]
Patch to add the two required rpmFreeRpmrc() calls.

This is what we have used in MontaVista Linux since rpm version 4.1.

Comment 2 Jeff Johnson 2004-10-17 18:57:10 UTC
Added to rpm CVS HEAD, should be in rpm-4.4 when built.
Thanks for the patch.