Dan Winship <danw@gnome.org> [Tue, 05 Feb 2008 12:14:50 -0500] rev 111
s/import/yum/
Dan Winship <danw@gnome.org> [Tue, 05 Feb 2008 12:02:53 -0500] rev 110
update
Dan Winship <danw@gnome.org> [Mon, 04 Feb 2008 14:25:45 -0500] rev 109
Support for less/equal/greater version in requires/conflicts, etc
Add less/equal/greater information to razor_property, and update
importers and other code.
Move the rpm importer from import.c to rpm.c to avoid code
duplication, and then rename import.c to yum.c since that's all that's
left.
Dan Winship <danw@gnome.org> [Mon, 04 Feb 2008 10:46:29 -0500] rev 108
Fix repo format on x86_64 by using uint32_t instead of unsigned long
Dan Winship <danw@gnome.org> [Mon, 04 Feb 2008 10:12:04 -0500] rev 107
don't use -O2 for now
Kristian H?gsberg <krh@redhat.com> [Tue, 22 Jan 2008 11:34:28 -0500] rev 106
Fix comparisong bug in razor_set_diff().
We could end up calling the callback for p1 even if it's NULL, if p2 != NULL
and the previous comparison left res == -1.
Kristian H?gsberg <krh@redhat.com> [Tue, 22 Jan 2008 00:08:13 -0500] rev 105
Use a package iterator in find_packages() to add packages sorted.
Also avoids use of razor_set_get_package().
Kristian H?gsberg <krh@redhat.com> [Mon, 21 Jan 2008 23:02:47 -0500] rev 104
Factor out property importing for rpm importer.
Kristian H?gsberg <krh@redhat.com> [Mon, 21 Jan 2008 22:40:54 -0500] rev 103
Use iterators for razor_set_diff() implementation.
Kristian H?gsberg <krh@redhat.com> [Thu, 17 Jan 2008 23:36:12 -0500] rev 102
Use the package iterator for looping over file owners too.