rpm.c
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.