[Bug 541373] New: package selector: Evaluate switching to ZYpp function for "upgrade all in this list"
http://bugzilla.novell.com/show_bug.cgi?id=541373 Summary: package selector: Evaluate switching to ZYpp function for "upgrade all in this list" Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: YaST2 AssignedTo: tgoettlicher@novell.com ReportedBy: dmacvicar@novell.com QAContact: jsrain@novell.com CC: rpmcruz@alunos.dcc.fc.up.pt Found By: --- zypper suffered from a bug where selecting the upgrade candidate manually did not honor repository priorities correctly. Michael introduced Selectable::updateCandidateObj in the ZYpp API. We should evaluate porting yast2-qt-pkg and gtk to use this API instead of manually select the "newest" version. See bug 539360 for more info. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=541373 Duncan Mac-Vicar <dmacvicar@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=541373 User jkupec@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=541373#c1 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkupec@novell.com --- Comment #1 from Ján Kupec <jkupec@novell.com> 2009-09-23 06:05:55 MDT --- Yast does fine when selecting the update candidate AFAICS. The difference between 'zypper up' (for all packages) and yast's 'upgrade all in this list' is that zypper uses Resolver::doUpdate method which avoids upgrading any packages which has vendor or dependency issues. Will Selectable::updateCandidateObj help with this, or should yast also use the doUpdate method? (Well, that can only be used for "upgrade all packages to newer version", not for "update all in this list"...) -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=541373 User dmacvicar@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=541373#c2 --- Comment #2 from Duncan Mac-Vicar <dmacvicar@novell.com> 2009-09-23 06:29:31 MDT --- Yes, update _all_ packages should use just doUpdate. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=541373 User rpmcruz@alunos.dcc.fc.up.pt added comment http://bugzilla.novell.com/show_bug.cgi?id=541373#c3 --- Comment #3 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2009-09-23 06:41:23 MDT --- Not sure I understood what the issue at hand is, and I don't have access to bug 539360. Public zypp git doesn't seem to offer much help either as zypp::ui::Selectable::updateCandidateObj() is not provided there. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=541373 User rpmcruz@alunos.dcc.fc.up.pt added comment http://bugzilla.novell.com/show_bug.cgi?id=541373#c4 --- Comment #4 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2009-09-23 06:47:58 MDT --- Just noticed Michael Andres yast2-devel mail which provides some info on this: http://lists.opensuse.org/yast-devel/2009-09/msg00126.html -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=541373 User rpmcruz@alunos.dcc.fc.up.pt added comment http://bugzilla.novell.com/show_bug.cgi?id=541373#c5 --- Comment #5 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2009-09-23 06:50:50 MDT --- We were using the initial candidateObj() to figure out the most recent version. I suppose we'll have to use this new method. Duncan, please direct me to the development repository, since git://git.opensuse.org/projects/zypp/libzypp.git doesn't seem to feature this new call. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=541373 Thomas Göttlicher <tgoettlicher@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tgoettlicher@novell.com Summary|package selector: Evaluate |[Qt4-Pkg] Evaluate |switching to ZYpp function |switching to ZYpp function |for "upgrade all in this |for "upgrade all in this |list" |list" -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=541373 http://bugzilla.novell.com/show_bug.cgi?id=541373#c6 Thomas Göttlicher <tgoettlicher@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX --- Comment #6 from Thomas Göttlicher <tgoettlicher@novell.com> 2010-04-07 14:07:39 UTC --- I had a discussion with Michael Andres. There is no need for changes in the ui. Ricardo, the libzypp repository has moved to: git@gitorious.org:opensuse/libzypp.git -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=541373 http://bugzilla.novell.com/show_bug.cgi?id=541373#c7 --- Comment #7 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-04-08 11:14:10 UTC --- Okay, fixed the gtk plugin. -- 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.
participants (1)
-
bugzilla_noreply@novell.com