From 2bd323bae8342386edf89c7bdb88ab12d765fae8 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Sun, 26 Aug 2007 13:48:58 +0000 Subject: [PATCH] fill location property (#303751) --- zypp/parser/plaindir/RepoParser.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zypp/parser/plaindir/RepoParser.cc b/zypp/parser/plaindir/RepoParser.cc index 18de94c..8f0b10c 100644 --- a/zypp/parser/plaindir/RepoParser.cc +++ b/zypp/parser/plaindir/RepoParser.cc @@ -136,7 +136,10 @@ data::Package_Ptr makePackageDataFromHeader( const RpmHeader::constPtr header, // TranslatedText delnotify; // RecordId repository; -// Location repositoryLocation; +// Location repositoryLocation; + + pkg->repositoryLocation = location; + // std::string group; // std::set keywords; // Changelog changelog; -- 2.7.4