On Fri, 2012-12-14 at 18:25 -0500, John Matthews wrote: > --- > yum/update_md.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/yum/update_md.py b/yum/update_md.py > index 4fe802b..e71f9ef 100644 > --- a/yum/update_md.py > +++ b/yum/update_md.py > @@ -371,7 +371,7 @@ class UpdateNotice(object): > to_xml(pkg['version'], attrib=True), > to_xml(pkg['filename'])) > msg += """ </collection>\n""" > - msg += """ </pkglist>\n""" > + msg += """ </pkglist>\n""" > msg += """</update>\n""" > return msg
Getting a weird sense of deja-vu here, but it's not fixed upstream so ACK and pushed. _______________________________________________ Yum-devel mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/yum-devel
