summaryrefslogtreecommitdiff
path: root/build/pack.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-02short changelogAnas Nashif1-0/+58
2012-07-02Report the actual failure reason on archive create failure (again)Panu Matilainen1-2/+5
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 Schroeder1-0/+40
2012-03-30Kill FSM: Make FSM_PKGBUILD a functionFlorian Festi1-1/+1
2012-01-11Turn FSM into a blackbox, much like PSM isPanu Matilainen1-10/+6
2012-01-05Pass and remember the controlling psm (if any) in fsmPanu Matilainen1-1/+1
2011-10-06Eliminate headerMergeLegacySigs() from the APIPanu Matilainen1-4/+0
2011-10-06Also add RPMTAG_OPTFLAGS during spec parse since we easily can...Panu Matilainen1-5/+0
2011-10-06Add implicit self-provides during spec parse alreadyPanu Matilainen1-34/+0
2011-05-27Eliminate bunch of obvious dead NULL-assingments from misc build partsPanu Matilainen1-3/+3
2011-05-27Eliminate bunch of obvious dead NULL-assignments from rpm generationPanu Matilainen1-14/+14
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 Matilainen1-1/+1
2011-03-15Fix cpio_doio()Jindrich Novy1-21/+18
2011-02-15Allow uncompressed payload in packagesMichael Schroeder1-2/+5
2010-12-23Require %files section for package generation againPanu Matilainen1-0/+3
2010-10-22Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuildPanu Matilainen1-2/+2
2010-10-22Fix invalid uses of rpmTag/rpmSigTag in pack.cPanu Matilainen1-3/+3
2010-09-29Split signature and digest generation to separate functionsPanu Matilainen1-2/+2
2010-09-21Fix up bunch of silly int vs rpmRC return code mismatchesPanu Matilainen1-1/+1
2010-09-02Detect short-circuited build based on executed build steps from buildSpec()Panu Matilainen1-2/+2
2010-09-01Eliminate cookie from spec structurePanu Matilainen1-8/+5
2010-08-26Permit packages with no files to omit %files entirelyPanu Matilainen1-3/+0
2010-08-25Mass eviction of remaining internal helpers in librpmbuild APIPanu Matilainen1-1/+2
2010-08-24Eliminate buildHost() and getBuildTime() from librpmbuild APIPanu Matilainen1-0/+29
2010-08-24Eliminate checkPackages() from librpmbuild APIPanu Matilainen1-1/+1
2010-08-24Eliminate now unnecessary buildio.hPanu Matilainen1-77/+7
2010-08-24Lose leftover variable, use const for s to clarify usagePanu Matilainen1-2/+1
2010-08-20Remove signing support from (lib)rpmbuildPanu Matilainen1-10/+5
2010-06-23Allow '--short-circuit' for '-bb'Michal Schmidt1-0/+4
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-6/+4
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-3/+2
2010-03-11Support run-time macro and queryformat expansion on scriptletsPanu Matilainen1-0/+13
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+2
2009-09-02Take advantage of new header string gettersPanu Matilainen1-5/+2
2009-09-02Eliminate uses of headerNVR() and friends in librpmbuild codePanu Matilainen1-9/+6
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen1-7/+5
2009-07-23Kill off lclint remnants everywherePanu Matilainen1-3/+0
2009-04-13Error out at build on unsupported payload compressors (rhbz#495429)Panu Matilainen1-0/+4
2009-03-18Add support for "lzma alone" compression format (lzdio)Panu Matilainen1-0/+3
2009-03-18LZMA -> XZ renamingPanu Matilainen1-3/+3