summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-08Add parenthesis to make gcc happyPanu Matilainen1-2/+2
2008-08-07Don't allow multiple definition of PatchX or SourceX (rhbz#458261, rhbz#458260)Jindrich Novy1-0/+10
2008-08-06Simplify spec buildroot hysteriaPanu Matilainen4-64/+15
2008-07-26Revert "plug memory leak in spec parsing code"Panu Matilainen1-1/+0
2008-07-25plug memory leak in spec parsing codeFlorian Festi1-0/+1
2008-07-25fix parsing of empty doublequoted strings in spec file (rhbz#456103)Florian Festi1-1/+1
2008-07-19Fix regression in %patch handling (rhbz#455872)Panu Matilainen1-3/+3
2008-07-16Make sure there's room for \0 (packages with no files)Panu Matilainen1-1/+1
2008-07-14Fix mono dependency extractionPanu Matilainen1-1/+1
2008-07-08Initialize optConJindrich Novy1-1/+1
2008-07-08Make the default fuzz for %patch is now configurable via macroJindrich Novy1-1/+1
2008-07-07Missing const in parseUnsignedNum()Panu Matilainen2-2/+2
2008-07-07Make Source0: equal to Source: againJindrich Novy2-3/+3
2008-07-07Use proper type in formatJindrich Novy1-1/+1
2008-07-07Remove useless argument to format, d'ohJindrich Novy1-1/+1
2008-07-07Make verifyAttrs and virtualFileAttributes staticPanu Matilainen1-2/+2