summaryrefslogtreecommitdiff
path: root/build/files.c
AgeCommit message (Expand)AuthorFilesLines
1999-04-01add per-target macrofiles to search path.jbj1-24/+0
1999-03-26autoReq/autoProv now per-package.jbj1-3/+3
1999-03-24fix: segfault from unknown uid/gid -- use builder's uid/gid instead.jbj1-0/+8
1999-03-22fix: don't add header if signature generation failed (Carlo Wood).jbj1-1/+1
1999-03-20eliminate old rpmrc configuration syntax.jbj1-7/+5
1999-02-21Ultrapenguin has not S_ISTXT (although ALLPERMS mentions).jbj1-5/+3
1999-02-071) %attr(mode,user,group,dmode) is illegal! (though %defattr is fine)ewt1-12/+13
1999-01-27Fix defattr/attr screwup.jbj1-51/+66
1999-01-26Parse BuildRequires: and add appropriate RPMTAG_*REQUIRES* to src rpmjbj1-2/+2
1999-01-13Default value for ALLPERMS.jbj1-0/+4
1999-01-13Fix: sub-packages require name from header (which is not %{name}).jbj1-3/+13
1999-01-05Expand path macros with rpmGetPath(path, ...).jbj1-20/+14
1998-11-25fix incorrect directory permissions using %attr/%defattr.jbj1-42/+31
1998-11-25Sanity.jbj1-22/+10
1998-11-25Sanity.jbj1-32/+9
1998-11-25Sanity.jbj1-100/+125
1998-11-25Use VFA_t for %verify attribute parsing.jbj1-21/+27
1998-11-25Add dup for the "other" gzdopen premature close.jbj1-91/+75
1998-11-24Clean up on files.c.jbj1-237/+210
1998-11-20Sanity.jbj1-1/+1
1998-11-19finish hiding rpmdb index record data ("matches").jbj1-2/+2
1998-11-18implement abstract fd type almost everywhere.jbj1-6/+0
1998-11-16LCLINT pass 0.jbj1-7/+13
1998-11-06add new Epoch: keyword just like Serial:.jbj1-1/+1
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-10-08egcs warning removal.jbj1-4/+3
1998-10-02getOutputFrom(): fix race between last read on pipe and child deathjbj1-9/+10
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-44/+47
1998-09-15fix virtual file attribute bug that skipped all files in binary rpm.jbj1-1/+2
1998-09-10eliminate redundant close in provide/require processing.jbj1-12/+6
1998-09-05More RPMVAR_* conversion to macros.jbj1-6/+6
1998-09-05Start converting variables into macro expansions.jbj1-10/+20
1998-09-04Sync with 5.2 branch.jbj1-30/+65
1998-08-08writeRPM can now copy cpio archive from fd.jbj1-1/+1
1998-08-02Special case of "/" in %files was broken.jbj1-13/+9
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-1/+1
1998-07-30First attempt at librpmbuild API.jbj1-1/+1
1998-07-30Consolidated includes for librpmbuild API.jbj1-26/+2
1998-07-25Aggregate system includes into system.h.jbj1-888/+1129
1998-07-08Add {init,add,expand}Macro args everywhere (new macro.c compatibility).jbj1-1/+1
1998-06-03- fix bug packing /usr/doc when last file was %dirmarc1-0/+4
1998-06-02handle %files -f with no %setup (no build directory)marc1-2/+6
1998-06-02follow symlinks in source packagesmarc1-1/+4
1998-05-21- make %doc script obey --testmarc1-5/+7
1998-05-20Actually catch errors from readLine()marc1-1/+4
1998-05-05Copy the I18N table to the source header so i18n works theremarc1-0/+1
1998-05-01Do not remove comments in scriptsmarc1-0/+1
1998-04-30include icons in the source packagesmarc1-0/+14
1998-04-13return code bugletmarc1-1/+1
1998-04-09Jeff Johnson's memleak patchesmarc1-3/+3