summaryrefslogtreecommitdiff
path: root/build/files.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-21fix: command line install had header memory leak.jbj1-27/+27
1999-09-07Use sizeof("...")-1 throughout.jbj1-3/+3
1999-09-06fix: don't successfully match with strncasecmp("sparc", "sparc64", 5)jbj1-6/+3
1999-07-23add post install configurable dependency checking.jbj1-80/+94
1999-07-22add _mandir/_infodir macro expansions to docdirs (Tomasz Kloczko).jbj1-0/+2
1999-07-22print all dependencies for each package at end of build.jbj1-41/+104
1999-07-0312 more dead strtoks.jbj1-136/+148
1999-06-17don't spin while waiting for delayed requires/provides input (#3289).jbj1-13/+41
1999-06-02fix: bigendian's with longlong file sizes (e.g. IRIX) dinna work.jbj1-0/+7
1999-05-17Debug multiple %langs's per item.jbj1-7/+12
1999-05-17permit %lang(xx,yy,zz) constructs -- 2 more dead strtoks.jbj1-55/+63
1999-05-17Force FILELANGS tag even if not specified.jbj1-1/+2
1999-05-17permit multiple %lang(xx) markers on elements in %files.jbj1-14/+57
1999-04-30fix: %doc wrongly inherits lang from last entry in %files.jbj1-6/+9
1999-04-21fix: noarch header gets initialized differently.jbj1-1/+6
1999-04-17check build prerequisites before building from specfile.jbj1-9/+30
1999-04-14Make silly headerGetEntry consistent throughout.jbj1-3/+3
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