summaryrefslogtreecommitdiff
path: root/lib/install.c
AgeCommit message (Expand)AuthorFilesLines
1998-08-19added epoch handlingewt1-11/+10
1998-08-15Fix infinite recursion on non-ERANGE return from getcwd() during install.jbj1-1/+1
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-1/+0
1998-07-30Consolidated includes for librpmbuild API.jbj1-9/+2
1998-07-25Aggregate system includes into system.h.jbj1-13/+1
1998-07-25Generalize cpio I/O to eliminate pipe to exec'd gzip on install.jbj1-4/+6
1998-06-30added --notriggersewt1-8/+10
1998-06-11--justdb should tag files as normalewt1-1/+1
1998-05-26- set file states to missing for --justdb packagesewt1-9/+18
1998-05-06shared files weren't handled properly in netsharedpathsewt1-1/+1
1998-05-05fixed misc memory leaksewt1-3/+10
1998-03-27added trigger supportewt1-4/+15
1998-03-23check LINGUAS when installing i18n filesewt1-1/+20
1998-02-18added missing spaceewt1-1/+1
1998-02-081) fixed memory leak w/ netsharedpathsewt1-7/+35
1998-02-03fixed various bugs in relocation codeewt1-8/+10
1998-01-29fixed problems in file relocationewt1-6/+10
1998-01-28implemented most of generic package relocationewt1-101/+206
1997-10-29set uid/gid of source files to the same as the process'sewt1-1/+6
1997-10-29oboslete code was using a wrong loop invariantmarc1-7/+15
1997-10-28look for user/group name->id transitions after running preinstallewt1-5/+22
1997-10-17Handle scripts where script prog in a string array.marc1-2/+2
1997-10-15oopsewt1-2/+2
1997-10-15serial handling fixesewt1-7/+14
1997-10-10fixes from obsoletes changesewt1-2/+4
1997-10-03fixed problems introduced by obsolete handlingewt1-12/+16
1997-09-16added install/dep time support for obsoletes tagewt1-22/+57
1997-08-251) RPM_ARCHIVESIZE tag didn't get filled in properlyewt1-0/+1
1997-08-24If --root is used, call getpwent() before the chroot(), forcing anyewt1-0/+5
1997-07-24Added --justdbewt1-1/+6
1997-07-24Fixed installs of serial/version tagsewt1-2/+2
1997-07-23renamed cpio mapping finalPath to fsPathewt1-1/+1
1997-07-23rewrote rcfile parsingewt1-4/+5
1997-07-17Restore original directory after chroot()ewt1-0/+20
1997-07-16Uses chroot() for --root rather then hand manipulationewt1-39/+54
1997-07-14Fixes to script runsewt1-3/+3
1997-06-26Fixed user to groupewt1-1/+1
1997-06-18Added %flags(noreplace) support, but it *hasn't been tested an iota*ewt1-10/+35
1997-06-171) added 's', 'm', 'n' to fflags type tagewt1-4/+15
1997-06-16Tried again to not backup config files on netshared pathewt1-4/+8
1997-05-27don't backup config files on netsharedpathsewt1-0/+4
1997-05-23Omit RPMTAG_ portion of --querytags output.ewt1-10/+14
1997-05-20Must include <sys/tiome.h> before <sys/resource.h> for SunOSewt1-1/+1
1997-05-20Moved includes of miscfn.h to the top.ewt1-1/+1
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+1
1997-05-16Applied changes for AIX. This involved using <sys/select.h> if it's available.ewt1-0/+1
1997-05-16Don't use fchdir() as it's not terribly portable.ewt1-7/+12
1997-05-06Source package installs use built in cpio now.ewt1-113/+118
1997-05-06Added callbacks to cpio to allow -h to work.ewt1-5/+23
1997-05-05Doesn't use cpio to unpack archives anymore...ewt1-631/+232