Bug 864863

Summary: $basearch and $releasever not working in cachedir
Product: Red Hat Enterprise Linux 5 Reporter: Levente Farkas <lfarkas>
Component: yumAssignee: James Antill <james.antill>
Status: CLOSED NOTABUG QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.8   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-11 20:10:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Levente Farkas 2012-10-10 10:12:11 UTC
if i like to setup yum case in the same way as in rhel6 ie:
cachedir=/var/cache/yum/$basearch/$releasever
then it's not working ie. the directory will be called as 
/var/cache/yum/$basearch/$releasever
in stead of 
/var/cache/yum/5/i386

Comment 1 James Antill 2012-10-11 20:10:29 UTC
 Yeh, the RHEL-5 version of yum doesn't interpret the cachedir config. option. It's unlikely to be added as an RFE to RHEL-5 at this point, without a strong reason behind it.

Comment 2 Levente Farkas 2012-10-12 06:13:29 UTC
but it understand it in all other option except this one and also the man page said it should have to be....