Bug 117967

Summary: [rpm-python] [RFE] Enable relocations to be passed from rpm-python
Product: [Fedora] Fedora Reporter: Paul Nasrat <nobody+pnasrat>
Component: rpmAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-01 14:17:03 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 Paul Nasrat 2004-03-10 16:22:59 UTC
Description of problem:

Currently ts.addInstall knows nothing of relocations, the call to
rpmtsAddInstallElement passes NULL for relocations.

As rpm-python should be fully functional I'm adding an rfe.

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

rpm-4.3

How reproducible:

Always - you just can't do it

Steps to Reproduce:

n/a
  
Actual results:

n/a
Expected results:

setting a relocation should be exposed

Additional info:

I guesss having an array/dict which we wrap to rpmRelocation and allow
that to be set is one way of doing this.

Comment 1 Jeff Johnson 2006-03-01 14:17:03 UTC
Passing relocations from bindings is the wrong approach, permitting
macros in dirnames/basenames will be how relocations are eventually
handled.