Bug 887935
Summary: | updateinfo xml generated via yum ignores the updated date | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Pradeep Kilambi <pkilambi> |
Component: | yum | Assignee: | James Antill <jantill> |
Status: | CLOSED ERRATA | QA Contact: | Karel Srot <ksrot> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.4 | CC: | james.antill, jzeleny, ksrot, pkis, tlavigne, tsanders, zpavlas |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | yum-3.2.29-40.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 10:13:15 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: | |||
Bug Depends On: | |||
Bug Blocks: | 895654 |
Description
Pradeep Kilambi
2012-12-17 16:08:42 UTC
Simple fix, should be trivial to test. Just nitpicking, but neither the patch, nor the original code respects DTD order. The parser does not care, but I'd at least try to keep "issued" and "updated" close. <!ELEMENT update (id, synopsis?, issued, updated, references, description, rights?, severity?, summary?, solution?, pkglist)> Just a note to a proposed patch: +msg += """ <updated date="%s"\n""" % (to_xml(self._md['updated'], attrib=True)) element in the code above is not closed, it is missing ">". Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0406.html |