Expand description
RPM dependency filtering for cross-branch analysis.
Provides functions to classify RPM dependency strings as auto-generated or otherwise ignorable when comparing packages across Fedora/EPEL branches.
Functionsยง
- is_
rpm_ internal_ dep - Return
trueifdepis an RPM-internal or auto-generated dependency that is not meaningful for installability checks. - is_
solib_ dep - Return
trueifdepis a solib-style dependency (contains.so.). - is_
solib_ symbol_ dep - Return
trueifdepis a solib symbol version dependency.