From e39b300e8e4e123caae6939d992db4437c849641 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Thu, 23 Feb 2006 15:28:11 +0000 Subject: [PATCH] fix changelog parsing: "file" -> "changlog" --- zypp/parser/yum/YUMOtherParser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/parser/yum/YUMOtherParser.cc b/zypp/parser/yum/YUMOtherParser.cc index 58e319f..8d994d5 100644 --- a/zypp/parser/yum/YUMOtherParser.cc +++ b/zypp/parser/yum/YUMOtherParser.cc @@ -84,7 +84,7 @@ namespace zypp { dataPtr->ver = _helper.attribute(child,"ver"); dataPtr->rel = _helper.attribute(child,"rel"); } - else if (name == "file") { + else if (name == "changelog") { dataPtr->changelog.push_back (ChangelogEntry(_helper.attribute(child,"author"), _helper.attribute(child,"date"), -- 2.7.4