summaryrefslogtreecommitdiff
path: root/rpm.c
AgeCommit message (Expand)AuthorFilesLines
1996-10-31--root should work with --initdbewt1-1/+1
1996-10-20return rc from doUninstall()ewt1-1/+2
1996-10-20added --ftpproxy, --ftpportewt1-12/+41
1996-09-29removed definition of _() which gets set by configureewt1-2/+0
1996-09-16--rebuilddb supports --root, say so in --helpewt1-0/+1
1996-09-16added --rebuildewt1-3/+20
1996-09-02--test for buildingroot1-3/+7
1996-09-01added --qf as an alias to --queryformat, but didn't document it as itewt1-0/+1
1996-08-20complain if spec file is not a regular fileroot1-0/+8
1996-08-07fixed --group query specifierewt1-1/+0
1996-07-23change sleep(1) to sleep(5) so yo can read the spec file warningsmarc1-1/+1
1996-07-23implement --timecheck (used to be --time-check)marc1-2/+15
1996-07-20added --nofilesewt1-20/+34
1996-07-17minor spelling/spacing fixesewt1-2/+2
1996-07-16added --ignoreosewt1-3/+11
1996-07-16changed showRc() to rpmShowRC()ewt1-5/+5
1996-07-15change --arch and --os to --build and --buildosmarc1-10/+20
1996-07-14made -R work as a shortcut for --requiresewt1-1/+1
1996-07-14buildprefix -> buildrootroot1-13/+16
1996-07-10clean up message for releaseroot1-1/+3
1996-07-101) reworked long arguments to eliminate strcmp()'sewt1-85/+147
1996-07-09handle --buildprefixroot1-5/+18
1996-07-08--addsignroot1-4/+15
1996-07-07mods for new Header-style signaturesroot1-6/+15
1996-07-03added --ignorearchewt1-8/+19
1996-07-02temp hack to warn on spec file check errorsroot1-5/+7
1996-07-01added stuff to handle --arch and --os androot1-4/+12
1996-06-27added --initdbewt1-3/+20
1996-06-20got --whatrequires, --whatprovides, --requires, --provides, --dumpewt1-21/+37
1996-06-20added --nopgproot1-3/+6
1996-06-20only ask for passphrase for MD5_PGP sig typesroot1-1/+1
1996-06-101) added --nodeps for installs and uninstallsewt1-37/+45
1996-06-04fix --root --verifyroot1-1/+1
1996-06-02add --querybynumberroot1-0/+6
1996-05-17call verifySpec()root1-2/+6
1996-05-071) undocumented --keep-temps, --search, and --where which aren'tewt1-25/+38
1996-05-01*** empty log message ***root1-1/+1
1996-04-151) added --scripts query optionewt1-7/+28
1996-04-03added --querytags, updated help/useage messagesewt1-18/+42
1996-04-02added support for user specified query formatsewt1-3/+12
1996-03-30added --short-circuitroot1-11/+39
1996-03-29handles --excludedocsewt1-2/+30
1996-03-29added --recompileroot1-5/+17
1996-03-28added --resignroot1-2/+17
1996-03-14Added NLS supportroot1-141/+164
1996-03-02exits when bad options are givenewt1-0/+8
1996-03-01add new -e and --erase optionsroot1-4/+14
1996-02-25changed --check-sig to --checksig for consistencyewt1-3/+3
1996-02-25added support for --oldpackageewt1-3/+14
1996-02-23long_index needs to be set to 0 before calling getoptewt1-0/+2