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.
Kristian H?gsberg <krh@redhat.com> [Tue, 03 Jun 2008 15:21:22 -0400] rev 215
Start rpm commandline compatible wrapper.
Kristian H?gsberg <krh@localhost.localdomain> [Wed, 30 Apr 2008 18:22:47 -0400] rev 214
Add more TODO items.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Wed, 09 Apr 2008 21:28:17 -0400] rev 213
Edit TODO a bit.
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.
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.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Tue, 08 Apr 2008 23:53:57 -0400] rev 210
Make transaction resolve step optional.
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.
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.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Mon, 07 Apr 2008 21:32:19 -0400] rev 207
Detect failure to create download target file.