Bug 157924

Summary: installation/src/clients/vendor.ycp parses Pkg::TargetProducts wildly
Product: [openSUSE] SUSE Linux 10.1 Reporter: Martin Vidner <mvidner>
Component: YaST2Assignee: Jiri Srain <jsrain>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Normal    
Priority: P5 - None    
Version: Beta 7   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Martin Vidner 2006-03-14 14:08:05 UTC
While implementing Pkg::TargetProducts (to fix bug 153576) I noticed that vendor.ycp tries to extract the product version out of "product". But it won't work, there is "version" for that (or maybe distversion).
Comment 1 Lukas Ocilka 2006-03-15 14:16:40 UTC
Is this a duplicate (or additional information) for bug #157586?
Comment 2 Martin Vidner 2006-03-15 14:23:25 UTC
No. This bug is in trying to extract the product version from the product name.

Bug 157586 says that many fields do not exist and it is a continuation of bug 153576.
Comment 3 Jiri Srain 2006-07-26 07:12:17 UTC
I replaced the call with Pkg::ResolvableProperties and parse its output correctly.