modules: Allow multilib
The list of RPMs in a module can contain multilib packages, but they are never included because we only ask for compatible arches without multilib. For x86_64 that only adds noarch, but not i686. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
9642c1171c
commit
cf77a6e413
@ -38,7 +38,7 @@ class GatherSourceModule(pungi.phases.gather.source.GatherSourceBase):
|
||||
groups = set()
|
||||
packages = set()
|
||||
|
||||
compatible_arches = pungi.arch.get_compatible_arches(arch)
|
||||
compatible_arches = pungi.arch.get_compatible_arches(arch, multilib=True)
|
||||
|
||||
if variant is not None and variant.modules:
|
||||
variant.arch_mmds.setdefault(arch, {})
|
||||
|
Loading…
Reference in New Issue
Block a user