diff --git a/pungi/phases/pkgset/pkgsets.py b/pungi/phases/pkgset/pkgsets.py index b531168f..66e45dec 100644 --- a/pungi/phases/pkgset/pkgsets.py +++ b/pungi/phases/pkgset/pkgsets.py @@ -273,7 +273,7 @@ class PackageSetBase(kobo.log.LoggingBase): for arch in arch_list: self.rpms_by_arch.setdefault(arch, []) for i in other.rpms_by_arch.get(arch, []): - if i.file_path in self.file_cache: + if i.file_path in self.file_cache.file_cache: # TODO: test if it really works continue if inherit_to_noarch and exclusivearch_list and arch == "noarch":