Bug 157924 - installation/src/clients/vendor.ycp parses Pkg::TargetProducts wildly
Summary: installation/src/clients/vendor.ycp parses Pkg::TargetProducts wildly
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Beta 7
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Jiri Srain
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-14 14:08 UTC by Martin Vidner
Modified: 2006-07-26 07:12 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.