http://bugzilla.novell.com/show_bug.cgi?id=605380 http://bugzilla.novell.com/show_bug.cgi?id=605380#c3 Michael Andres <ma@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |ma@novell.com InfoProvider| |jnelson-suse@jamponi.net --- Comment #3 from Michael Andres <ma@novell.com> 2010-05-18 14:38:19 CEST --- @Jon: Zypper log file and solver testcase would be helpful. @Jano: Despite the missing logs: in SolverRequester::updateTo, testing: if (!identical(selected, highest) && highest->edition() > installed->edition()) ... // update candidate has different vendor if (highest->vendor() != installed->vendor()) { a) Comparing vendor by '==/!=' is not appropriate, as the solver will refuse a vendor change only if (!VendorAttr::instance().equivalent(lhsVendor, rhsVendor)). E.g. "suse" and "SuSE" are '!=' but equivalent. b) If the solver has allowVendorChange set, the warning about different vendor should probably be suppressed. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.