in pkg/archive/rpm.go [43:51]
func (m mapSet) contains(distro, pkg string) bool { if mm, ok := m[distro]; ok { if _, ok := mm[pkg]; ok { return true } } return false }