#include "system.h"
#include "rpmlib.h"
#include "debug.h"
Go to the source code of this file.
Data Structures | |
| struct | rpmlibProvides_s |
Functions | |
| void | rpmShowRpmlibProvides (FILE *fp) |
| int | rpmCheckRpmlibProvides (const char *keyName, const char *keyEVR, int keyFlags) |
| int | rpmGetRpmlibProvides (const char ***provNames, int **provFlags, const char ***provVersions) |
Variables | |
| rpmlibProvides_s | rpmlibProvides [] |
Definition in file rpmlibprov.c.
|
||||||||||||||||
|
Check dependency against internal rpmlib feature provides.
Definition at line 57 of file rpmlibprov.c. References rpmlibProvides_s::featureEVR, rpmlibProvides_s::featureFlags, rpmlibProvides_s::featureName, rpmlibProvides, and rpmRangesOverlap(). Referenced by unsatisfiedDepend(). |
|
||||||||||||||||
|
Return copy of rpmlib internal provides.
Definition at line 73 of file rpmlibprov.c. References _free(), rpmlibProvides_s::featureEVR, rpmlibProvides_s::featureFlags, rpmlibProvides_s::featureName, rpmlibProvides, and xcalloc(). |
|
|
Display current rpmlib feature provides.
Definition at line 43 of file rpmlibprov.c. References rpmlibProvides_s::featureDescription, rpmlibProvides_s::featureEVR, rpmlibProvides_s::featureFlags, rpmlibProvides_s::featureName, printDepFlags(), and rpmlibProvides. Referenced by rpmShowRC(). |
|
|
Referenced by rpmCheckRpmlibProvides(), rpmGetRpmlibProvides(), and rpmShowRpmlibProvides(). |
1.2.18