We need to reset the arch to ppc64p7 for both ppc and ppc64
This commit is contained in:
parent
ee88779bb6
commit
feadeaadb8
@ -232,7 +232,7 @@ class Pungi(pypungi.PungiBase):
|
|||||||
arch = self.config.get('pungi', 'arch')
|
arch = self.config.get('pungi', 'arch')
|
||||||
if arch == 'i386':
|
if arch == 'i386':
|
||||||
yumarch = 'athlon'
|
yumarch = 'athlon'
|
||||||
elif arch == 'ppc':
|
elif arch in ['ppc', 'ppc64']:
|
||||||
yumarch = 'ppc64p7'
|
yumarch = 'ppc64p7'
|
||||||
elif arch == 'sparc':
|
elif arch == 'sparc':
|
||||||
yumarch = 'sparc64v'
|
yumarch = 'sparc64v'
|
||||||
|
Loading…
Reference in New Issue
Block a user