#include "system.h"#include <rpmlib.h>#include "rpmds.h"#include "debug.h"Go to the source code of this file.
Data Structures | |
| struct | rpmlibProvides_s |
Functions | |
| void | rpmShowRpmlibProvides (FILE *fp) |
| Display current rpmlib feature provides. | |
| int | rpmCheckRpmlibProvides (const rpmds key) |
| Check dependency against internal rpmlib feature provides. | |
| int | rpmGetRpmlibProvides (const char ***provNames, int **provFlags, const char ***provVersions) |
| Return copy of rpmlib internal provides. | |
Variables | |
| static struct rpmlibProvides_s | rpmlibProvides [] |
Definition in file rpmlibprov.c.
|
|
Check dependency against internal rpmlib feature provides.
Definition at line 83 of file rpmlibprov.c. References rpmlibProvides_s::featureEVR, rpmlibProvides_s::featureFlags, rpmlibProvides_s::featureName, rpmdsCompare(), rpmdsFree(), rpmdsSingle(), and RPMTAG_PROVIDENAME. Referenced by unsatisfiedDepend(). |
|
||||||||||||||||
|
Return copy of rpmlib internal provides.
Definition at line 102 of file rpmlibprov.c. References _free(), rpmlibProvides_s::featureEVR, rpmlibProvides_s::featureFlags, rpmlibProvides_s::featureName, flags, and xcalloc(). |
|
|
Definition at line 26 of file rpmlibprov.c. |
1.4.4