summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2011-05-27Minor cleanups to rpmfcHelper()Panu Matilainen1-6/+8
2011-05-27Eliminate dead assignment, early exit means failure alreadyPanu Matilainen1-1/+1
2011-05-27Cosmetics: rewrap/indent to fit 80 columnsPanu Matilainen1-12/+11
2011-05-27Sanitize handlePreambleTag() error returnsPanu Matilainen1-36/+39
2011-05-27Eliminate a couple more dead increments in spec parsing codePanu Matilainen2-2/+2
2011-05-27Eliminate bunch of dead increments in spec filelist parsingPanu Matilainen1-4/+3
2011-05-27Handle readlink() failure in genCpioListAndHeader() correctlyPanu Matilainen1-4/+9
2011-05-24Fix %prep parse error to abort buildPanu Matilainen1-8/+6
2011-05-24Do not die on empty changelog sectionMichael Schroeder1-1/+1
2011-05-23Distinguish between macro primitives with and w/o argumentsJindrich Novy1-8/+9
2011-05-23Add support for fileattr dependency namespacingPanu Matilainen1-1/+9
2011-05-23Whoops, flags needs to be sorted for argvSearch() to work correctlyPanu Matilainen1-0/+1
2011-05-23Unify fileattr include- and exclude-rule handlingPanu Matilainen1-40/+57
2011-05-20Don't fetch missing sources on spec queryPanu Matilainen1-1/+3
2011-05-20Unbreak %if, %if(n)arch, %if(n)os handlingJindrich Novy1-36/+36
2011-05-19Support "magic_and_path" flag in fileattrsMichael Schroeder1-4/+7
2011-05-19Remove redundant NULL checksPanu Matilainen1-8/+3
2011-05-18Fix error handling in payload copyingPanu Matilainen1-21/+26
2011-05-18Eliminate dead cpio_copy() + related stuffPanu Matilainen1-30/+0
2011-05-18Further simplify & cleanup script file (error) handlingPanu Matilainen1-79/+32
2011-05-18Clean up addFileToTagFoo() helpersPanu Matilainen1-42/+26
2011-05-18Minor cleanups to cpio_doio()Panu Matilainen1-4/+2
2011-05-18Simplify rpmio flags handling in writeRPM() / cpio_doio()Panu Matilainen1-9/+5
2011-05-18Plug a minor memleak on writeRPM() error pathsTero Aho1-1/+1
2011-05-18Eliminate bogus ferror() checksPanu Matilainen3-4/+3
2011-05-16Fix segfault on build with empty %prep sectionMichael Schroeder1-1/+1
2011-04-29Add lrzip support.Ville Skyttä1-0/+3
2011-04-29Add lzip support.Ville Skyttä1-0/+3
2011-04-22Do not compile unused functions when SELinux support is disabledJindrich Novy1-0/+2
2011-04-19Attempt to fetch sources/patches when they are missing from %_sourcedirJindrich Novy2-20/+25
2011-04-04Don't list packages which will not be created in spec query (RhBug:693338)Jindrich Novy1-1/+3
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