summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Only pass what's needed to parseForDev()Panu Matilainen1-9/+9
2012-05-14Only pass what's needed to parseForAttr()Panu Matilainen1-14/+13
2012-05-14Only pass what's needed to parseForVerify()Panu Matilainen1-16/+11
2012-05-14Centralize fl.processingFailed setting for parseForFoo() callsPanu Matilainen1-33/+11
2012-05-14Add a helper function for freeing/resetting a file entry, use itPanu Matilainen1-24/+14
2012-05-14Eliminate redundant filelist initializiationPanu Matilainen1-28/+0
2012-05-14Split out the remaining "current file" state out of global filelistPanu Matilainen1-34/+35
2012-05-14Split file languages and capabilities out of the global filelistPanu Matilainen1-15/+15
2012-05-14Split the file attribute recs (permissions) out of the global filelistPanu Matilainen1-40/+39
2012-05-14Split the various file flags out of the global filelist structPanu Matilainen1-37/+41
2012-05-14Shuffle FileList members around for a more logical groupingPanu Matilainen1-13/+16
2012-05-11Improve spec %include error detection and messagePanu Matilainen1-2/+3
2012-05-11Unify pops from spec file stack to a functionPanu Matilainen1-14/+17
2012-05-11Simplify / sanitize pushing new files on spec file stackPanu Matilainen1-22/+8
2012-04-24Eliminate rpmts and rpmte kludgery from package buildingPanu Matilainen1-11/+1
2012-04-24Bury build filestate setting inside fsm remainsPanu Matilainen1-14/+1
2012-04-23Add support for dpkg-style sorting of tilde in version/releaseMichael Schroeder3-2/+42
2012-03-30Kill FSM: Make FSM_PKGBUILD a functionFlorian Festi1-1/+1
2012-03-30rpmbuild: warn if header color differs from color of the package architecture.Ales Kozumplik1-1/+11
2012-03-20Bump library sonames in preparation for new releasePanu Matilainen1-1/+1
2012-03-07Revert to former spec query behavior + commentPanu Matilainen1-0/+7
2012-02-29Explicitly remap device numbers along with inodes at buildPanu Matilainen1-16/+4
2012-02-28Don't process spec %include in false branch of %if clauses (RhBug:782970)Panu Matilainen1-1/+1
2012-02-10Remap inode numbers to fit into 32bit integer space on build (RhBug:714678)Panu Matilainen1-3/+24
2012-01-28Don't assume rpmfiNew() always succeedsPanu Matilainen1-1/+10
2012-01-11Eliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSOURCE internal flagsPanu Matilainen1-3/+0
2012-01-11Turn FSM into a blackbox, much like PSM isPanu Matilainen1-10/+6
2012-01-11Explicitly tell rpmfiNew() when its being used for buildPanu Matilainen1-0/+3
2012-01-05Pass and remember the controlling psm (if any) in fsmPanu Matilainen1-1/+1
2011-11-09Make base64 encoding/decoding part of rpmio public APIPanu Matilainen2-3/+3
2011-10-23Warn but don't fail the build on missing excluded files (RhBug:745629)Panu Matilainen1-3/+12
2011-10-23Eliminate bunch of exit points in addFile()Panu Matilainen1-6/+10
2011-10-06Eliminate headerMergeLegacySigs() from the APIPanu Matilainen1-4/+0
2011-10-06Also add RPMTAG_OPTFLAGS during spec parse since we easily can...Panu Matilainen2-5/+3
2011-10-06Add implicit self-provides during spec parse alreadyPanu Matilainen2-35/+32
2011-09-12Use POPT_BIT_SET for setting the scriptlet flagsPanu Matilainen1-7/+4
2011-09-12Rename scriptlet flags from RPMSCRIPT_FOO to RPMSCRIPT_FLAG_FOOPanu Matilainen1-2/+2
2011-09-12Sanity check trigger scriptlet arguments on buildPanu Matilainen1-0/+6
2011-08-02Strip trailing slash from paths at addFile()Panu Matilainen1-1/+11
2011-08-02Restore %defattr() behavior on special %docMichael Schroeder1-1/+6
2011-07-08If we need a FILE stream then get one...Panu Matilainen1-12/+7
2011-06-28Fix explicit directory %attr() when %defattr() is active (RhBug:481875)Panu Matilainen1-29/+22
2011-06-27Pay attention to dir vs file when building (RhBug:505995)Panu Matilainen1-3/+18
2011-06-27Remove ugly isDir recurse prevention hack on buildPanu Matilainen1-6/+2
2011-06-23Eliminate static BUFSIZ use in filelist parsingPanu Matilainen1-1/+1
2011-06-21Use ARGV_t for filelist current locale storagePanu Matilainen1-75/+32
2011-06-21Eliminate redundant noGlob member from filelistPanu Matilainen1-9/+2
2011-06-21Eliminate redundant special docs tracking members in filelistPanu Matilainen1-12/+2
2011-06-21Eliminate unused fileCount member from FileList structPanu Matilainen1-3/+0
2011-06-17Avoid extra newlines in parsed spec output outside preamblePanu Matilainen1-1/+1