Bug 926045

Summary: package in <repos/> won't be installed via <packages/>
Product: [Retired] Beaker Reporter: Monson Shao <jshao>
Component: beahAssignee: beaker-dev-list
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.11CC: asaha, ccui, dcallagh, mishin, qwan, rglasz, rmancy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-24 21:43: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 Monson Shao 2013-03-23 12:51:20 UTC
Description of problem:

Sample part of jobxml:

    <repos>
        <repo name='Supplementary' url='http://download.devel.redhat.com/released/RHEL-5-Server-Supplementary/U6/ia64/os/Supplementary/'/>
    </repos>
    <packages>
        <package name='xen-ia64-guest-firmware'/>
    </packages>

The package xen-ia64-guest-firmware is in repo Supplementary, however,
won't be installed if specified like above.

The anaconda.log shows that packages in <packages/> are installed only
if they are in primary repo, because other repos are added after then.
When a user specifies a repo, he usually means to install some packages
from it, so <packages/> should be installed in procedure %post, or <repos/>
added before %packages .

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

How reproducible:
100%

Steps to Reproduce:
1.
2.
3.
  
Actual results:
<packages/> in <repos/> won't be installed

Expected results:
<packages/> in <repos/> will be installed

Additional info:

Comment 1 Amit Saha 2013-03-24 21:43:29 UTC
This should be fixed in the upcoming 0.12 release. Please let us know if you still see the problem.

*** This bug has been marked as a duplicate of bug 902390 ***