summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2008-04-22Allow lzma payload in writeRPM()Jindrich Novy1-0/+3
2008-04-21Avoid %patch0 getting applied twicePanu Matilainen1-2/+3
2008-04-21Allow setting fuzz factor to 0Jindrich Novy1-4/+5
2008-04-20Fail if it is impossible to chdir to directory to run helper script inJindrich Novy1-2/+4
2008-04-20Sanitize + simplify %patch "macro" parsingPanu Matilainen1-92/+69
2008-04-20Single exit point for doPatchMacro()Panu Matilainen1-27/+17
2008-04-19Remove ugly hardcoded docDirs list, use a macro insteadPanu Matilainen1-33/+13
2008-04-19Avoid entirely silly rpmio FD_t use in processPackageFiles()Panu Matilainen1-11/+7
2008-04-19Use argvFree() instead of manual free in loopPanu Matilainen1-3/+2
2008-04-17Eliminate splitString() and freeSplitString()Panu Matilainen2-10/+13
2008-04-17Fix dumb off-by-one errors introduced by rstrlcpy() changesPanu Matilainen2-8/+8
2008-04-17Use rstrlcpy() for various parseForFoo() functions in buildPanu Matilainen1-12/+6
2008-04-17Use rstrlcpy() for parseRCPOT() version + releasePanu Matilainen1-4/+2
2008-04-16Kill queryHeader(), it is not used and buggyJindrich Novy1-1/+0
2008-04-15Remove rhnplatform, cvsid/svnid, serial and copyright tag from rpmbuildJindrich Novy1-10/+1
2008-04-15Abort build on unknown payload compressorPanu Matilainen1-6/+13
2008-04-11Use dynamic allocation in rpmlibNeedsFeature()Jindrich Novy1-4/+9
2008-04-11Don't warn about BuildRoot being "/" while it is actually emptyJindrich Novy1-2/+6
2008-04-11Rewrite rpmMkTempFile() for sanityPanu Matilainen2-2/+4
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-04-10Unbreak srpm generation broken by 6c4b0cbd93709a0fa18af1ef07af44da585bb5f6Panu Matilainen1-5/+4
2008-04-09And one more url->path rename for local variable...Panu Matilainen1-2/+2
2008-04-09Rip the last remaining disk/file URL stuff in processSourceFiles()Panu Matilainen1-15/+11
2008-04-09And more url ripping in build internals... (addFile)Panu Matilainen1-24/+19
2008-04-09URL -> path renames continued... (build internal)Panu Matilainen1-6/+6
2008-04-09Rename FileListRec_s disk + cpio path variablesPanu Matilainen1-23/+23
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen9-64/+56
2008-04-09Remove remote host stuff from build doScript()Panu Matilainen1-55/+7
2008-04-09More url-path ripping in build/Panu Matilainen1-29/+20
2008-04-07ARGV_t const pendantryPanu Matilainen3-6/+6
2008-04-04%{_builddir} is not an url, everPanu Matilainen1-4/+2
2008-04-04We only ever deal with local, regular files in doUntar()Panu Matilainen1-25/+7
2008-04-04We only ever deal with local, regular files in doPatch()Panu Matilainen1-24/+5
2008-04-04Escape '%' in formatJindrich Novy1-1/+1
2008-04-04Simplify formattingJindrich Novy1-2/+2
2008-04-04Simplify package comparison and format creation.Jindrich Novy1-9/+7
2008-04-03Don't use static buffers in parseForRegexLang()Jindrich Novy1-8/+8
2008-04-03Shut up a few silly compiler warnings that have crept inPanu Matilainen1-2/+1
2008-03-31Make ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS actually workJindrich Novy1-2/+5
2008-03-29Fixup for rpmfcSaveArg() no longer freeing keyPanu Matilainen1-2/+2
2008-03-29Don't use static buffer ptr as return value in doUntar()Jindrich Novy1-28/+20
2008-03-28Don't use static buffer in rpmfcELF(), make code more comprehensiveJindrich Novy1-29/+21
2008-03-28Remove unneeded buffer operationsJindrich Novy1-2/+0
2008-03-28Add rpmfcAddFileDep() to handle file dependencies securelyJindrich Novy1-19/+30
2008-03-26Simplify changelog entry additionsPanu Matilainen1-13/+5
2008-03-26Remove unneeded free()Jindrich Novy1-1/+0
2008-03-26Use rasprintf() in rpmfcHelper() and rpmfcGenerateDepends()Jindrich Novy1-9/+12
2008-03-25Don't use static buffers to communicate between funcs, avoid buffer overflows.Jindrich Novy1-10/+11