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