summaryrefslogtreecommitdiff
path: root/rpm.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-25expand args using popt on pre-rpmReadConfigFiles arg pass.jbj1-34/+42
1998-09-24non-zero exit status for verify failures.jbj1-2/+2
1998-09-11permit --{buildroot,timecheck,test,sign} with -tX (Toshio Kuratomi).jbj1-5/+6
1998-08-25added info on --triggers, --triggeredbyewt1-3/+7
1998-08-16sanity.jbj1-1/+1
1998-08-11Sync with 2.5.2 branch patches.jbj1-5/+9
1998-08-06This gets rid of all the basic rpm options for --buildarch and --buildos.adevries1-8/+11
1998-08-06Add support for --buildplatform, and support for the setenv: tag in rpmrc fil...adevries1-3/+11
1998-07-30Consolidated includes for librpmbuild API.jbj1-7/+2
1998-07-25Aggregate system includes into system.h.jbj1-13/+1
1998-06-30added --notriggersewt1-2/+15
1998-06-11Typo.jbj1-1/+1
1998-06-02let -bs build just a source packageewt1-3/+8
1998-04-03Make --rmsource actually work.marc1-2/+6
1998-04-031) fixed --nomd5 parsingewt1-1/+1
1998-03-27added trigger supportewt1-40/+47
1998-03-041) version 2.4.104ewt1-1/+1
1998-03-04moved popt table to global scope to satisfy broken compilersewt1-93/+168
1998-01-29fixed problems in file relocationewt1-3/+14
1998-01-28implemented most of generic package relocationewt1-3/+40
1998-01-14Fix (and slightly change effects of) --rebuild and --recompile.marc1-7/+8
1998-01-13Temp turn off -p "foo foo foo" in CHANGELOG.marc1-0/+1
1998-01-12merged in Marc's new build codeewt1-159/+42
1997-10-29ignore cookiesmarc1-1/+1
1997-09-19popt is it's own libraryewt1-1/+1
1997-08-21added --noorderewt1-3/+9
1997-07-25Modify to allow BuildArchitectures:marc1-19/+37
1997-07-24Added --justdbewt1-4/+15
1997-06-19Placed include of <sys/wait.h> after <sys/resource.h> for AIXewt1-1/+1
1997-06-171) added 's', 'm', 'n' to fflags type tagewt1-3/+13
1997-06-16dded --changelog to help, usage, and rpm.8ewt1-1/+4
1997-06-02Use pclose() w/ popen(), not fclose()ewt1-1/+1
1997-05-28Fixed some missing >] in usage messageewt1-2/+2
1997-05-27added info on --build{arch|os} to --help and usage messagesewt1-3/+8
1997-05-20Must include <sys/tiome.h> before <sys/resource.h> for SunOSewt1-1/+1
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+2
1997-05-15Include "miscfn.h" in a few more places.ewt1-0/+1
1997-05-15Allow --dbpath during --rebuildbdbewt1-1/+1
1997-05-12Added includes of miscfn.hewt1-1/+1
1997-05-07Fixed broken brackets in help document.ewt1-1/+1
1997-05-07Minor cleanups.ewt1-1/+7
1997-05-02Fixed some typos in strings.ewt1-3/+3
1997-04-28- changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME, RPMNLSDIRewt1-2/+2
1997-03-31added --allmatchesewt1-2/+11
1997-03-201) added typecast around getpid() to let us printf it on all platformsewt1-2/+2
1997-03-11-ta didn't handle absolute paths to tar files properlyewt1-4/+7
1997-03-04added include of <sys/types.h>ewt1-0/+1
1997-02-25added -t? functionalityewt1-18/+100
1997-02-17be a bit more carefull about checking --rcfiles argumentewt1-4/+5
1997-02-17redid -i parsing, moved --info and --requires to popt aliasesewt1-17/+11