9 #include <rpm/rpmtypes.h>
11 #include <rpm/rpmspec.h>
rpmds rpmfcDependencies(rpmfc fc, rpmTagVal tagN)
Retrieve file classification dependencies.
rpmds rpmfcRequires(rpmfc fc)
Retrieve file classification requires.
rpmds rpmfcEnhances(rpmfc fc)
Retrieve file classification enhances.
rpmds rpmfcOrderWithRequires(rpmfc fc)
Retrieve file classification OrderWithRequires.
rpmfc rpmfcCreate(const char *rootDir, rpmFlags flags)
Create a file classifier.
rpmRC rpmfcClassify(rpmfc fc, ARGV_t argv, rpm_mode_t *fmode)
Build file class dictionary and mappings.
rpmds rpmfcSuggests(rpmfc fc)
Retrieve file classification suggests.
rpmds rpmfcObsoletes(rpmfc fc)
Retrieve file classification obsoletes.
rpmRC rpmfcApply(rpmfc fc)
Build file/package dependency dictionary and mappings.
rpmds rpmfcSupplements(rpmfc fc)
Retrieve file classification supplements.
RPM_GNUC_DEPRECATED rpmfc rpmfcNew(void)
rpmfc rpmfcFree(rpmfc fc)
Destroy a file classifier.
void rpmfcPrint(const char *msg, rpmfc fc, FILE *fp)
Print results of file classification.
rpmds rpmfcRecommends(rpmfc fc)
Retrieve file classification recommends.
rpmds rpmfcProvides(rpmfc fc)
Retrieve file classification provides.
const struct rpmfcTokens_s * rpmfcToken
rpmds rpmfcConflicts(rpmfc fc)
Retrieve file classification conflicts.
enum rpmRC_e rpmRC
Package read return codes.
#define RPM_GNUC_DEPRECATED