summaryrefslogtreecommitdiff
path: root/build/pack.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen1-7/+5
2009-07-23Kill off lclint remnants everywherePanu Matilainen1-3/+0
2009-04-13Error out at build on unsupported payload compressors (rhbz#495429)Panu Matilainen1-0/+4
2009-03-18Add support for "lzma alone" compression format (lzdio)Panu Matilainen1-0/+3
2009-03-18LZMA -> XZ renamingPanu Matilainen1-3/+3
2008-12-10Move ->actions from rpmfi to rpmfsFlorian Festi1-1/+12
2008-11-27Oops, it wasn't unnecessary include afterall..Panu Matilainen1-0/+1
2008-11-27Remove unnecessary rpmfi_internal.h includePanu Matilainen1-1/+0
2008-11-27Pass rpmte to fsmSetup()Panu Matilainen1-1/+7
2008-11-18Lazy allocation of FSM for file info setsPanu Matilainen1-2/+2
2008-11-18Generate and insert SOURCERPM tag earlierPanu Matilainen1-19/+0
2008-11-10Add the post-build package checker feature in rpmbuild (upstream ticket #2)Jindrich Novy1-2/+50
2008-09-22Fix error messages in processScriptFiles()Jindrich Novy1-2/+2
2008-08-13Unbreak payload size tag generation on ppc (rhbz#458817)Panu Matilainen1-3/+6
2008-06-26Teach build about 64bit payload etc size tagsPanu Matilainen1-11/+29
2008-06-26Type correctionsPanu Matilainen1-1/+2
2008-06-19Use type specific headerPut() for all of build/pack.cPanu Matilainen1-92/+27
2008-06-18Convert RPM_BIN_TYPE uses in build to headerPut()Panu Matilainen1-2/+3
2008-06-17Shut up incompatible pointer warnings from rpmtdFromStringArray()Panu Matilainen1-7/+17
2008-06-17Convert rest of writeRPM() to headerPut()Panu Matilainen1-3/+12
2008-06-17Convert most of build/pack.c to use rpmtdFromFoo() and headerPut()Panu Matilainen1-40/+83
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-1/+1
2008-06-09Use 64bit type internally for package archive size & offsetPanu Matilainen1-1/+6
2008-05-26Oops, don't free data we're supposed to pass around...Panu Matilainen1-1/+0
2008-05-26Convert addPackageProvides() to new headerGet()Panu Matilainen1-2/+3
2008-05-26Convert writeRPM() to use new headerGet()Panu Matilainen1-7/+7
2008-05-26Convert addFileToTag() to new headerGet()Panu Matilainen1-3/+5
2008-05-12Convert internal uses of headerSprintf() to headerFormat()Panu Matilainen1-2/+1
2008-05-03Temp file handling tweaksPanu Matilainen1-1/+1
2008-04-22Allow lzma payload in writeRPM()Jindrich Novy1-0/+3
2008-04-15Abort build on unknown payload compressorPanu Matilainen1-6/+13
2008-04-11Rewrite rpmMkTempFile() for sanityPanu Matilainen1-1/+2
2008-04-10First crack at adding ISA provides to packages (rhbz#235755)Panu Matilainen1-2/+20
2008-04-10Add a static, far simpler addPackageProvides() to buildPanu Matilainen1-2/+19
2008-04-10Remove unnecessary providePackageNVR() from writeRPM()Panu Matilainen1-7/+2
2008-03-24Eliminate bogus const's from spec structurePanu Matilainen1-1/+1
2008-03-24Eliminate wtf pointer games with rpmGetPath result.Panu Matilainen1-5/+6
2008-03-24Avoid entirely silly rpmio use in addFileToTagAux()Panu Matilainen1-5/+3
2008-03-23Use rasprintf() to prevent overflows and remove BUFSIZ buffer limit.Jindrich Novy1-3/+1
2008-03-23Fix writeRPM, use dynamic allocation, remove bogus const.Jindrich Novy1-6/+10
2008-03-06Make yet more build tables readonlyPanu Matilainen1-1/+1
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-8/+6
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2008-01-02Signedness consistency in rpmfi interface vs internal structuresPanu Matilainen1-1/+1
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-2/+2
2007-12-18Make fsm failedFile non-const like it really isPanu Matilainen1-1/+1
2007-12-16Bogus const in temporary variablesPanu Matilainen1-1/+1