Bug 458002

Summary: RHEA-2007:0128-3 notice contains packages which don't exist
Product: [Retired] Red Hat Network Reporter: James Antill <james.antill>
Component: RHN/ChannelsAssignee: rhn-dev-list
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Network Quality Assurance <rhn-qa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: rhn506CC: aowens, dgregor, rhn-bugs, sskracic
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: us=47191
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-21 12:31:44 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: 428922    

Description James Antill 2008-08-06 02:11:55 UTC
Description of problem:
 I'm not sure this is the right component, the root cause of the problems really needs to be against rel-eng etc. I think. Anyway...

 yum/RHN provides update notices via. the updateinfo.xml file, part of that data is the packages which need to be downloaded/updated to fix that specific problem.
 However RHEA-2007:0128-3 contains all of the pkgs for all of the releases.

 Eg.

RHBA-2007:0129-2
 contains (relevant to .x86_64)
      Files : net-snmp-5.3.1-14.0.1.el5.i386.rpm
	    : net-snmp-libs-5.3.1-14.0.1.el5.x86_64.rpm
	    : net-snmp-devel-5.3.1-14.0.1.el5.i386.rpm
	    : net-snmp-perl-5.3.1-14.0.1.el5.x86_64.rpm
	    : net-snmp-utils-5.3.1-14.0.1.el5.i386.rpm
	    : net-snmp-5.3.1-14.0.1.el5.x86_64.rpm
	    : net-snmp-utils-5.3.1-14.0.1.el5.x86_64.rpm
	    : net-snmp-devel-5.3.1-14.0.1.el5.x86_64.rpm
	    : net-snmp-libs-5.3.1-14.0.1.el5.i386.rpm
	    : net-snmp-perl-5.3.1-14.0.1.el5.i386.rpm

...but RHEA-2007:0128-3 contains:

      Files : tzdata-2007d-1.el5.noarch.rpm
	    : tzdata-2007d-1.el3.noarch.rpm
	    : tzdata-2007d-1.el4.noarch.rpm
	    : tzdata-2007d-1.el2_1.noarch.rpm

...while this is not _that_ bad atm. ... it will soon be much more visible with a yum/yum-security change going into 5.3, and while I could probably work around it AFAICS this is the only notice with bad packages in it.

Comment 1 Amy Owens 2008-08-06 12:30:14 UTC
Dennis-- can you take a look?

Comment 2 Dennis Gregorovic 2008-09-05 16:30:45 UTC
This actually sounds like an issue for James Bowes.

Comment 5 Sebastian Skracic 2010-12-21 12:31:44 UTC
I am extremely pleased to find this fixed along with other changes included in moving the repodata generation to Java layer.  By manually inspecting the updateinfo.xml file on a RHEL5 box, it shows only this package info:

    <pkglist>
      <collection short="rhel-i386-server-5">
        <name>Red Hat Enterprise Linux (v. 5 for 32-bit x86)</name>
        <package name="tzdata" version="2007d" release="1.el5" epoch="0" arch="noarch" src="tzdata-2007d-1.el5.src.rpm">
          <filename>tzdata-2007d-1.el5.noarch.rpm</filename>
          <sum type="md5">7c801d25ca4e0dbfb9225b709aa2cbc3</sum>
        </package>
      </collection>
    </pkglist>