Bugzilla – Bug 157924
installation/src/clients/vendor.ycp parses Pkg::TargetProducts wildly
Last modified: 2006-07-26 07:12:17 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).
Is this a duplicate (or additional information) for bug #157586?
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.
I replaced the call with Pkg::ResolvableProperties and parse its output correctly.