Run yumbase.arch.setup_arch() to set arch correctly.
This commit is contained in:
parent
aa401cc49b
commit
72b9333abd
@ -239,6 +239,7 @@ class Pungi(pypungi.PungiBase):
|
|||||||
else:
|
else:
|
||||||
yumarch = arch
|
yumarch = arch
|
||||||
|
|
||||||
|
self.ayum.arch.setup_arch(yumarch)
|
||||||
self.ayum.compatarch = yumarch
|
self.ayum.compatarch = yumarch
|
||||||
# Filter out all the multilib arches, anaconda won't use them.
|
# Filter out all the multilib arches, anaconda won't use them.
|
||||||
# only makes sense on x86_64
|
# only makes sense on x86_64
|
||||||
|
Loading…
Reference in New Issue
Block a user