|
|
|
|
|
Bit(s) to control rpmCheckSig() operation. |
|
Bit(s) to control rpmErase() operation. |
|
Bit(s) to control rpmInstall() operation. |
|
The command line argument will be used to retrieve header(s) ...
|
|
Bit(s) to control rpmQuery() operation, stored in qva_flags. |
|
Bit(s) to control rpmReSign() operation. |
|
Bit(s) for rpmVerifyFile() attributes and result. |
|
Bit(s) to control rpmVerify() operation, stored in qva_flags. |
|
Check elements in signature header.
Definition at line 224 of file rpmchecksig.c. |
|
Display list of tags that can be used in --queryformat.
Definition at line 459 of file query.c. Referenced by main(). |
|
Build up the transaction set. As a special case, v1 source packages are installed right here, only because they don't have headers and would create all sorts of confusion later. Definition at line 519 of file rpminstall.c. Referenced by main(). |
|
Definition at line 172 of file rpminstall.c. Referenced by main(). |
|
Install source rpm package.
Definition at line 602 of file rpminstall.c. Referenced by main(). |
|
Display package information.
Definition at line 757 of file query.c. Referenced by main(). |
|
Common query/verify source interface, called once for each CLI arg.
|
|
Create/modify elements in signature header.
Definition at line 99 of file rpmchecksig.c. Referenced by main(). |
|
Display current rpmlib feature provides.
Definition at line 36 of file rpmlibprov.c. |
|
Verify package install.
|
|
Verify file attributes and MD5 sum.
|
|
Display query/verify information for each header in iterator.
Definition at line 485 of file query.c. Referenced by rpmQueryVerify(). |
|
Display results of package query.
|
|
Display results of package verify.
|
|
|
|
|
|
|
|
Initial value: { { NULL, '\0', POPT_ARG_CALLBACK | POPT_CBFLAG_INC_DATA, queryArgCallback, 0, NULL, NULL }, { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmQVSourcePoptTable, 0, NULL, NULL }, { "configfiles", 'c', 0, 0, 'c', "list all configuration files" , NULL }, { "docfiles", 'd', 0, 0, 'd', "list all documentation files" , NULL }, { "dump", '\0', 0, 0, 1005 , "dump basic file information" , NULL }, { "list", 'l', 0, 0, 'l', "list files in package" , NULL }, { "qf", '\0', POPT_ARG_STRING | POPT_ARGFLAG_DOC_HIDDEN, 0, 1000 , NULL, NULL }, { "queryformat", '\0', POPT_ARG_STRING, 0, 1000 , "use the following query format" , "QUERYFORMAT" }, { "specedit", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &specedit, -1, "substitute i18n sections into spec file" , NULL }, { "state", 's', 0, 0, 's', "display the states of the listed files" , NULL }, { "verbose", 'v', 0, 0, 'v', "display a verbose file listing" , NULL }, POPT_TABLEEND } |
|
Initial value: { { NULL, '\0', POPT_ARG_CALLBACK | POPT_CBFLAG_INC_DATA, verifyArgCallback, 0, NULL, NULL }, { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmQVSourcePoptTable, 0, NULL, NULL }, { "nodeps", '\0', 0, &noDeps, 1000 , "do not verify package dependencies" , NULL }, { "nofiles", '\0', 0, &noFiles, 1001 , "don't verify files in package" , NULL}, { "nomd5", '\0', 0, &noMd5, 1002 , "do not verify file md5 checksums" , NULL }, { "noscripts", '\0', 0, &noScripts, 1003 , "do not execute %verifyscript (if any)" , NULL }, POPT_TABLEEND } |