Bug 4152

Summary: --prefix does not work when installing source rpm
Product: [Retired] Red Hat Linux Reporter: kestes
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0   
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: 1999-07-22 13:59:50 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 kestes 1999-07-22 01:49:38 UTC
I tried running this command

rpm -U --prefix /data1/builds/1 \
htdocs-redirect-emc-2.48-2.src.rpm


I have a topdir setup in /data1/builds/1 and the
files did not go into /data1/builds/1/SOURCES and
/data1/builds1/SPECS


I use RPM version 2.5.6 so this may be fixed in your sources
already.

Comment 1 Jeff Johnson 1999-07-22 13:59:59 UTC
The --prefix option supplies a new leading path for a tag in a binary
rpm containing that contains the old leading path and absolute
path names. Since src.rpm's contain relative not absolute paths
and do not contain a prefix tag at all it's unclear whether the
effort involved in implementing --prefix is worth the effort.

Meanwhile, try
	rpm --define '_topdir	/data1/builds/1' -U ...
which should have the desired effect.