Bug 926045 - package in <repos/> won't be installed via <packages/>
Summary: package in <repos/> won't be installed via <packages/>
Keywords:
Status: CLOSED DUPLICATE of bug 902390
Alias: None
Product: Beaker
Classification: Retired
Component: beah
Version: 0.11
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: beaker-dev-list
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-23 12:51 UTC by Monson Shao
Modified: 2018-02-06 00:41 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-24 21:43:29 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.