2008-06-23Display progress when importing rpms
James Bowes <jbowes@redhat.com> [Mon, 23 Jun 2008 14:04:47 -0400] rev 263
Display progress when importing rpms

2008-06-23Set up gtkdoc for razor.
Kristian H?gsberg <krh@redhat.com> [Mon, 23 Jun 2008 13:54:56 -0400] rev 262
Set up gtkdoc for razor.

Despite its name, gtkdoc doesn't require gtk+ and is a nice way to
generate DocBook format API documentation.

2008-06-23Rename bash completion script to razor.sh
Richard Hughes <richard@hughsie.com> [Mon, 23 Jun 2008 10:31:04 -0400] rev 261
Rename bash completion script to razor.sh

More suitable for installation into /etc/bash_completion.d.

committer: Kristian H?gsberg <krh@redhat.com>

2008-06-23Don't assume razor is being run locally in bash-completion.
Richard Hughes <richard@hughsie.com> [Mon, 23 Jun 2008 10:24:30 -0400] rev 260
Don't assume razor is being run locally in bash-completion.

Breaks when installed system wide.

committer: Kristian H?gsberg <krh@redhat.com>

2008-06-23Merge commit 'jbowes/master'
Kristian H?gsberg <krh@redhat.com> [Mon, 23 Jun 2008 09:59:08 -0400] rev 259
Merge commit 'jbowes/master'

2008-06-20Merge branch 'krh/master'
James Bowes <jbowes@redhat.com> [Fri, 20 Jun 2008 19:04:47 -0400] rev 258
Merge branch 'krh/master'

Conflicts:

librazor/razor.h
librazor/rpm.c
razor.c
src/main.c

2008-06-20When uniquifying properties, also sort them on the owning package.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 23:13:09 -0400] rev 257
When uniquifying properties, also sort them on the owning package.

This ensures that whenever two packages provide or (or require, obsolete
or conflict) the same property, they appear in the same order in the
propertys list of packages.

2008-06-20Call exit() instead of just returning if child fails.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 22:27:07 -0400] rev 256
Call exit() instead of just returning if child fails.

2008-06-20Return if we fail to open root.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 22:26:41 -0400] rev 255
Return if we fail to open root.

2008-06-20Introduce install/remove iterators.
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.