summaryrefslogtreecommitdiff
path: root/rpm.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-08Add url and license package data as wellJames Bowes1-2/+7
2008-06-08Import summary and description into the repo files.James Bowes1-2/+6
2008-04-09Add GPLv2 license headers.Kristian Høgsberg1-0/+19
2008-04-09Use the cpio headers instead of the rpm headers when unpacking.Kristian Høgsberg1-37/+69
2008-04-07Remove redundant curl initialization.Kristian Høgsberg1-1/+1
2008-04-07Reduce harmless warnings from run_script().Kristian Høgsberg1-4/+3
2008-04-07Don't install files if package has no files.Kristian Høgsberg1-1/+1
2008-04-06Also store the package arch in the pacakge set file.Kristian Høgsberg1-4/+7
2008-04-05No dirnames more likely means 'no files', not old-style filenames.Kristian Høgsberg1-9/+13
2008-04-05Use razor_write() for piping script to interpreter.Kristian Høgsberg1-1/+1
2008-03-13Merge branch 'master' of git://people.freedesktop.org/~krh/razorDan Winship1-3/+17
2008-03-12install: Handle the case where a directory already exists.Kristian Høgsberg1-3/+17
2008-03-1264-bit fixesDan Winship1-2/+2
2008-03-12Fix importing flags from RPM file.Kristian Høgsberg1-5/+5
2008-03-06Fix bug in razor_create_dir() path component loop.Kristian Høgsberg1-2/+1
2008-03-05Fix epoch in rpm and rpmdb importer: epoch is an integer tag.Kristian Høgsberg1-6/+22
2008-03-04Fix version handling (particularly wrt epoch) on importDan Winship1-9/+11
2008-02-04Support for less/equal/greater version in requires/conflicts, etcDan Winship1-1/+125
2008-01-03Split a few functions out into new file util.c.Kristian Høgsberg1-59/+8
2007-12-29Fix a bit of return -1 / exit(-1) confusion.Kristian Høgsberg1-2/+2
2007-12-29Use fstat() instead of stat() when opening rpm.Kristian Høgsberg1-5/+9
2007-12-29Drop table based section lookup and look up sections on demand.Kristian Høgsberg1-147/+95
2007-12-27Extend installer implementation further.Kristian Høgsberg1-105/+206
2007-12-27Run install scripts.Kristian Høgsberg1-10/+80
2007-12-27Use an array of tags instead of a big switch for parsing the RPM headers.Kristian Høgsberg1-71/+48
2007-11-08First steps towards rpm installation.Kristian Høgsberg1-40/+262
2007-11-08Extend rpm dumper into an rpm importer.Kristian Høgsberg1-56/+195
2007-11-07Add the first bits of rpm file parser.Kristian Høgsberg1-0/+126