Age | Commit message (Expand) | Author | Files | Lines |
1998-09-25 | expand args using popt on pre-rpmReadConfigFiles arg pass. | jbj | 1 | -34/+42 |
1998-09-24 | non-zero exit status for verify failures. | jbj | 1 | -2/+2 |
1998-09-11 | permit --{buildroot,timecheck,test,sign} with -tX (Toshio Kuratomi). | jbj | 1 | -5/+6 |
1998-08-25 | added info on --triggers, --triggeredby | ewt | 1 | -3/+7 |
1998-08-16 | sanity. | jbj | 1 | -1/+1 |
1998-08-11 | Sync with 2.5.2 branch patches. | jbj | 1 | -5/+9 |
1998-08-06 | This gets rid of all the basic rpm options for --buildarch and --buildos. | adevries | 1 | -8/+11 |
1998-08-06 | Add support for --buildplatform, and support for the setenv: tag in rpmrc fil... | adevries | 1 | -3/+11 |
1998-07-30 | Consolidated includes for librpmbuild API. | jbj | 1 | -7/+2 |
1998-07-25 | Aggregate system includes into system.h. | jbj | 1 | -13/+1 |
1998-06-30 | added --notriggers | ewt | 1 | -2/+15 |
1998-06-11 | Typo. | jbj | 1 | -1/+1 |
1998-06-02 | let -bs build just a source package | ewt | 1 | -3/+8 |
1998-04-03 | Make --rmsource actually work. | marc | 1 | -2/+6 |
1998-04-03 | 1) fixed --nomd5 parsing | ewt | 1 | -1/+1 |
1998-03-27 | added trigger support | ewt | 1 | -40/+47 |
1998-03-04 | 1) version 2.4.104 | ewt | 1 | -1/+1 |
1998-03-04 | moved popt table to global scope to satisfy broken compilers | ewt | 1 | -93/+168 |
1998-01-29 | fixed problems in file relocation | ewt | 1 | -3/+14 |
1998-01-28 | implemented most of generic package relocation | ewt | 1 | -3/+40 |
1998-01-14 | Fix (and slightly change effects of) --rebuild and --recompile. | marc | 1 | -7/+8 |
1998-01-13 | Temp turn off -p "foo foo foo" in CHANGELOG. | marc | 1 | -0/+1 |
1998-01-12 | merged in Marc's new build code | ewt | 1 | -159/+42 |
1997-10-29 | ignore cookies | marc | 1 | -1/+1 |
1997-09-19 | popt is it's own library | ewt | 1 | -1/+1 |
1997-08-21 | added --noorder | ewt | 1 | -3/+9 |
1997-07-25 | Modify to allow BuildArchitectures: | marc | 1 | -19/+37 |
1997-07-24 | Added --justdb | ewt | 1 | -4/+15 |
1997-06-19 | Placed include of <sys/wait.h> after <sys/resource.h> for AIX | ewt | 1 | -1/+1 |
1997-06-17 | 1) added 's', 'm', 'n' to fflags type tag | ewt | 1 | -3/+13 |
1997-06-16 | dded --changelog to help, usage, and rpm.8 | ewt | 1 | -1/+4 |
1997-06-02 | Use pclose() w/ popen(), not fclose() | ewt | 1 | -1/+1 |
1997-05-28 | Fixed some missing >] in usage message | ewt | 1 | -2/+2 |
1997-05-27 | added info on --build{arch|os} to --help and usage messages | ewt | 1 | -3/+8 |
1997-05-20 | Must include <sys/tiome.h> before <sys/resource.h> for SunOS | ewt | 1 | -1/+1 |
1997-05-20 | Added more includes of <sys/time.h> and <sys/resource.h> for AIX | ewt | 1 | -0/+2 |
1997-05-15 | Include "miscfn.h" in a few more places. | ewt | 1 | -0/+1 |
1997-05-15 | Allow --dbpath during --rebuildbdb | ewt | 1 | -1/+1 |
1997-05-12 | Added includes of miscfn.h | ewt | 1 | -1/+1 |
1997-05-07 | Fixed broken brackets in help document. | ewt | 1 | -1/+1 |
1997-05-07 | Minor cleanups. | ewt | 1 | -1/+7 |
1997-05-02 | Fixed some typos in strings. | ewt | 1 | -3/+3 |
1997-04-28 | - changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME, RPMNLSDIR | ewt | 1 | -2/+2 |
1997-03-31 | added --allmatches | ewt | 1 | -2/+11 |
1997-03-20 | 1) added typecast around getpid() to let us printf it on all platforms | ewt | 1 | -2/+2 |
1997-03-11 | -ta didn't handle absolute paths to tar files properly | ewt | 1 | -4/+7 |
1997-03-04 | added include of <sys/types.h> | ewt | 1 | -0/+1 |
1997-02-25 | added -t? functionality | ewt | 1 | -18/+100 |
1997-02-17 | be a bit more carefull about checking --rcfiles argument | ewt | 1 | -4/+5 |
1997-02-17 | redid -i parsing, moved --info and --requires to popt aliases | ewt | 1 | -17/+11 |