Bug 212607

Summary: comps.xml lists the ruby-ri package as ri instead of ruby-ri
Product: [Fedora] Fedora Reporter: John Saalwaechter <saalwaechter>
Component: compsAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6CC: tagoh
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: 2006-10-27 19:31:42 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:
Bug Depends On:    
Bug Blocks: 213580    

Description John Saalwaechter 2006-10-27 18:15:03 UTC
Description of problem:

The comps.xml file for FC6 lists the ruby-ri rpm package as "ri" instead 
of "ruby-ri"

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


How reproducible:


Steps to Reproduce:
1. Review the comps.xml file to create a kickstart file for FC6
2. Find that "ri" is not an actual rpm name, but ruby-ri is
3.
  
Actual results:


Expected results:


Additional info:

Here is the relevant part from comps.xml, with the lang lines removed:

  <group>
    <id>ruby</id>
    <name>Ruby</name>
    <description>Basic support for the Ruby programming language.</description>
    <default>false</default>
    <uservisible>false</uservisible>
    <packagelist>
      <packagereq type="mandatory">ruby</packagereq>
      <packagereq type="default">ruby-devel</packagereq>
      <packagereq type="default">ruby-mode</packagereq>
      <packagereq type="optional">eruby</packagereq>
      <packagereq type="optional">ri</packagereq>
    </packagelist>
  </group>

Comment 1 Jesse Keating 2006-10-27 19:31:42 UTC
Fixed in CVS.  Should land in rawhide.