summaryrefslogtreecommitdiff
path: root/build/files.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Bury FTS inside librpmbuild and eliminate from public ABIPanu Matilainen1-1/+1
2010-03-01Remove now unused inFtw from file listsPanu Matilainen1-6/+0
2010-03-01Lose ancient prefix remnants from build codePanu Matilainen1-23/+0
2010-02-17Plug a silly memleak in processPackageFiles()Panu Matilainen1-1/+2
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Remove libcap stuff out of system.hPanu Matilainen1-0/+3
2009-12-22Use %{__mkdir_p} macro in build instead of hardwired RPM_MKDIR_PPanu Matilainen1-1/+3
2009-12-02Back out overly strict file type check on %ghost filesPanu Matilainen1-6/+0
2009-09-15Allow absolute paths in file lists again (SuseBug:535594, RhBug:521760)Panu Matilainen1-3/+7
2009-09-10Oops, accessing the wrong header in processBinaryFiles()Panu Matilainen1-2/+2
2009-09-02Eliminate headerGetColor() uses everywherePanu Matilainen1-1/+1
2009-09-02Take advantage of new header string gettersPanu Matilainen1-6/+1
2009-09-02Eliminate uses of headerNVR() and friends in librpmbuild codePanu Matilainen1-8/+10
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen1-14/+14
2009-08-18Copy BUGURL to source rpm's tooPanu Matilainen1-0/+1
2009-08-06Correctly inherit default %attr(-,-,-) attributes from %defattr (rhbz#515685)Jindrich Novy1-6/+10
2009-06-26Base64-encode %policy files to ensure it can be presented as stringsPanu Matilainen1-7/+9
2009-06-23Teach %files to accept multiple filelists (ticket #70, rhbz#475359)Jindrich Novy1-21/+19
2009-05-29Fix calculation of hardlinked files (RhBug:503020)Panu Matilainen1-30/+27
2009-04-20Require file attributes in spec if %ghost files are missing from build rootJindrich Novy1-6/+28
2009-04-10Don't require %ghost file presence in build root (rhbz#495040)Jindrich Novy1-1/+1
2009-04-09Remove file flags that have never been enabledJindrich Novy1-10/+1
2009-03-11Plug a memleak in genCpioListAndHeader()Panu Matilainen1-0/+1
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-11/+12
2009-02-06Bump FileDigests rpmlib dependency versionPanu Matilainen1-1/+1
2009-01-23Check for binaries in noarch packages at build-timePanu Matilainen1-3/+13
2009-01-09Don't bother calculating string sizes manuallyPanu Matilainen1-4/+2
2009-01-09Fix buffer overflow on oversized filelist entries (susebz#397006)Panu Matilainen1-1/+1
2008-11-27Remove unnecessary rpmfi_internal.h includePanu Matilainen1-1/+1
2008-11-18Add control bits for all (relevant) parts of rpmfi dataPanu Matilainen1-1/+1
2008-11-18Generate and insert SOURCERPM tag earlierPanu Matilainen1-0/+14
2008-11-17Calculate total file size correctly in build (mdvbz#45820, rhbz#247374)Panu Matilainen1-12/+9
2008-11-15Eliminate bogus const from fi->apathPanu Matilainen1-2/+2
2008-11-15Avoid having to reconstruct half of rpmfi manually in genCpioListAndHeader()Panu Matilainen1-60/+38
2008-11-15Lose useless fsm/rpmfi astriplen fieldPanu Matilainen1-3/+0
2008-11-15Don't bother creating a dummy transaction element for rpmfi in buildPanu Matilainen1-4/+0
2008-11-15Minor genCpioListAndHeader() cleanupsPanu Matilainen1-6/+2
2008-11-14Don't have to free what's not allocated to begin with...Panu Matilainen1-5/+2
2008-11-11Move file action calculations to rpmfiNew() where possiblePanu Matilainen1-6/+0
2008-11-11Figure out cpio mapflags in rpmfiNew()Panu Matilainen1-5/+0
2008-11-11Adjust rpmfi directory count while messing with it in buildPanu Matilainen1-0/+1
2008-11-05Calculate filename buffer len lazily in rpmfiFN() as neededPanu Matilainen1-4/+0
2008-11-05Kill off per-file cpio map flagsPanu Matilainen1-6/+5
2008-10-30Convert in-tree users of rpmfiNew() to use flag namesPanu Matilainen1-1/+1
2008-10-29Start adding POSIX 1.e draft file capability support for realPanu Matilainen1-0/+91
2008-10-26Beginnings of file capability (POSIX.1e draft 15) verification supportPanu Matilainen1-0/+1
2008-10-10Convert in-tree users to headerConvert()Panu Matilainen1-3/+2
2008-09-22Kick out useless and ancient junk genCpioListAndHeader()Panu Matilainen1-10/+4
2008-09-16Resurrect --nodirtokens build optionPanu Matilainen1-8/+10
2008-09-15Use proper return codes in files.cJindrich Novy1-12/+8