summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Add control bits for all (relevant) parts of rpmfi dataPanu Matilainen1-1/+1
2008-11-18Lazy allocation of FSM for file info setsPanu Matilainen1-2/+2
2008-11-18Generate and insert SOURCERPM tag earlierPanu Matilainen2-19/+14
2008-11-17Calculate total file size correctly in build (mdvbz#45820, rhbz#247374)Panu Matilainen1-12/+9
2008-11-15Eliminate bogus const from fi->apathPanu Matilainen1-2/+2
2008-11-15Avoid having to reconstruct half of rpmfi manually in genCpioListAndHeader()Panu Matilainen1-60/+38
2008-11-15Lose useless fsm/rpmfi astriplen fieldPanu Matilainen1-3/+0
2008-11-15Don't bother creating a dummy transaction element for rpmfi in buildPanu Matilainen1-4/+0
2008-11-15Minor genCpioListAndHeader() cleanupsPanu Matilainen1-6/+2
2008-11-14Don't have to free what's not allocated to begin with...Panu Matilainen1-5/+2
2008-11-14Allow setting custom parameters to patch (rhbz#471006)Jindrich Novy1-1/+3
2008-11-11Move file action calculations to rpmfiNew() where possiblePanu Matilainen1-6/+0
2008-11-11Figure out cpio mapflags in rpmfiNew()Panu Matilainen1-5/+0
2008-11-11Adjust rpmfi directory count while messing with it in buildPanu Matilainen1-0/+1
2008-11-10Add the post-build package checker feature in rpmbuild (upstream ticket #2)Jindrich Novy2-2/+57
2008-11-05Calculate filename buffer len lazily in rpmfiFN() as neededPanu Matilainen1-4/+0
2008-11-05Kill off per-file cpio map flagsPanu Matilainen1-6/+5
2008-11-04Return proper exit code when exec*() functions failJindrich Novy1-1/+1
2008-10-30Remove unnecessary scaremem flags, hardwired to no scaremem anywayPanu Matilainen1-5/+3
2008-10-30Convert in-tree users of rpmfiNew() to use flag namesPanu Matilainen1-1/+1
2008-10-29Set timezone to UTC every time to avoid local timezone confusionJindrich Novy1-1/+10
2008-10-29Start adding POSIX 1.e draft file capability support for realPanu Matilainen1-0/+91
2008-10-26Beginnings of file capability (POSIX.1e draft 15) verification supportPanu Matilainen1-0/+1
2008-10-24Fix "timewarp" bug while listing changelog via "rpm -q --changelog"Jindrich Novy1-2/+0
2008-10-23Make noarch subpackages actually workPanu Matilainen1-1/+4
2008-10-10Convert in-tree users to headerConvert()Panu Matilainen1-3/+2
2008-10-01Kick out yet another ancient artifactPanu Matilainen1-6/+0
2008-10-01We have easier ways to catenate strings...Panu Matilainen1-9/+1
2008-09-25Use safer xstrdup() instead of strdup() wherever possibleJindrich Novy1-1/+1
2008-09-25Extra ')' in error messagePanu Matilainen1-1/+1
2008-09-24Don't treat %patch numberless if -P parameter is presentJindrich Novy1-1/+4
2008-09-22Kick out useless and ancient junk genCpioListAndHeader()Panu Matilainen1-10/+4
2008-09-22Fix error messages in processScriptFiles()Jindrich Novy1-2/+2
2008-09-18Drop rpmfcFileDep() to simplify thingsJindrich Novy1-24/+6
2008-09-18Move type regression test back to assertsJindrich Novy1-15/+3
2008-09-18Use proper codes for logging via rpmlog().Jindrich Novy1-18/+10
2008-09-16Kick out double definitions of --(no)dirtokens optionsPanu Matilainen1-6/+0
2008-09-16Resurrect --nodirtokens build optionPanu Matilainen1-8/+10
2008-09-15Avoid asserts and output error instead (rhbz#448939, rhbz#456100)Jindrich Novy1-21/+73
2008-09-15Use proper return codes in rpmfc.cJindrich Novy1-4/+4
2008-09-15Use proper return codes in files.cJindrich Novy1-12/+8
2008-09-12headerAddEntry() is deprecated, use headerPutString() insteadPanu Matilainen1-1/+1
2008-09-12Make sure RPMTAG_GROUP is always present in packagesPanu Matilainen1-0/+5
2008-09-06Fail hard if patch isn't found (rhbz#461347)Jindrich Novy1-1/+1
2008-09-02Avoid dumb castsPanu Matilainen2-2/+7
2008-08-26Allow noarch subpackagesJindrich Novy1-6/+19
2008-08-14Fix segfault on zero-length %policy filePanu Matilainen1-1/+1
2008-08-14Accept numerical characters in macro expansion (related to rhbz#456103)Jindrich Novy1-1/+1
2008-08-14Don't fail build on too large but excluded filesPanu Matilainen1-12/+13
2008-08-13Unbreak payload size tag generation on ppc (rhbz#458817)Panu Matilainen1-3/+6