From: Klaus Kaempf Date: Sun, 26 Aug 2007 13:48:58 +0000 (+0000) Subject: fill location property (#303751) X-Git-Tag: BASE-SuSE-Linux-10_3-Branch~206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bd323bae8342386edf89c7bdb88ab12d765fae8;p=platform%2Fupstream%2Flibzypp.git fill location property (#303751) --- 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;