2008-06-04Implement the rpm --package option.
Kristian H?gsberg <krh@redhat.com> [Wed, 04 Jun 2008 15:04:45 -0400] rev 217
Implement the rpm --package option.

2008-06-04Flesh out the rpm -q part of the rpm command line wrapper.
Kristian H?gsberg <krh@redhat.com> [Wed, 04 Jun 2008 13:27:49 -0400] rev 216
Flesh out the rpm -q part of the rpm command line wrapper.

2008-06-03Start rpm commandline compatible wrapper.
Kristian H?gsberg <krh@redhat.com> [Tue, 03 Jun 2008 15:21:22 -0400] rev 215
Start rpm commandline compatible wrapper.

2008-04-30Add more TODO items.
Kristian H?gsberg <krh@localhost.localdomain> [Wed, 30 Apr 2008 18:22:47 -0400] rev 214
Add more TODO items.

2008-04-09Edit TODO a bit.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Wed, 09 Apr 2008 21:28:17 -0400] rev 213
Edit TODO a bit.

2008-04-09Add GPLv2 license headers.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Wed, 09 Apr 2008 21:14:36 -0400] rev 212
Add GPLv2 license headers.

Make it all GPLv2 for now, we may want to break out an LGPLv2 librazor later.

2008-04-09Use the cpio headers instead of the rpm headers when unpacking.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Wed, 09 Apr 2008 02:41:03 -0400] rev 211
Use the cpio headers instead of the rpm headers when unpacking.

The files in the cpio payload doesn't actually follow the file order
in the rpm headers, so we need to decode the cpio header and use the
information there.

2008-04-08Make transaction resolve step optional.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Tue, 08 Apr 2008 23:53:57 -0400] rev 210
Make transaction resolve step optional.

2008-04-08Don't add package to transaction more than once.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Tue, 08 Apr 2008 00:10:31 -0400] rev 209
Don't add package to transaction more than once.

2008-04-07Mark package to be installed or removed after creating the transaction.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Mon, 07 Apr 2008 23:52:14 -0400] rev 208
Mark package to be installed or removed after creating the transaction.

This lets us implement support for fnmatch wildcard and do
better error checking.