https://bugzilla.novell.com/show_bug.cgi?id=280145 locilka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #4 from locilka@novell.com 2007-06-04 01:40 MST ------- Update.ycp:489 SuSERelease::ReleaseInformation: openSUSE 10.3 Found matching product: $["label":"openSUSE FACTORY 10.3", "productname":"openSUSE-factory", "productversion":"10.3", "relnotesurl":"http://www.suse.com/relnotes/i386/openSUSE/FACTORY/release-notes.rpm", "vendor":"SUSE LINUX Products GmbH, Nuernberg, Germany"] Update.ycp:618 update from $["major":10, "minor":3, "name":"openSUSE", "nameandversion":"openSUSE 10.3", "show":"openSUSE 10.3", "version":"10.3"] to $["major":10, "minor":3, "name":"openSUSE FACTORY 10.3", "nameandversion":"openSUSE FACTORY 10.3 10.3", "show":"openSUSE FACTORY 10.3", "version":"10.3"] I have to admit that the message is confusing :) My mistake... This is the proposed patch: Index: update_proposal.ycp =================================================================== --- update_proposal.ycp (revision 38257) +++ update_proposal.ycp (working copy) @@ -451,9 +451,9 @@ // TRANSLATORS: proposal warning, both %1 and %2 are replaced with product names _("Warning: Updating from '%1' to '%2', products do not exactly match."), // TRANSLATORS: unknown product name - _("Unknown product"), + Update::installedVersion["show"]:_("Unknown product"), // TRANSLATORS: unknown product name - _("Unknown product") + Update::updateVersion["show"]:_("Unknown product") ); } Anyway, this will still produce a warning: --- cut --- Warning: Updating from 'openSUSE 10.3' to 'openSUSE FACTORY 10.3', products do not exactly match. --- cut --- Despite having only one additional word, the products are different, FACTORY provides another product name that is than written into the /etc/SuSE-release. Anyway, it might be a bit broken by design because product "openSUSE FACTORY 10.3" IS also installed in that system but only as an Add-On product, additionally, there is _NO_ base product in ZYPP. Product.ycp:86 All found products: [$["category":"add-on", "description":"openSUSE FACTORY 10.3", "display_name":"openSUSE FACTORY 10.3", "flags":["update"], "name":"openSUSE-factory", "relnotes_url":"http://www.suse.com/relnotes/i386/openSUSE/FACTORY/release-notes.rpm", "short_name":"FACTORY", "summary":"openSUSE FACTORY 10.3", "update_urls":[], "vendor":"", "version":"10.3"]] Product.ycp:98 Found base products: [] Product.ycp:99 No base product found -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.