From: Klaus Kaempf Date: Wed, 5 Apr 2006 12:47:15 +0000 (+0000) Subject: skip YOUPATH, YOUURL X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~1189 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ef14384c7b6c5e7ba6aa30e2cfa0d65efd25afe;p=platform%2Fupstream%2Flibzypp.git skip YOUPATH, YOUURL honor SHORTLABEL (mail from kukuk@suse.de) --- diff --git a/zypp/source/susetags/ProductMetadataParser.cc b/zypp/source/susetags/ProductMetadataParser.cc index 7fd8943..36d4a2c 100644 --- a/zypp/source/susetags/ProductMetadataParser.cc +++ b/zypp/source/susetags/ProductMetadataParser.cc @@ -91,12 +91,10 @@ namespace zypp prodImpl->_base_version = value; else if(key == "YOUTYPE") prodImpl->_you_type = value; - else if(key == "YOUPATH") - prodImpl->_you_path = value; - else if(key == "YOUURL") - prodImpl->_you_url = value; else if(key == "VENDOR") prodImpl->_vendor = value; + else if(key == "SHORTLABEL") + prodImpl->_shortlabel = value; else if(key == "RELNOTESURL") { // Url class throws in case of invalid URL