summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Fix cpio_doio()Jindrich Novy1-21/+18
2011-03-14Clean up rpmfcClassify()Jindrich Novy1-20/+19
2011-03-10Clean up rpmfcApply() and rpmfcHelper()Jindrich Novy1-40/+44
2011-03-09Clean up rpmfcExec()Jindrich Novy1-7/+4
2011-03-04Yet remove some unused variables to suppress warningsJindrich Novy1-13/+13
2011-03-04Make rpmspecQuery() return match the descriptionPanu Matilainen1-4/+3
2011-03-04Actually propagare failure when addOrAppendListEntry() fails,Jindrich Novy1-7/+11
2011-03-04Define variables in processBinaryPolicies() only if they are neededJindrich Novy1-2/+2
2011-03-04Add missing exit status check for waitpid() while executing scriptletsJindrich Novy1-0/+7
2011-02-21Fix braindamage in the depgen helper collector loop (RhBug:675002)Panu Matilainen1-10/+13
2011-02-15Allow uncompressed payload in packagesMichael Schroeder1-2/+5
2011-01-25Teach rpm about post-transaction dependenciesPanu Matilainen2-1/+2
2011-01-21Restore default SIGPIPE handling for build scriptlets (RhBug:651463)Panu Matilainen1-1/+2
2010-12-23Require %files section for package generation againPanu Matilainen4-1/+10
2010-12-16Unbreak file user/groupname handling in buildPanu Matilainen1-6/+6
2010-12-15Remove the now unused user/group caching codePanu Matilainen3-241/+1
2010-12-15Unify the user+group caching between librpm and librpmbuildPanu Matilainen3-12/+15
2010-12-13Implement transaction ordering hintingPanu Matilainen3-0/+9
2010-12-10Implement filtering of autogenerated dependenciesPanu Matilainen1-5/+18
2010-12-10Some further preliminaries for next bitsPanu Matilainen1-21/+18
2010-12-10Refactor the helper execution out of rpmfcHelper()Panu Matilainen1-60/+67
2010-12-10Rename pattern -> path for, duh, path patternsPanu Matilainen1-12/+12
2010-12-10Support excluding by path or magic in file classificationPanu Matilainen1-0/+18
2010-12-10Remove broken versioned provides rpmlib() trackingPanu Matilainen2-25/+0
2010-12-03Bump library sonamesPanu Matilainen1-1/+1
2010-12-01Fix bogus error reporting from autogenerated dependencies (ticket #181)Panu Matilainen1-10/+14
2010-12-01Pass RPM_BUILD_ROOT to helper scripts through environment alwaysPanu Matilainen3-9/+15
2010-12-01Remember buildroot directory in rpmfc structPanu Matilainen2-4/+25
2010-12-01Eliminate unused dir argument to getOutputFrom()Panu Matilainen1-9/+2
2010-11-17Plug a minor memory leak in librpmbuild doPatch()Panu Matilainen1-1/+1
2010-10-30Const-correctness: source is a pointer to fullSource and must not be freedPanu Matilainen1-1/+1
2010-10-29Const-correctness: rpmCharCheck() doesn't modify field, make it constPanu Matilainen2-3/+3
2010-10-29Lose ancient lclint remnants from the repositoryPanu Matilainen1-18/+0
2010-10-29Eliminate unused truncStringBuf() functionPanu Matilainen2-12/+0
2010-10-29Eliminate unused spectag and speclines goo from specPanu Matilainen5-108/+0
2010-10-28Fix the remaining enum abuse over rpmParseState in librpmbuildPanu Matilainen3-5/+5
2010-10-28Now, make getStringBuf() return const char * for correctness sakePanu Matilainen2-2/+2
2010-10-28parseScript() const pedantryPanu Matilainen1-5/+5
2010-10-28Use ARGV_t instead of stringbuf in changelog parsingPanu Matilainen1-6/+7
2010-10-28Use ARGV_t for temporary line storage directlyPanu Matilainen1-9/+3
2010-10-28Pass the script to doScript() as const char *Panu Matilainen3-9/+16
2010-10-28Argument passing hysteria in doScript()Panu Matilainen1-19/+6
2010-10-28Handle NULL sb in getStringBuf() cleanlyPanu Matilainen1-1/+1
2010-10-28Use ARGV_t for package fileFile, fileList and policyListPanu Matilainen6-33/+17
2010-10-28Eliminate splitString() leftover braindamage in processSourceFiles()Panu Matilainen1-13/+5
2010-10-26Bury StringBuf inside librpmbuild internalsPanu Matilainen3-0/+122
2010-10-26Make rpmfcExec() internalPanu Matilainen2-11/+11
2010-10-22Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuildPanu Matilainen12-41/+41
2010-10-22Fix invalid uses of rpmTag/rpmSigTag in pack.cPanu Matilainen1-3/+3
2010-10-22Use header datatype for hash algo instead of pgpHashAlgo enumPanu Matilainen1-1/+1