We need to reset the arch to ppc64p7 for both ppc and ppc64

This commit is contained in:
Dennis Gilmore 2012-09-22 08:51:52 -05:00
parent ee88779bb6
commit feadeaadb8
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class Pungi(pypungi.PungiBase):
arch = self.config.get('pungi', 'arch')
if arch == 'i386':
yumarch = 'athlon'
elif arch == 'ppc':
elif arch in ['ppc', 'ppc64']:
yumarch = 'ppc64p7'
elif arch == 'sparc':
yumarch = 'sparc64v'