Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 21:56:43 -0400] rev 254
Introduce install/remove iterators.
These iterator constructors lets you pass in two sets and creates
an iterator for the packages to remove or the packages to install.
The iterators will step through the packages in a sequence that respects
the pre, post, preun and postun modifiers.
Right now, the install order isn't actually implemented, this patch just
implements the API changes and updates the applications.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 21:38:29 -0400] rev 253
Fix the razor_set_diff() callback prototype.
The old proto type didn't let us pass the razor_package.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 21:33:29 -0400] rev 252
command_update: check the right return code to see if transaction failed.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 20:57:51 -0400] rev 251
Fix package queries for empty sets.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 18:26:46 -0400] rev 250
Add getter to return system set for a razor_root.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 16:48:44 -0400] rev 249
Rename razor_importer_new to _create to follow convention.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 15:10:34 -0400] rev 248
Break up the monolithic razor.c.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 14:18:52 -0400] rev 247
Record the time of dependencies (post, pre, postun, preun).
Kristian H?gsberg <krh@redhat.com> [Thu, 19 Jun 2008 15:09:48 -0400] rev 246
Handle NULL dirnames when importing rpms into a set.
Kristian H?gsberg <krh@redhat.com> [Thu, 19 Jun 2008 00:32:24 -0400] rev 245
Make razor install work again after the razor_root changes.