setthe yum arch to sparc64v when making sparc images. We need this since we only have a sparc64 kernel

This commit is contained in:
Dennis Gilmore 2009-09-15 16:36:33 -05:00 committed by Jesse Keating
parent f8865c35e2
commit fe23e1f65a
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ if __name__ == "__main__":
# Boo.
if arch == "i386":
arch = "i686"
if arch == "sparc":
arch = "sparc64v"
# print out kernel related packages first
#printMatchingPkgs("kernel-*")