[Bug 733728] New: PackageKit zypp backend: 'recommended' updates treated as 'important'
https://bugzilla.novell.com/show_bug.cgi?id=733728 https://bugzilla.novell.com/show_bug.cgi?id=733728#c0 Summary: PackageKit zypp backend: 'recommended' updates treated as 'important' Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: lnussel@suse.com QAContact: qa@suse.de CC: dmacvicar@suse.com Found By: --- Blocker: --- The zypp backend uses PK_INFO_ENUM_IMPORTANT for recommended updates. 'recommended' doesn't tell anything about severity though. In absence of support for severity I think PK_INFO_ENUM_BUGFIX is the intended tag for non-security updates. Related: bug 733723 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=733728 https://bugzilla.novell.com/show_bug.cgi?id=733728#c Ludwig Nussel <lnussel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-gnome@forge.provo. |dmacvicar@suse.com |novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=733728 https://bugzilla.novell.com/show_bug.cgi?id=733728#c Duncan Mac-Vicar <dmacvicar@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=733728 https://bugzilla.novell.com/show_bug.cgi?id=733728#c2 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|GNOME |GNOME AssignedTo|ma@suse.com |bnc-team-gnome@forge.provo. | |novell.com Product|openSUSE 12.1 |openSUSE 13.1 --- Comment #2 from Michael Andres <ma@suse.com> 2014-01-13 12:40:46 CET --- (12.3/13.1) I see that Coolos rewrite still uses PK_INFO_ENUM_IMPORTANT. Switching to BUGFIX would be trivial: @@ -2221,11 +2221,11 - infoEnum = PK_INFO_ENUM_IMPORTANT; + infoEnum = PK_INFO_ENUM_BUGFIX; But I don't know if this could break something in the updater. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=733728 https://bugzilla.novell.com/show_bug.cgi?id=733728#c3 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |dimstar@opensuse.org InfoProvider| |coolo@suse.de --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> 2014-01-13 22:19:05 UTC --- Coolo, IMHO, you know this backend best by now :) Any opinion? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=733728 https://bugzilla.novell.com/show_bug.cgi?id=733728#c4 Stephan Kulow <coolo@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |coolo@suse.com InfoProvider|coolo@suse.de | --- Comment #4 from Stephan Kulow <coolo@suse.com> 2014-01-14 09:26:24 CET --- I did not touch any of that logic. So whatever is right, is right. -- 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.
participants (1)
-
bugzilla_noreply@novell.com