[packagekit] Convert the UpdateDetail::url field into UpdateDetail::{vendor_url, bugzilla_url, cve_url}

Tim Lauridsen tim.lauridsen at googlemail.com
Fri Jan 4 01:43:55 PST 2008


Richard Hughes wrote:
> Guys,
> 
> As discussed, I've split up the UpdateDetail:url into vendor_url,
> bugzilla_url, cve_url with the format <url>;<title>, where title can be
> omitted if not known, and where none of the urls are actually required.
> 
> Tim, could you fix up the yumBackend.py please, and Matthias - please
> could you do the gnome-packagekit bits. I think I've done enough to make
> it compile and work, although it need a python legend now. :-)
> 
> Cheers lads.
> 
> 
> _______________________________________________
> PackageKit mailing list
> PackageKit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/packagekit

i have fixed the yumBackend here is some example output

$ sudo ./get-update-detail.py 
"kdebase;6:3.5.8-25.fc8;x86_64;updates-testing"
allow-interrupt true
no-percentage-updates
status  info
updatedetail    kdebase;6:3.5.8-25.fc8;x86_64;updates-testing 
kdebase;6:3.5.8-9.fc8;x86_64;installed          none 
https://bugzilla.redhat.com/show_bug.cgi?id=410651;New flash plugin not 
working for 
konqueror;https://bugzilla.redhat.com/show_bug.cgi?id=377171;Klipper has 
wrong WM_CLASS for firefox none    none   This update allows konqueror 
to function properly with recent versions of adobe's flash-plugin (as 
well as other plugins that require XEmbed support).

It is using the following format for vendor_url,bugzilla_url,cve_url:

url1;text1;url2;text2;...;urlN;textN

and 'none' if no urls exists.

Hope i got it right.

Tim



More information about the PackageKit mailing list