rpm.c
2008-04-05 No dirnames more likely means 'no files', not old-style filenames.
2008-04-05 Use razor_write() for piping script to interpreter.
2008-03-13 Merge branch 'master' of git://people.freedesktop.org/~krh/razor
2008-03-12 install: Handle the case where a directory already exists.
2008-03-12 64-bit fixes
2008-03-12 Fix importing flags from RPM file.
2008-03-06 Fix bug in razor_create_dir() path component loop.
2008-03-05 Fix epoch in rpm and rpmdb importer: epoch is an integer tag.
2008-03-04 Fix version handling (particularly wrt epoch) on import
2008-02-04 Support for less/equal/greater version in requires/conflicts, etc
2008-01-03 Split a few functions out into new file util.c.
2007-12-29 Fix a bit of return -1 / exit(-1) confusion.
2007-12-29 Use fstat() instead of stat() when opening rpm.
2007-12-29 Drop table based section lookup and look up sections on demand.
2007-12-27 Extend installer implementation further.
2007-12-27 Run install scripts.
2007-12-27 Use an array of tags instead of a big switch for parsing the RPM headers.
2007-11-08 First steps towards rpm installation.
2007-11-08 Extend rpm dumper into an rpm importer.
2007-11-07 Add the first bits of rpm file parser.